Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I am trying to ignore a dimension on one of my pivot tables. See the attached images:
The column in the pivot table labeled Avg Emps should be the same as the one above. How can I ignore the action in the bottom chart?
thanks
There are 2 employees which have a 26. The column labeled Avg Emps should be 542 on 24, 26 and 27. I want to calculate the % to total avg emps.
Sum(TOTAL EmpCt_ZEMPCT) / Count({<EmpDays = {1}>}DISTINCT TOTAL(Date_ZWKDATE))
There is no data for 26 in EmpCt_ZEMPCT. Could be fault over there?
Thanks Wallo......works perfect and thanks Anil.....for your help
Wallo,
Works great for 1 year being selected, however when I un-filter on the year I get this:
Try
=aggr((Sum(TOTAL <FISYR> EmpCt_ZEMPCT) / Count({<EmpDays = {1}>}DISTINCT TOTAL<FISYR>(Date_ZWKDATE))),FISYR,Action)
Thanks Wallo. This was what I was looking for. Have a great weekend.
Glad it works for you. You have a good weekend too!