For example, we select 2 fields to be rows in the pivot configuration, then the pivot table should show a hierarchical tree view as below:
USA 200
West 150
East 50
Canada 400
West 375
East 25
Once I select the 50 (USA - East) in the pivot table, I should know the hierarchical path like USA - East. Is there any event/method that I can achieve this? Thanks in advance.