Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
HI
how can we use Master item (dimension) in calcuating another master item as comparing if one master item value is greater . than another master item value then 1 else 0
can we use as above
Have a look @ three if condition together
App "compare.qvf"is attached..

try below:
if( num($(varMaxDate)) > num($(varMinDate)), 0, 1)