Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I hit a brick wall
I would like evaluate if statement within set analysis.
When creating variable I can write:
v_Co
=If(.....
and I can use that within my set analysis
SUM( {$<Desc={'$(v_Co)'}>} Am)
but how to write the set analysis syntax to evaluate that if statement in set analysis only.
I do not want to use variable globally.
so the when crating variable I will use:
v_Co
if(......
(no equal sign)
SUM( {$<Desc={'$(=$(=v_Co))'}>} Am)
SUM( {$<Desc={'$(=$(=v_Co))'}>} Am)
I swear I tried that.
Thank Manish!
Vary Merry x-mass!