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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
MuraliPrasath
Creator III
Creator III

How to Make a Chart to Display based on the User Selections?

Hi,

Based on the Year/Quarter chars should display.

Can you help me?

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable

=if(FiscalYear = '2014' and FiscalQuarter = 'Q1',1,0)

View solution in original post

3 Replies
MuraliPrasath
Creator III
Creator III
Author

This what I have tried but not helpful.

going Layout and Conditional  then  =if(GetCurrentSelections(FiscalYear = '2014', FiscalQuarter = 'Q1'),0,1)



Anonymous
Not applicable

=if(FiscalYear = '2014' and FiscalQuarter = 'Q1',1,0)

MuraliPrasath
Creator III
Creator III
Author

Thanks Ron it worked !!