Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a dashboard with prices from shops from different ( concurrent) shopbrands.
So they can see if the price for a specific product is good.
Now I have different users who all have there own brand.
I have implemented section access to connect the user to an brand.
Is it possible that the the brand of section-access should always be selected in de brandlist and that the user can choose with what brand they wel compare?
Brand from section access = abc
Brandlist
abc
def
fgh
dkl
abc should always be selected and the user should select al the other or one or 2 or .. of the other brands.
Regards,
Kris
Yes, but what with this
The B E isn't selecting
the you need to use double quotes for the values. replace the trigger expression with :
='("' & GetFieldSelections(Customer, '"|"') & '"|"A")'
Thanks all for your responses.
Regards,
Kris