Question
3
Replies
449
Views
P3Fusion
Posted: May 1, 2019
Last activity: June 6, 2019
Closed
Remove Duplicate Values in Autocomplete
Hi,
I have a LocalDataSource values with the below structure
Age* Name
1 R
2 R
3 R
4 Ra
4 Ra
5 Ka
i need to show the name field in autocomplete, but the names are in repeated. Someone know the solution ??
***Edited by Moderator: Pallavi to update platform capability tags***
Hi
If you are using the Data page as source, then in the post load processing activity , you can use "removeDuplicatesFromList" function or in the RD you can select "Remove duplicate rows" option on Query tab.
Hope this helps,.
Regards
Bhavya