Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
Can someone tell me why this expression is returning nothing. The dates are both in MMM-YYYY format. My dimension is CalendarMonthAndYear and the dashboard is Comings and Goings the object is Monthly Turnover. I have attached the .qvw for someone if they want to look at it. Much appreciated.
(Count ({<CalendarMonthAndYear = {"<=$(=MonthEnd(Date(Date#(NLE_MonthName, 'MMM-YYYY'))))"}>} EmployeeDirectory.ID))
Thank you,
OnePuttGirl
The object on the left is the count without Set Analysis. 566 is the total count of employee with out any date selections. What was the set analysis of the object on the right?
Hi .. but, really do you need set analysis ? If the object in the right side has the correct information .. yuo don't need SA .. perhaps I didn't understand your requeriment .. in general I use K.I.S.S ( Keep It Simple and Straightforward)
I guess I haven't given you the total requirement. What I am looking for is Percentage of Turnover by Month. The complete set analysis would look something like this:
if (([CalendarMonthName])='Sep',(Count({<NLE_Year={'$(vCurrentYear)'},NLE_Month={'Sep'}>} EmployeeDirectory.ID))
/Count ({<CalendarMonthAndYear = {"$(<=Date(MonthEnd(Date#(NLE_MonthName, 'MMM YYYY')),'MMM YYYY'))"},CalendarMonthAndYear = {"$(>=Date(MonthEnd(Date#(NLE_MonthName, 'MMM YYYY')),'MMM YYYY'))"}>} Total <CalendarMonthName> EmployeeDirectory.ID))
So I am taking the people in Sep. who are no longer here and then dividing it by the total amount of people who were here at that time. I am looking for a percentage of Turnover for that month. I had to build a independant calendar because I couldn't use the DOH_Date or the NLE_Date and that is why I am using CalendarMonthName from code I found on the Community. Any ideas I know you are probably growing weary.
Thank you,
OnePuttGril