Display unique value in Cascading Filter

Amrit Kumar Pal
Tera Contributor

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.

2 REPLIES 2

Community Alums
Not applicable

Hi @Amrit Kumar Pal ,

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

I have no idea about Custom Filter.

Still unable to resolve the issue.