Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Anyone have an option to select the current YTD months for select in Fields in v9?
I would like the Select in Field Action to select Jan and Feb. since today is February... Any ideas?
You should create a YTD_Flag field in your data with value of 0 or 1. Then you can have field action and select 1 value for this new field. When you do that all months in YTD will be selected. Just one way of handle it.
Select in Field Action with Set Analysis
In my example: month(today()) = 6 = june
Specified Field: [Time Month] as numeric
Search Expression: ='>=1<=$(=Num(Month(Today())))'
my advanced search expression is shown in the Current selections box as:
Time Month >=1<=6
Hi,
See the attachment.