Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Try removing the equal signs:
=Count({<NLE_Year={'$(vCurrentYear)'},DOH_Year={'$(vCurrentYear)'}>} EmployeeDirectory.ID)
Try removing the equal signs:
=Count({<NLE_Year={'$(vCurrentYear)'},DOH_Year={'$(vCurrentYear)'}>} EmployeeDirectory.ID)