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: 
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 )'}>}