Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Show 'Null' Dimension with Value in Bar chart Qlik Sense
Dimension: Email_ID
Expression: Count({<object_type={'standard'},status={'New'}>} folder)
Uncheck suppress null from dimension properties
In Qlik Sense?
Try unchecking this option
if you use the default option to get null you will end up having " -"
try something like this in dim expr
if(isnull(Dimension),'Null',Dimension)
Thanks
CY
Hello karan_kn,
You'll need to do 2 steps to show it like you want to:
Resident Table;
Hope this helps.
Regards
Try this
If(IsNull(Email_ID), Null(), Email_ID) as Email_ID.
Tick Include null values in chart.
Thanks
Hi
Can you guys tell me how remove the backside grid for charts
Go to Presentation.
Custom Grid Line Spacing
Select No Lines
I have created combo chart, for that i haven't find Custom grid line spacing option in presentation.
And i am using Qlik Sense Desktop Edition