Hi guys,
I've a pivot table which uses hours in the Values area. I need to show this as number of business days (divide it by 8)
I was wondering if there's a way of using a custom format to divide the number by 8?
The data comes from an MDX query from an OLAP cube, I tried adding a calculated measure to the OLAP cube to list it in days rather than hours, but that reduces the pivot table refresh time from near instant to about 10 minutes, which isn't really usable.
Lastly but very importantly, I can't use macros as this will be going into Excel Services when it's done.
I suppose the final option I'd have would be to use the JavaScript Object Model in SharePoint 2010 to update the field values to themselves / 8.
Any other ideas? I'm hoping for a quick fix rather than the pain of having to do it any of the ways I listed.
I've a pivot table which uses hours in the Values area. I need to show this as number of business days (divide it by 8)
I was wondering if there's a way of using a custom format to divide the number by 8?
The data comes from an MDX query from an OLAP cube, I tried adding a calculated measure to the OLAP cube to list it in days rather than hours, but that reduces the pivot table refresh time from near instant to about 10 minutes, which isn't really usable.
Lastly but very importantly, I can't use macros as this will be going into Excel Services when it's done.
I suppose the final option I'd have would be to use the JavaScript Object Model in SharePoint 2010 to update the field values to themselves / 8.
Any other ideas? I'm hoping for a quick fix rather than the pain of having to do it any of the ways I listed.
