Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
dafnis14
Specialist
Specialist

GetfieldSelections of a dual field

Hi,

How is it possible to get the numeric value of a field with the GetfieldSelections?

Thanks!

1 Solution

Accepted Solutions
Gysbert_Wassenaar

I don't think that's possible. You can try this instead =If(GetSelectedCount(MyDimension), Concat(distinct num(MyDimension), ','), Null())


talk is cheap, supply exceeds demand

View solution in original post

4 Replies
Gysbert_Wassenaar

I don't think that's possible. You can try this instead =If(GetSelectedCount(MyDimension), Concat(distinct num(MyDimension), ','), Null())


talk is cheap, supply exceeds demand
vinieme12
Champion III
Champion III

just MIN(Fieldname)  or MAX(Fieldname)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
dafnis14
Specialist
Specialist
Author

Thank you, Vineeth...

dafnis14
Specialist
Specialist
Author

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))