Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Display records by the hour

I am accessing a database with instruments logs at 30 sec interval. I need to create a visual that display chart not every 30 sec but instead every hour only. The values doesn't need to be calculat...
  • BA_Pete's avatar
    BA_Pete
    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