Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
gkcchowdary
Creator
Creator

tell me the below requirement how to do?

Hi,

I have fields     

   

IDsourcecounttargetcounterrorcount
1127243
121055
2315230
341001000
222002000
453001000

the above table id 11 sourcecount 27 and targetcount 24 and error count is 3.this is fine because of sourcecount =targetcount+errorcount(27=24+3)in this 27 =27.

my requirement is i want show the only which BachID  sourcount not equal to tatgetcount+errorcount.that means id 23 and 45. this only sample data my original data having more fields and more columns. so how to write the expression sourcecount -= targetcount+error count in set analysis.

Thanks

chaitu

3 Replies
jcampbell474
Creator III
Creator III

Don't know if you need set analysis, but maybe try this expression:

=IF(targetcount+errorcount <> sourcecount,ID)

sunny_talwar

May be this set analysis in your expression

{<ID = {"=sourcount <> RangeSum(tatgetcount, errorcount)"}>}

qv_testing
Specialist II
Specialist II

PFA,