Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
I have a dimension called Business Unit which I would like to limit to the value BIG in one of my graphs, hope you can help me.
The expression is "Net Sales (' & Valuta &') and I want the definition to limit the result to Business Unit BIG if possible?
The Defiinition of Net Sales is currently:
Sum
({<RRResultatPost = {'Net Sales'}>} Amount_$(vCurr)
Thanks!
Maybe like this?
Sum
({<RRResultatPost = {'Net Sales'}, [Business Unit]= {'BIG'} >} Amount_$(vCurr) )
Maybe like this?
Sum
({<RRResultatPost = {'Net Sales'}, [Business Unit]= {'BIG'} >} Amount_$(vCurr) )
worked like a charm, thanks!