Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
soniasweety
Master
Master

Exp not working

Hi all,

I am using below expression its showing ok but the result is not coming.

if(only({<JNum={">=$(=vStartDate)<=$(=vEndDate)"},

[RC]={'IN'},[Inl]={'Out'}>} [ID])=0,'Not',[ID])

but  if I use this  its working fine enough

only({<JNum={">=$(=vStartDate)<=$(=vEndDate)"},

[RC]={'IN'},[Inl]={'Out'}>} [ID]) 

if I  add the  IF condition its not working  what is the issue?

11 Replies
prma7799
Master III
Master III

This will help you ...

Aggr - chart function ‒ QlikView

praveenkumar_ma
Partner - Creator
Partner - Creator

Try this---

Count(only({<JNum={'>=$(=vStartDate)<=$(=vEndDate)'},

[RC]={'IN'},[Inl]={'Out'}>} [ID])=0,'Not',[ID])