Hi,
I have a EumList column. I would like to get the first selected value in the enumlist.
I tried using TOP(Table[Column], 1) in a virtual column , but I got the first value not the first selected value.
thanks!
Solved! Go to Solution.
Also. TOP() returns a List, you probably want to use ANY() or INDEX(โฆ,1) instead.
Also. TOP() returns a List, you probably want to use ANY() or INDEX(โฆ,1) instead.
Thanks Marc
User | Count |
---|---|
15 | |
9 | |
9 | |
7 | |
3 |