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: 
Not applicable

Set Analysis failing for the following

Hi,

I deserve some assistance with this issue. The following Set Analysis is failing and seems to just ignore the set all together. I am just comparing DOH_Year to vCurrent Year. and NLE_Year Both seem to be equal to 2012, so I don't know why it is failing. I have attached the qvw to see if someone else can get the Monthly Turnover object to work.

Anyone?

Count({<NLE_Year={'=$(vCurrentYear)'},DOH_Year={'=$(vCurrentYear)'}>} EmployeeDirectory.ID)

Thank you,

Oneputtgirl

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Try removing the equal signs:

=Count({<NLE_Year={'$(vCurrentYear)'},DOH_Year={'$(vCurrentYear)'}>} EmployeeDirectory.ID)

View solution in original post

1 Reply
swuehl
MVP
MVP

Try removing the equal signs:

=Count({<NLE_Year={'$(vCurrentYear)'},DOH_Year={'$(vCurrentYear)'}>} EmployeeDirectory.ID)