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: 
sudhir243
Contributor
Contributor

Year and Quarter Selection

Hi,

If I select a specific year ( say 2015 or 2016) , the Quarter Q1 only should be selected by default.

Can you let me know how to solve this?

Thanks,

sk0243.

Labels (1)
1 Solution

Accepted Solutions
sergio0592
Specialist III
Specialist III

Hi,

Try with Document properties/Triggers and

=if(Year=2015 or Year=2016,'Q1')

P1.png

 

View solution in original post

2 Replies
sergio0592
Specialist III
Specialist III

Hi,

Try with Document properties/Triggers and

=if(Year=2015 or Year=2016,'Q1')

P1.png

 

sudhir243
Contributor
Contributor
Author

Hi Sergio,

Thanks for the input.

Now it is working for me.

Regards,

sk0243