Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I wanna made a variable which i can use in my expressions. The variable is called YearInputDate. The variable must have all values from yearstart(Inputdate) till InputDate.
I enclosed an attachment with an example.
Can someone help me ?
Change your variable to Datum = {"<=$(Inputdate)"} and change your expression to sum({<'$(YearInputDate)'>}Sales)
Try something like this........
Change your variable to Datum = {"<=$(Inputdate)"} and change your expression to sum({<'$(YearInputDate)'>}Sales)
Thnx!