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: 
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
Champion III
Champion III

Hi,

Try this ways

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

Or

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

Regards

Anand