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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
techvarun
Specialist II
Specialist II

select possible month qlikview

Hi,

I want to select Possible Months less than the current month Selected

I have a month filter on home page

if i select july i need to show trends from Jan to July

I have the trend ready but need ur help on setting the trend months

Thanks

Varun

6 Replies
amit_saini
Master III
Master III

sushil353
Master II
Master II

Hi,

you can use set analysis to achieve the same.

sum({<month={"< $(=Max(month))"}>}field)

HTH

Sushil

techvarun
Specialist II
Specialist II
Author

my monthfield is monthselected and i have to use the months on a line graph

Not applicable

sum({<monthselected={"< $(=Max(monthselected))"}>}field)

techvarun
Specialist II
Specialist II
Author

Hi I want to select in field

On OnactivatePage Trigger

Not applicable

go to document properties>triggers >choose (on open  or  on any select(ur requirement) ) and  add action >external>showinformation>write condition