Forum Discussion
LS1700
Resolver I
9 years agoReference to calculated table in measure.
Hello,
I have a column with the days of the month.
I want to create a measure that evaluates the value in the other column.
for instance: if in the day column the value is 1, then put "OK", else put "NO".
it might sound stupid, but I cannot find a formula to the first part.
thanks
LS
Solution:
SUMX()
-> it allows to reference from a column to a measure.
1 Reply
- LS1700
Resolver I
Solution:
SUMX()
-> it allows to reference from a column to a measure.