Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

expression help- Set analysis

Hi all,

count( {SET A}{< Invrc = {'INV'}>} field) this expression giving me wrong result, it is working on normal calender not on SET i have created.

please help me in syntax. how to write these kind of syntax in set analysis.

Thanks to all in advance.

Regards

Abhay

1 Solution

Accepted Solutions
AbhijitBansode
Specialist
Specialist

Count( {[SET A]< Invrc = {'INV'}>} field)

View solution in original post

2 Replies
AbhijitBansode
Specialist
Specialist

Count( {[SET A]< Invrc = {'INV'}>} field)

its_anandrjs

Hi,

Try this ways

count( <[SET A]> {< Invrc = {'INV'}>} field)

Or

count( <[SET A]=> {< Invrc = {'INV'}>} field)

Regards

Anand