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: 
Dolly123
Creator II
Creator II

SET analysis

Qlikhub_0-1674547745832.png

 

I want to show current values by deafault how to write the set analsis

1 Reply
khaoulaaa
Partner - Contributor III
Partner - Contributor III

Hello @Dolly123 

More details please.

if values of current month you can :

1- create 2 variables:

vMaxMonth = max(NumMonthField) 

vMaxYear =max(Year)

2- in you set analysis expression : {<NumMonthField={'$(vMaxMonth )'},Year={'$(vMaxYear )'}>}