V6 Elastic Report

Forum Home Forums Understanding the Software V6 Elastic Report

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #14162
    kcks66
    Participant

    Hi 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”.

    https://ibb.co/fNBgJYh

    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.

    #14166
    Mikhail
    Moderator

    Hi,
    Set the TimeDetailing parameter.

    #14167
    kcks66
    Participant

    Hi Mikhail,

    I tried but still couldn’t get it sampled at 01:00:00. Can you provide example how to set?

    #14168
    kcks66
    Participant

    Hi Mikhail,

    I tried to use Exact and set ExactTimes as below, however I received error page:

    https://ibb.co/7bLCCRy

    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.

    #14174
    Mikhail
    Moderator

    Hi,
    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?

    #14181
    kcks66
    Participant

    Hi 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.
    #14183
    Mikhail
    Moderator

    Hi,
    Try setting PrependTime to 01:00:00

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.