Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have 2 expression both are okay :-
Sum({$<year = {$(=Max(year)-0)}, month = {"<=$(=Max({<year={$(=Max(year))}, sales = >} month))"},COUNTRY_={"Singapore"}>}sales/Rate)
Sum({$<year = {$(=Max(year)-0)}, month = {"<=$(=Max({<year={$(=Max(year))}, sales = >} month))"},COUNTRY_={"CASH SALES"}>}sales/Rate)
I like to conbine them into 1 expression , but cannot work :-
Sum({$<year = {$(=Max(year)-0)}, month = {"<=$(=Max({<year={$(=Max(year))}, sales = >} month))"},COUNTRY_={"CASH SALES"}+COUNTRY_={"Singapore"}>}sales/Rate)
Can some one advise me.
Paul
my qvw
......,COUNTRY_={[CASH SALES],'Singapore'} .....
Regards,
Antonio
Thank you sir