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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to add a filter to an expression?


Hi,

I basically want an expression created to measure the amount of invoices on a financial system with active holds placed upon them. The expression I need goes along the lines of.....

=sum(APhold.count) where APHold.OpenFlag = Y

However I am unable to get the expression to work!?!

Any advice would be great.

Thank you

1 Solution

Accepted Solutions
sunny_talwar

May be using set analysis:

=Sum({<APHold.OpenFlag = {'Y'}>} APhold.count)

View solution in original post

3 Replies
sunny_talwar

May be using set analysis:

=Sum({<APHold.OpenFlag = {'Y'}>} APhold.count)

Not applicable
Author

Excellent, thank you for your assistance much appreciated!

sunny_talwar

No problem. If your question is resolved now, I would suggest you to close this thread by marking the correct response.

Qlik Community Tip: Marking Replies as Correct or Helpful

Best,

Sunny