Skip to main content
Announcements
The way to achieve your own success is the willingness to help somebody else. Go for it!
cancel
Showing results for 
Search instead for 
Did you mean: 
Karthik_Qlik
Contributor II
Contributor II

Static & Dynamic Dashboard

Hello Team,

Do we have the option of create Static and Dynamic charts in the same sheet in Qlik Sense?

For example: I would like to show Global employee Count in one chart (Static) and another one is to show Region wise or Business Wise count using filters (Dynamic).

If I can create such Dashboard then I can compare the overall population in Static dashboard with Region wise or Business Wise in the Dynamic one in the same sheet

Please advise

Regards,

3 Replies
Sammy_AK
Creator II
Creator II

skamath1
Creator III
Creator III

in the expression of the Static chart, include the identifier to ignore selection.

 

For example   Count( {1} EmployeeID ) 

Adding  {1} to the expression should disregard any selection and the numbers will be static.  

Karthik_Qlik
Contributor II
Contributor II
Author

Thank you Sammy... Let me explore this and share the results