
Partner - Creator
2016-03-11
12:44 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
443 Views
1 Reply


MVP
2016-03-11
04:54 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use
LOAD
Hour(TimestampField) as HourField,
...
instead of (assumed) formatting using Date() or Time() function, like Time(TimeStampField, 'hh')
