Forum Home › Forums › Understanding the Software › V6 Elastic Report
- This topic has 6 replies, 2 voices, and was last updated 1 year, 5 months ago by
Mikhail.
-
AuthorPosts
-
March 8, 2024 at 8:56 am #14162
kcks66
ParticipantHi Mikhail,
I configured an Elastic Report so far everything is as my expectation except one thing which I have no idea how to configure; how to change the sampled time from 00:00:00 to become 01:00:00? Something like V5 Elastic Report’s “Hour of daily meter readings”.
My Elastic Report xml file:
<Section type=”TimeData”>
<SectionOptions>
<!– Unique section ID. Use Latin characters without spaces –>
<ID>Section1</ID>
<!– Subheading of the section –>
<Subheading>TimeData Section</Subheading>
<!– Show or hide subheading –>
<SubheadingVisible>false</SubheadingVisible>
<!– Start the section on a new page –>
<PrependPageBreak>false</PrependPageBreak>
</SectionOptions><DataOptions>
<!– Prepend additional time before the report start time –>
<PrependTime>0:00:00</PrependTime>
<!– Append additional time after the report end time –>
<AppendTime>0:00:00</AppendTime>
<!– Skip the first timestamp from output –>
<SkipFirst>true</SkipFirst>
<!– Skip the last timestamp from output –>
<SkipLast>false</SkipLast>
<!– Defines how timestamps are enumerated. Possible values: All, Step,
Hour, Day, Month, Exact, BeginEnd –>
<TimeDetailing>Day</TimeDetailing>
<!– Time step –>
<TimeStep>0:10:00</TimeStep>
<!– Times of day separated by commas –>
<ExactTimes>0:00, 12:00</ExactTimes>
<!– Defines how the date and time column is displayed –>
<ShowDatesOnly>false</ShowDatesOnly>
</DataOptions>Pls advice and thank you.
March 8, 2024 at 9:56 am #14166Mikhail
ModeratorHi,
Set the TimeDetailing parameter.March 8, 2024 at 10:02 am #14167kcks66
ParticipantHi Mikhail,
I tried but still couldn’t get it sampled at 01:00:00. Can you provide example how to set?
March 8, 2024 at 2:25 pm #14168kcks66
ParticipantHi Mikhail,
I tried to use Exact and set ExactTimes as below, however I received error page:
My setting:
<DataOptions>
<!– Prepend additional time before the report start time –>
<PrependTime>0:00:00</PrependTime>
<!– Append additional time after the report end time –>
<AppendTime>0:00:00</AppendTime>
<!– Skip the first timestamp from output –>
<SkipFirst>true</SkipFirst>
<!– Skip the last timestamp from output –>
<SkipLast>false</SkipLast>
<!– Defines how timestamps are enumerated. Possible values: All, Step, Hour, Day, Month, Exact, BeginEnd –>
<TimeDetailing>Exact</TimeDetailing>
<!– Time step –>
<TimeStep>1:00:00</TimeStep>
<!– Times of day separated by commas –>
<ExactTimes>1:00</ExactTimes>
<!– Defines how the date and time column is displayed –>
<ShowDatesOnly>false</ShowDatesOnly>
</DataOptions>Pls advice and thank you.
March 9, 2024 at 9:06 am #14174Mikhail
ModeratorHi,
In the ElasticReport1.xml file, which is available in the installation package of the plugin, I set
<TimeDetailing>Hour</TimeDetailing>
and get https://ibb.co/FzYgnGM
That’s what you need?March 11, 2024 at 6:46 am #14181kcks66
ParticipantHi Mikhail,
Not that everyday with record taken every one hour. I need everyday but record taken at 1:00am one record only, instead of current setting elastic report always everyday take at 0:00am.
-
This reply was modified 1 year, 5 months ago by
kcks66.
March 11, 2024 at 7:34 am #14183Mikhail
ModeratorHi,
Try setting PrependTime to 01:00:00 -
This reply was modified 1 year, 5 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.