Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm wondering if it's possible to use GetFieldSelections() in the following way:
Thank you for any advice.
Hi @mikegrattan
What about using something like:
=Concat([YearPeriod],',')
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
Hi @mikegrattan
What about using something like:
=Concat([YearPeriod],',')
Regards,
Mark Costa
Read more at Data Voyagers - datavoyagers.net
Follow me on my LinkedIn | Know IPC Global at ipc-global.com
I tried Concat but got repeating values. However, Concat(distinct YearPeriod,',') works fine. Thanks.