
Contributor III
2022-11-23
10:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
how to remove Null values in Expression level
Hi Experts,
Need help on removal of null values in Expression level
for example i have around 15000 records and i have applied some condition ,records got reduced to 800 .
now i want to show only those 800 records in straight table in qlikview .
Expression :
if(num(aggr(sum({<Month = {'<=$(=Max(Month))'}, AGNTMTD={1}>}Life_ANP_YTD),AGNT_ID), ' #,##0')>=(5000000/12)*num(Max(Month)),'VIP',0)
just wanted to sow only VIP Records .
667 Views
1 Reply

Partner - Master
2022-11-24
03:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How about suppressing when the value is null under the dimension tab?
638 Views
