Forum Discussion
Display records by the hour
- 4 years ago
Hi Anonymous ,
You could still use this method, just apply visual/page filters where:
time[minutes] = 1 and time[seconds] = 27.
Pete
Hi Pete,
I have followed your advise and relate the time[timeHHMMSS] to my table. However, I may need clarify what we need to achieve. The data logged doesn't need any aggregation as the data read each time is the actual reading by the instruments.
What we'd like to show in our dashboard is the reading on each hour, rather than every 30-second. So that rather than showing 05/24/2022 12:01:27, 05/24/2022 12:01:57 (30 sec interval), it would pick after an hour so that it would be 05/24/2022 01:01:27 which is 1-hour gap. I would really appreciate help on this one as I am really struggling to figure out how to resolve this. Thank you so much and to everyone for their time.
Hi Anonymous ,
You could still use this method, just apply visual/page filters where:
time[minutes] = 1 and time[seconds] = 27.
Pete