Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
When I select a value from Field A, there are a few available values from Field B. Is there an expression similar to "GetFieldSelections " to that I can use to get those value Field B?
Thanks
Yvonne
May be this:
Concat(DISTINCT [Field B], ', ')