Elastic Reports

Forum Home Forums Understanding the Software Elastic Reports

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #3004
    mitesh
    Participant

    Hi Mikhail,

    double GetMax(int timeCnl)
    {
    if (Val() > Cnl)
    { return Val(); }
    else
    {
    SetVal(timeCnl, EncodeDate(DateTime.Now));
    return Cnl;
    }
    }

    where to use this formula. and i have gone through Elastic Reports
    http://doc.rapidscada.net/content/en/modules/plg-elastic-report.html

    #3009
    Mikhail
    Moderator

    Hi,

    where to use this formula

    Add the formula into the Formulas table. Then use it in the Foumula field of an input channel.

    i have gone through Elastic Reports

    Do you have questions?

    #3043
    mitesh
    Participant

    Hi Mikhail,

    I am getting every hour data in Elastic Reports. But i just want to create Elastic Reports(Excel) in such a way that it should contain only Higher value data in a day with time.

    please help me to come out from this.

    #3045
    Mikhail
    Moderator

    Hi,
    Have you already created an input channel that stores max value of a day?

    #3065
    mitesh
    Participant

    Hi,

    Have you already created an input channel that stores max value of a day?

    yes, I have created an input channel that stores max value. But i want to know the time in that day for high value in Elastic reports.

    #3066
    Mikhail
    Moderator

    Hi,
    In this case, you should create an additional input channel that stores the required time, and show this channel in a report.

    #3071
    mitesh
    Participant

    Hi,

    I have Created input Channel but what formula should i use to get the required time for the higher value in a day.

    #3075
    Mikhail
    Moderator

    Hi,
    Within the formula that calculates maximum, you should save the time in the appropriate input channel using SetVal(…). To convert time to double, use EncodeDate(DateTime.Now)
    http://doc.rapidscada.net/content/en/software-configuration/using-formulas.html

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