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

Suppress When expression with text

Hi All,

Suppose this is an output in a straight table

   

IDSum(CurrSales)Sum(PrevSales)Growth
1100200-50%
2N/A500N/A
3000%
40N/AN/A

I want to suppress the IDs with all Null values and also with N/A's

Since  I have text (N/A) in the expression, ID 4 still shows up after i checked "Suppress When Values is Null"

Any idea?

Renji

3 Replies
sergio0592
Specialist III
Specialist III

And if you try with :

sum({<ID={"=sum(CurrSales)>0"} > }   CurrSales)

sum({<ID={"=sum(PrevSales)>0"} > }   PrevSales)

renjithpl
Specialist
Specialist
Author

I have a condition to show that,

if (isnull(CurrSales), 'N/A', sum({<ID={"=sum(CurrSales)>0"} > }   CurrSales))

Anil_Babu_Samineni

Try to make it as Data planning / Mock up application. That may useful to explain clearly due to N/A in your application.

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful