Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
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)