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: 
Lokesh_5045
Creator
Creator

Compare two different dates from same date field without using alternate states

I have a table with the following data:

Region Date Value
A Sept 1
A Oct 2
A Nov 3
B Sept 4
B Oct 5
B Nov 6
C Sept 7
C Oct 8
C Nov 9

 

I have two bar chats with same attributes (except date). X - axis: Region; Y-axis: Sum(Value)

Requirement: First bar chart is selected with Sept data and second chart is to be compared with Oct/Nov data based on our selection.
I don't want to use alternate states in this case. Is there any other way to solve this?

Labels (2)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

here is a hint

Island tables And variables

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

2 Replies
vinieme12
Champion III
Champion III

here is a hint

Island tables And variables

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
Lokesh_5045
Creator
Creator
Author

Thank you.