
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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,
- « Previous Replies
-
- 1
- 2
- Next Replies »


- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
You can try {*} to select all values that should exclude the null value and - {''} should get rid of the blank values.
=sum({$<resolveddate ={'*'}-{''}>} 1)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Sujeet..
Thanks for yoyr reply
I tried this systax but its not working.Can you please find my attachment in this AGENTSKILLTARGET ID Contains null values i have to remove null values..Help me..
Thanks..

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use NULLASVALUE in script in order to assign a string/numeric default value for nulls:
Script:
NULLASVALUE Filed;
Set NullValue = 'N/A';
Expression:
Count({<Field={'N/A'}>}Field)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Try Like
Sum({<NullITakingField={"=not isnull(NullTakingField)"}>}Sales)
Regards
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Max..
Thanks for your reply..
If apply same syntax it does not working fine..
Thnaks,

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
What is your expected count??
Regards
Please appreciate our Qlik community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved 🙂

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Anbu..
Thanks for your reply..
Trasing wise your formula currect.But when i create table box with acdDATE and agentskilltargetID.The agentskilltargetid has null values so it has count but your formula shows zero count..
Please help me

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=count({<ACD_Date={'=Len(Trim(AgentSkillTargetID))=0'}>}DISTINCT ACD_Date)

- « Previous Replies
-
- 1
- 2
- Next Replies »