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

Straight table- show when value is zero

How to show entry for a row if the expression delivers 0:

Example:

My expression(after filtering)

count({< [Last Date]={">=$(=vStartDateD)<=$(=vEndDateD)"}>}[Oppor] )

delivers zero for one row

Capture.PNG

when using generic 1 i can show that value:

Capture2.PNG

How to show that row using the expression?

6 Replies
tamilarasu
Champion
Champion

Could you attach your file (or sample).?

robert_mika
Master III
Master III
Author

Sorry is confidential.

sunny_talwar

Can you explain with some dummy data what exactly you are trying to do?

Anonymous
Not applicable

go to the properties of the table and go the lay out tab  and give the condition is if(getselectionfield (column name='0') ,1,0)

its_anandrjs

Hi Robert,

In the dimensions select all dimensions one by one and select Show All Values and in the presentation tab unchecked option Supress Zero-Values and select Populate Missing Values fill zero over there.

Regards,

Anand

vikasmahajan

If you are using QV11 version in conditional you can give  count({< [Last Date]={">=$(=vStartDateD)<=$(=vEndDateD)"}>}[Oppor] ) > 0

HTH

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.