Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How is it possible to get the numeric value of a field with the GetfieldSelections?
Thanks!
I don't think that's possible. You can try this instead =If(GetSelectedCount(MyDimension), Concat(distinct num(MyDimension), ','), Null())
I don't think that's possible. You can try this instead =If(GetSelectedCount(MyDimension), Concat(distinct num(MyDimension), ','), Null())
just MIN(Fieldname) or MAX(Fieldname)
Thank you, Vineeth...
Hi Gysbert,
It does the job, thanks!
I wanted to use the function in a variable for set analysis, but it doesn't work when 2 values are selected.
It works fine with one value.
Do you have a tip?
date(min({<[FltMonth - half] ={"=$(vMonthHalfFltDate)"}>} FlightDate))