Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to excluded null values(-) in Set analysis

Hi ..

I have one field with null values means -.i have remove null values in set analysis.

please find following attachment i has agentskill targetid it contains null i have to remove null values in set analysis.

please help me..

Thanks,

12 Replies
abhaysingh
Specialist II
Specialist II

if null value coming from your backend data than you can remove it from your backend table with the help of where Condition, i.e. FieldName = ' ';

or

in Set analysis

sum(field = { * }- { 'Flag1'}- {'Flag 2'} and so on please mention all flag.

NOTE : -ve or +ve in Set analysis is up to your need

regards

Abhay

jagan
Luminary Alumni
Luminary Alumni

Hi,

Check this expression

=Only({<AgentSkillTargetID=P(AgentSkillTargetID)>} AgentSkillTargetID)

Regards,

Jagan.

Anonymous
Not applicable
Author

Chandidni,

I do not see any reason doing this by SET Analysis, you simply select the "Suppress Null Values" option from the Dimension properties for a particular dimension.

Why you want to do it by SET only?