Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
suvechha_b
Creator III
Creator III

How to write in the expression

How to write the expression to get the required results .

My requirement is :-

When I select Fiscal Year =2016 and Fiscal Period =05 .

Then the Detail Table - Anticipated Report must show

The details of Fiscal Year = 2016 and Fiscal Period > 05.

Sample attached.   

1 Solution

Accepted Solutions
sunny_talwar

May be this:

Sum({<fiscal_period = {"$(='>' & Max(fiscal_period))"}>} anticipated_amount)

View solution in original post

1 Reply
sunny_talwar

May be this:

Sum({<fiscal_period = {"$(='>' & Max(fiscal_period))"}>} anticipated_amount)