Forum Discussion
I was able to find the solution and it is to have a column with name called "DrillTypeCode" in the first drill back result. When you drill back again the connector will be called with ActionType as GetDrillBackTypes and args.DrillCode will have the value from the column "DrillTypeCode" of the row you are performing drillback.
Were you able to pull data from Drill Back Detail screen same as the one from Staging Area (sourceValues.Item(StageTableFields.StageSourceData.DimEntity)?
- mkalluri2 years agoNew Contributor II
Yes, precisely you can use below statement.
args.GetSourceRowValue(StageTableFields.StageSourceData.DimEntity)
- seangly2 years agoNew Contributor III
I mean from the Drill Back Detail as I need one field that is not in the Staging Area.
- mkalluri2 years agoNew Contributor II
If you are working on nested drill back functionality you can always get the value of the field in a row with args.GetSourceRowValue("[column name]")
Related Content
- 8 months ago
- 11 months ago