Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I need to get min value in expression into other
Example
Data,value
A,23
B,35
C,55
D,44
E,33
If Data was dimension then expression was sum(value) then in one more expression need get min value like below
Data,value,Min value
A,23, 23
B,35,-
C,55,-
D,44,-
E,33,-
what about in case of distinct values
Data,value
A,23
B,23
C,55
D,44
E,33
If(value = Min(TOTAL value),value)