Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I cant find the right syntax for less than in a set analysis. I am having a variable that returns the nr for the open month or max selected month. I want to put this into a set analysis for MonthNr but I cant find the right syntax.
sum({<MonthNr????{$(vMonthNr)}>}Cost)
I am happy for any help.
//Fredrik
Try..
sum({<MonthNr={"<$(=num(vMonthNr))"}>} Cost )
=SUM({$<MonthNr= {'<$(=NUM(vMonthNr))'}>}Cost )
Thanks for your reply. It should work fine. I found the right syntax after posting this on the thread. I wrote it like this.
MonthNr={"<=$(vMonthNr)"}
And that worked fine.
Thanks for your reply. It should work fine. I found the right syntax after posting this on the thread. I wrote it like this.
MonthNr={"<=$(vMonthNr)"}
And that worked fine.