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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
knightwriter
Creator III
Creator III

InYear query

Hi All,

I am currently using the the "InYear" expression for a lot of the text box properties on my dashboard and so it uses only 2015 data.

Is there a way I can create a list box so when I select 2016 or 2014, the text properties will now equal that InYear=2014 and so on?

Thank you.

Labels (1)
1 Reply
sunny_talwar
MVP
MVP

May be something like this:

=InYear(DateField, Only(NewListBoxField))

Where NewListBoxField will comprise of 01/01/2014, 01/01/2015, 01/01/2016 and you can always have one selected value