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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
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)