Forum Discussion
Soheilsd
Oct 06, 2019Copper Contributor
lookup column filter
Hi, I want to 'Distinct' a lookup column from 'list2' in a list ('list1') form to avoid the repetitive data showing. I did this: made a dropdown/combobox/datacardvalue and use the code below: Dist...
Oct 06, 2019
Try distinct(list1,lookupcolumn.value)
- SoheilsdOct 06, 2019Copper Contributor
nothings happend, actually I want to do it on list1 values to choose from not records.