Here is the code: ROUND_HOUR( "ITT_PRODUCTIVITY_F_SEP_UAT"."EVENTTIME" )
Solved
Hi all, I want to create a dropdown in views of the hours in a day, but my dropdown shows multiple values for each dropdown.
Best answer by Sverre Klein
Hi @koert.kritz11,
There is an easy & alternative but, let's say, more ugly way that has worked for me in the past.
Instead of using ROUND_HOUR, use HOURS, this returns the integer value of the hour. For instance, 14:00 becomes 14.
It returns the dropdown like this and acts as a time filter appropriately.
Let me know if this is sufficient for you 😄
Kind regards,
Sverre Klein
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.