Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
gauravgg
Partner - Creator
Partner - Creator

Distinct hours in list box

hi

when i removed hours form timestamp field

when i put hours in list box they are repeating in want only the distinct hours in the listbox

can anyone help me?

thanx in advance

1 Reply
swuehl
Champion III
Champion III

Use

LOAD

      Hour(TimestampField) as HourField,

     ...

instead of (assumed) formatting using Date() or Time() function, like Time(TimeStampField, 'hh')