Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have data with a include classname and ID mean String and Number.
I seperated Both string and ID.
I created a Bar chart,
Dimension : Employee_Type
Expresion : Count(ID)
But in Employee_Type having some NULL value.
it is showing NULL in my char.
But Now i don't want the NULLs in my chat i want to suppress.
i enabled CharProperties--->Presentation------> Suppress Zero Value
But still it is showing NULL in my chart is there any way to suppress NULL when we load into Qlikview.
Please let me know.
Thanks
Try This:
=if (not isnull(Employee_Type),Employee_Type)
Thanks,
AS
Thanks Amit,
For your Help.
Sorry where should i try. in Chart i have taken Calculated dimension.
Please give some clarification
Hi,
You can use this as Dimension (Calculated expression) or also as expression based on your requirement.
Thanks,
AS
Thanks Amit,
I tried but it is not working.
it will load null then suppress null
Thanks
BKC
OR
LEN(TRIM(Right(String, len(String)-index(String,'-',4))))=0, Null(), Right(String, len(String)-index(String,'-',4))) As Employee_Type
Hi,
Supressing null values with the chart properties my help you.
can you please share the app
Use suppress when value is null in dimension(chart properties) and uncheck show all values