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

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
joshakehurst
Partner - Contributor III
Partner - Contributor III

100% Stacked Bar with Nulls

Hello,

I'm trying to create a 100% stacked bar chart, but eliminate the NULL values from the data set.  I know I can deselect "Show Null Values" from the chart settings, but clicking on the graph still pulls in the nulls into the data set. 

I'm using the following Expression: 

Count(RecordID) / Count(TOTAL <[Agent Name]> RecordID)

Screen Shot 2017-03-02 at 8.29.46 PM.png

Labels (1)
1 Reply
Not applicable

Could you please post some sample data here..

if I am not wrong

u can try like this   if(not isnull(<[Agent Name]) ,

Count(RecordID) / Count(TOTAL <[Agent Name]> RecordID))