Forum Discussion

MauriceMecowe's avatar
MauriceMecowe
Resolver II
7 years ago
Solved

IF statement in measure

I’m trying to compare the Turnover per ID (OID) from 2 systems. If they don’t match the difference is calculated with a measure as in the picture below. I would like to add another measure that does ...
  • Cmcmahan's avatar
    7 years ago
    MatchFlag = IF( [Delta Turnover Detailed] = 0, "Match", "No Match")