Display unique value in Cascading Filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-02-2022 11:55 PM
I am creating a Cascading Filter, on selecting the Region, it is fetching all the matching 'State' records of that Region.
But i want only unique States to show in the list instead of multiple/duplicate states of that Region.
How can i achieve to get unique State values only?
Picture attached as attachment.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-03-2022 12:02 AM
Hi
Filters are designed to work on tables with a unique value. To get that to work as-is, you would need a custom filter. Alternatively, you could use the hierarchy to get the locations that are states (city is empty and state is not). Then get the locations that match, then go to the next level in the cascade.
Referred from this thread which is a correct answer.
Mark my answer correct & Helpful, if Applicable.
Thanks,
Sandeep
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-04-2022 03:33 AM
I have no idea about Custom Filter.
Still unable to resolve the issue.