
Contributor
2018-04-21
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to use "Distinct" to exclude duplicate values
Distinct : How to use "Distinct" to exclude duplicate values from table field. please find the snap , field timeFormat having duplicates i want to display unique values from this.
- Tags:
- distinct
803 Views
1 Reply

Partner - Champion III
2018-04-21
12:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Use the Year function: year(TimeFormat)
Merely formatting the function with Date(TimeFormat, 'YYYY') doesn't change the real value, only the formatting. That's why the values in the listbox seem to be the same, but they are still different and therefore shown individually in the listbox.
talk is cheap, supply exceeds demand
