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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
james
Creator III
Creator III

Select in Field Action for All months YTD

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?

3 Replies
disqr_rm
Partner - Specialist III
Partner - Specialist III

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.

qvwarning
Creator
Creator

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

Not applicable

Hi,

See the attachment.