Skip to main content
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.

1 Reply
sunny_talwar

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