cancel
Showing results for 
Search instead for 
Did you mean: 

Passing multiple values in drill down report

former_member327592
Participant
0 Kudos
200

wbs-filter.png

link.png

blank.png

drilldown.png

I would like to drill down on totals by passing multiple WBS elements into the link. by selecting couple of WBS in the Input control.

I have created a variable called WBS filter and passed this variable in the link.

But when i click on the total count link, this is not going into drilldown down.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

mhmohammed
Active Contributor
0 Kudos

Hi Manoj,

Its nice that you created the Input Control, but you'll need do something else so that the Hyperlink is created as to filter on those 2 or more values only, which is to save those 2 (or more) values in a variable. Try to create the a variable, v_valueselected = Reportfilter([Object]), and use this variable to respond to the prompt in the Hyperlinked report.

Thanks,
Mahboob Mohammed

Answers (1)

Answers (1)

former_member327592
Participant
0 Kudos

Hi,

Is it possible by selecting multiple items in input controls and passing only those into Total row?

When i click on total count link, this is showing all WBS elements in the drill down report though i have selected only two in the main report.

Thanks