Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
kstroupe
Creator
Creator

Don't want every chart to change.

Hello Everyone.  I need a little help with dashboard design.  Here is the issue..  In my dashboard I have a Current stock element which should change value when I use a filter based on a manager.  Currently this is changing when I change the financial year and financial month but I don't want it to.

1 Solution

Accepted Solutions
wallinpeter
Contributor III
Contributor III

You need to do set statement in expression....

=Sum({$<YEAR=,MONTH=>}STOCK_VALUE)

View solution in original post

3 Replies
Anonymous
Not applicable

Kim,

See if this expression gives you what you need:

Sum({<MONTH=,YEAR=>} STOCK_VALUE)

wallinpeter
Contributor III
Contributor III

You need to do set statement in expression....

=Sum({$<YEAR=,MONTH=>}STOCK_VALUE)

kstroupe
Creator
Creator
Author

Worked Perfectly