Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Vijayqlik4171
Contributor III
Contributor III

i want show amount >10 and only show domain "a" in straight table

qlik commu.JPG

1 Solution

Accepted Solutions
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @Vijayqlik4171 

I think you can use this measure below:

Sum({<domain={"a"}, amount={">10"}>}amount)

After that you can set your table to not show zero values in add-on proprierties.

Help users find answers! Don't forget to mark a solution that worked for you!

View solution in original post

3 Replies
joaopaulo_delco
Partner - Creator III
Partner - Creator III

Hi @Vijayqlik4171 

I think you can use this measure below:

Sum({<domain={"a"}, amount={">10"}>}amount)

After that you can set your table to not show zero values in add-on proprierties.

Help users find answers! Don't forget to mark a solution that worked for you!
Vijayqlik4171
Contributor III
Contributor III
Author

Cool thank you sir it's working

joaopaulo_delco
Partner - Creator III
Partner - Creator III

@Vijayqlik4171 I just ask to you to mark the solution as solved.

Help users find answers! Don't forget to mark a solution that worked for you!