Good afternoon, I was trying to check the utilisation of hospital wards ("NurseUnit") by just getting occupancy data for November 2016 (from a Business Objects report from our new supplier's Universe) and pivoting it up. It's just the Ward Name (NurseUnit) in the Row Labels and Count of Encounter ID in Values. I know that I can manually enter a formula in the next column to the right of the PT but as this results in a very specific formula:
I can't just copy this down to the end of the column.
I know that I can go down each row and type "= [left arrow] "/30", <CR> but I don't believe there's a way to add a Calculated Field that refers to PT Totals or Sub-Totals. Do I have any 'smart' options? I suppose I could just put:
as that's where the Total column starts.
Many thanks,
D€$
=GETPIVOTDATA("MILLENNIUM ENCOUNTER SLICE ID",$G$3,"NurseUnit","Birthing Unit")/30
I can't just copy this down to the end of the column.
I know that I can go down each row and type "= [left arrow] "/30", <CR> but I don't believe there's a way to add a Calculated Field that refers to PT Totals or Sub-Totals. Do I have any 'smart' options? I suppose I could just put:
=H5/30
as that's where the Total column starts.
Many thanks,
D€$