excel - Need Pivot filter data to change in another worksheet -


I am using pivot filter data in another worksheet. When removing the data stored in another sheet in Pivot, I also want to put the filter status.

I am currently facing this problem even though I am changing the pivot filter; The data is not changed in another sheet (which is connected to the pivot data). For example

GETPIVOTDATA ("Head Count", "R1"! $ A $ 3, "Amp Level", "Level 3", "Location" , "OFFER")

repairing the same value for different filters

How else can I protect it as a result of a filter o / p For the filter changes once in another worksheet, the data entered remains intact for a certain position.

For example, if I want the workspace as the filter position for the above

vertical banking .......... This filter is ....

 Sir calculation column line row label offshore onsite grand total level 2 1 1 2 level 3 28.7 28.7 57 level 4 18 20 38 level 5 18 4 22 level 6 12 6 18 grand total 90 17 107  < P> Other worksheets o / p:  
 resource class level 1) level 2 level 3 level 4 level 5 level 6 resources according to June 186 382 446 42 9 264  

vertical f Once it has changed it can be preserved .... I hope I am clear ..

Your GETPIVOTDATA formula is stable, you need to make it dynamic. For example, this formula:

GETPIVOTDATA ("Head County", 'R1'! $ A $ 3, "Emp Level", "Level 3", "Location", "Offset ")

Always regard any filters you choose, even if level 3 and offour data will be retrieved.
To make it dynamic, reference the reasoning in the cell containing your filter. Example: You can reference it in the cell that contains your currently selected filter

GETPIVOTDATA ("Head $ A $ 3, "Ampe Level", $ B $ 1, "Location", $ B $ 2)

It's assuming that B1: B2 have your current filtered items.
When the value of those cells changes, then the reasoning on your GETPIVOTDATA will also change and thus it will be true production. Hth

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -