Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I want to compare 2 variables using if condition in the measure section of a pivot.
Variables are-
I am trying to use the following expression-
if($(prev_month)=$(v_q_end),
count(EMPLID))
But to no avail.. want help please