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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
rido1421
Creator III
Creator III

Creating a variable

Hi There

I am trying to create a variable for max date but it should look at max date regardless of the selection

vMAXPERIOD=Max(Fiscal Month)

I have a fiscal month selector on my dashboard but in a certain expression I want to use an if statement saying if the fiscal month = vMAXPERIOD , expression , 0

problem is with the Max(Fiscal Month) it looks at the max of the selected fiscal month

Thanks

1 Solution

Accepted Solutions
sushil353
Master II
Master II

Hi,

Try : =Max({1} [Fiscal Month])

HTH

Sushil

View solution in original post

1 Reply
sushil353
Master II
Master II

Hi,

Try : =Max({1} [Fiscal Month])

HTH

Sushil