Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
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