Hi ,
I am trying to calculate running values for time based intervals
My table is as follows
Time Value
09:00 AM 100
09:15 AM 120
If current time is 09:00 AM It will calculate value from source data and display the value. For 09:15 AM no values will be calculated
If Current time is 09:15 AM then it will not do anything on 100 at 09:00 AM Value but calculate new values from source data for 09:15 AM.
Is it possible ?
I tried to do it but once current timestamp condition is satisfied lets say 09:15 AM then previous values go away for 09:00 AM.
I am trying to calculate running values for time based intervals
My table is as follows
Time Value
09:00 AM 100
09:15 AM 120
If current time is 09:00 AM It will calculate value from source data and display the value. For 09:15 AM no values will be calculated
If Current time is 09:15 AM then it will not do anything on 100 at 09:00 AM Value but calculate new values from source data for 09:15 AM.
Is it possible ?
I tried to do it but once current timestamp condition is satisfied lets say 09:15 AM then previous values go away for 09:00 AM.