Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hi all,
ive created a resident table that groups values and sorts them top to bottom and i want to be able to use a first that will return the first, second and third area
Area
Area | Value |
---|---|
a | 4 |
b | 3 |
c | 2 |
d | 1 |
May be this:
In a chart
Only({<Value = {"$(='<=' & Max(Value) - 2 & '>=' & Max(Value))"}>} Value)
In a text box
Concat({<Value = {"$(='<=' & Max(Value) - 2 & '>=' & Max(Value))"}>} Value, ', ')
sort tab sort by ascending by value.
or
in dimension limit give 5
no i would like to use the return the value in a text box
May be this:
In a chart
Only({<Value = {"$(='<=' & Max(Value) - 2 & '>=' & Max(Value))"}>} Value)
In a text box
Concat({<Value = {"$(='<=' & Max(Value) - 2 & '>=' & Max(Value))"}>} Value, ', ')
Cheers sunny