Discussion Board for collaboration related to QlikView App Development.
It is almost the same.
See attached. You can select years in the list box and see how the chart changes.
hi,
Can u explain, what is the requirement of " " (double quote) in the expression:
sum({<Year={"$(='>=' & (max(Year)-1) & '<=' & max(Year))"}>} Income)
In this case it is for expression ($-sign expansion) in the set modifier:
{"$(=<expression is here>)")}
I know that it is a set expression, but if I did not use double quote what will happen?
It still may work if you replace double quotes with the single quotes here - but it doesn't have to. See this: QlikView Quoteology
I recommend to use double quotes in the cases like that.
Without any quotes - I don't expect it to work.