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

Announcements
Share your agentic AI experience, learn from others, and earn a new badge: Put Agentic AI to Work
cancel
Showing results for 
Search instead for 
Did you mean: 
Farsana
Creator
Creator

Pivot table with hipen instead 0

Team,

In below table i want to display 0 instead -, how to do, i tried with multiple options including Alt but still no luck.

Current expression : if(count({<name= $::name,[Doctor State]=$::[Doctor State]>}[Doctor State])> 0,1,0)

Any suggestions to sort this issue. Thanks in advance

Farsana_0-1726234502295.png

 

1 Solution

Accepted Solutions
MatheusC
Specialist III
Specialist III

@Farsana 
My suggestion is to use the new pivot table in custom objects, in which you will be able to give other values ​​to this missing data, in the Chart Tab in Presentation.

MatheusC_0-1726237055444.png


*see if it is available in your version*

- Matheus

Did you find a solution to your question? Mark the solution as accepted ✅ and if you found it useful, press the like button!

View solution in original post

6 Replies
MatheusC
Specialist III
Specialist III

@Farsana 
My suggestion is to use the new pivot table in custom objects, in which you will be able to give other values ​​to this missing data, in the Chart Tab in Presentation.

MatheusC_0-1726237055444.png


*see if it is available in your version*

- Matheus

Did you find a solution to your question? Mark the solution as accepted ✅ and if you found it useful, press the like button!
Farsana
Creator
Creator
Author

Thanks @MatheusC  it worked 🙂

Farsana
Creator
Creator
Author

@MatheusC when i am trying to download the data into excel,  0 converted to hipen . Any options we have in Qlik to download as 0 itself

Thanks again 

MatheusC
Specialist III
Specialist III

As far as I know, no. If it's feasible or maybe you've already fixed it in Excel, that would be the solution. 👍

- Regards, Matheus

Did you find a solution to your question? Mark the solution as accepted ✅ and if you found it useful, press the like button!
brunobertels
Master
Master

Hi 

not tested but may be try this 

 

 if(count({<name= $::name,[Doctor State]=$::[Doctor State]>}[Doctor State]) + SUM({1}0) > 0,1,0)

 

 

Farsana
Creator
Creator
Author

No 😞