Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey hi,
Firstly i am assuming that you are using this if condition in a Text Object....
Then use:
=if((sum( {$<Year= {$(v_year)}, Indicator = {'Sales'}>}Value )) > (sum( {$<Year= {$(v_year_ant)}, Indicator = {'Sales'}>} Value)),1,0)
I have just removed the Single Quotes you have put in the Year Selections...
Try using this..
Hope this works...!!
Try This:
=if((sum( {$<Year= {"=$(v_year)"}, Indicator = {"Sales"}>}Value )) > (sum( {$<Year= {"=$(v_year_ant)"}, Indicator = {"Sales"}>} Value)),1,0)