Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
paulyeo11
Master
Master

GP% measure , may i know how to make it display 19.5% ?

Hi All

I have below expression , it return 0.00 on GP% measure  , may i know how to make it display 19.5% ?

Hi All

I have below expression :-

(
Sum({<year = {$(=Max(if(getselectedcount(year)=0,2015,year))-0)} , month = {"<=$(=Max({<year={$(=Max(if(getselectedcount(year)=0,2015,year)))}, sales = {'*'}>} month))"}, rEVENUE={"rEVENUE"} >} Amount*1)/Rate/1000
-
Sum({<year = {$(=Max(if(getselectedcount(year)=0,2015,year))-0)} , month = {"<=$(=Max({<year={$(=Max(if(getselectedcount(year)=0,2015,year)))}, sales = {'*'}>} month))"}, cOST={"cOST"} >} Amount*-1)/Rate/1000
)
/
Sum({<year = {$(=Max(if(getselectedcount(year)=0,2015,year))-0)} , month = {"<=$(=Max({<year={$(=Max(if(getselectedcount(year)=0,2015,year)))}, sales = {'*'}>} month))"}, rEVENUE={"rEVENUE"} >} Amount*1)/Rate/1000

May i know how to make it display 19.5% ? now it display 0.00

Paul

11 Replies
sunny_talwar

Please close the thread if you got what you were looking for by marking correct and helpful answers.

Thanks,

Sunny

paulyeo11
Master
Master
Author

Hi Sunny

Done.

Paul