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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
arethaking
Creator II
Creator II

difference of 2 expressions

1) Sum( {$<Year = (Year + {“20*”,1997}) – {2000} >} Sales )

2) Sum( {$<Year = Year + ({“20*”,1997} – {2000}) >} Sales )

What is the difference between 1 and 2?

14 Replies
sunny_talwar

When I search that the only useful link is this:

https://help.qlik.com/en-US/qlikview/12.0/Subsystems/Client/Content/ChartFunctions/SetAnalysis/set-m...

I might be missing it, but not sure where is the above expression in the set of example?

Frank_Hartmann
Master II
Master II

ahhh, you have to search in the inbuild qlik help

Unbenannt.png

sunny_talwar

Using QlikView 12, so it takes me to the online help

Frank_Hartmann
Master II
Master II

here you go 🙂

sunny_talwar

Got it, thanks

I think what threw me off was Year = Year was used instead of Year = p(Year).