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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How to display the value instead of null value in a straight table?

Hi Community

I have a straight table in that I am calculating an expression  that will display the count of materiel for all the days started from Sunday to Saturday  as below.

DivisionExpression =aggr(count(materiel),Division)
Atlanta-
New jersey2000
New York523
Texas251
CDC412
Sidney321

Here for my Dimension Division field value Atlanta i am getting a null value so 

here  I want to populate  a value that is calculated for the days Monday to Friday instead of null value for Atlanta.Can someone let me know the possible ways to handle it.

Thanks

12 Replies
Not applicable
Author

It is simple:

Your chart type is straight table. Let your dimension be Division, then add expression: sum(Material). Because of sum, '-' will disappear. Try that and let me know whether it worked.

Best,

T

Not applicable
Author

Hi Tibor Sebok

I want count only not the sum.

Thanks

MarcoWedel

Alt(expression1, expression2)