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

Text Box how to add suppress when value is none ?

Hi All


Mt expression work fine , it display 14 :-

=count({<Reason-={'-'}>}Reason)


When i set the dimension suppress when value is none.  The total become 9.


When i using the same expression for text box , it display 14 , how can i make it display 9 ?


how to make 14 to 9.dib

Paul Yeo

1 Solution

Accepted Solutions
PrashantSangle

Hi,

use below expression,

=count({<Reason-={'-'},StatusV={'Won'}>}Reason)

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

View solution in original post

9 Replies
sunny_talwar

May be this

=Count({<Reason = {"*"}>}Reason)

paulyeo11
Master
Master
Author

Hi Sunny

Your expression display 3000 plus.

Paul Yeo

Director

TDS Technology (S) P/L

Whatsapp +65 9326 1804

www.tdstech.com<http://www.tdstech.com>

sasiparupudi1
Master III
Master III

Maybe

count({<Reason-={"=Len (Trim (Reason))=0"}>}Reason)

paulyeo11
Master
Master
Author

Hi SAS,

Thank you very much for your help.

I still not getting 9 and getting 3000+, enclosed My QVW.

Paul

Chanty4u
MVP
MVP

simply try this

=NullCount(value)

Chanty4u
MVP
MVP

=NullCount(Reason)

paulyeo11
Master
Master
Author

Hi chanty

I get 0 value.

Paul

PrashantSangle

Hi,

use below expression,

=count({<Reason-={'-'},StatusV={'Won'}>}Reason)

Regards,

Great dreamer's dreams never fulfilled, they are always transcended.
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂
paulyeo11
Master
Master
Author

Hi Pras

Wow you got it right.

Thank

Paul