Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
francisvandergr
Partner - Creator II
Partner - Creator II

Problems with variable

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 ?

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change your variable to Datum = {"<=$(Inputdate)"} and change your expression to sum({<'$(YearInputDate)'>}Sales)


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Not applicable

Try something like this........

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

Change your variable to Datum = {"<=$(Inputdate)"} and change your expression to sum({<'$(YearInputDate)'>}Sales)


talk is cheap, supply exceeds demand
francisvandergr
Partner - Creator II
Partner - Creator II
Author

Thnx!