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: 
Not applicable

Baseline Expression

How do you create a chart with two exprressions with one of them being a Total or Company trend with the second being a filtered dimention (ie store, state, etc)?

4 Replies
Not applicable
Author

Use SET ANALISYS

Not applicable
Author

ok, I'm new, what is SET ANALYSIS?

Not applicable
Author

Set Analysis is a means by which you can limit the data set you're performing analysis on using a special syntax. Assuming you're using Qlikview 9, the details can be found in the Qlikview Reference Manual in Book 3, page 353 (or page 1754 of the PDF).

i.e.


Sum({ $ < State={UT,AZ} > } sales)


Hope this helps.

-Alex

Not applicable
Author

Thanks for the tip! Works great!!Smile