It's all about the answers!

Ask a question

RRDI Report: cascaded multi-select control


Irina Vaganova (4111114) | asked Apr 28 '12, 3:50 a.m.
Hello all!

I'm looking for a way to add cascaded multi-select control on the prompt page in Report Studio.
I used on prompt page two report parameters for user choice: RTC Project Areas to narrow down the list of Areas of interest, and Iterations belonging to them to select from.

The use case should look like this: the user selects Project Areas he wants to select iterations from in the first control and then in the second control he selects specific iterations from those Areas while seeing which Iteration belongs to which Area.

ProjectArea -----> Iteration

PrjArea1
-------> I1.1
I1.2
PrjArea2
--------> I2.1
--------> I2.2

Any ideas on implementing this?

3 answers



permanent link
Jared Russell (1.3k12019) | answered Apr 30 '12, 5:10 a.m.
To do this you first need to create two queries:
- Project Prompt which has the project ID and name as data items
- Iteration Prompt which has the iteration ID and name as data items. Additionally you need to add a filter on . = ?Project?

On your prompt page you can then create two value prompts with one bound to each of the above queries. On the project value prompt you need to set the auto-submit property to true, and on the iteration value prompt you need to set the cascade source to the project prompt.

You can then set the iteration value prompt to multi-select, then in your main queries you can use the filter syntax in (?Iterations?)

Hello all!

I'm looking for a way to add cascaded multi-select control on the prompt page in Report Studio.
I used on prompt page two report parameters for user choice: RTC Project Areas to narrow down the list of Areas of interest, and Iterations belonging to them to select from.

The use case should look like this: the user selects Project Areas he wants to select iterations from in the first control and then in the second control he selects specific iterations from those Areas while seeing which Iteration belongs to which Area.

ProjectArea -----> Iteration

PrjArea1
-------> I1.1
I1.2
PrjArea2
--------> I2.1
--------> I2.2

Any ideas on implementing this?

permanent link
Irina Vaganova (4111114) | answered May 02 '12, 3:33 a.m.
Oops, I know. But it's not really what I would like. I want to select multiple Projects Areas but for multiple choise the auto-submit property have value only false. So I would like to have ability to construct as tree-hierarchy structure, i.e. multiple choise for Projects Areas and specific iterations from those Areas while seeing which Iteration belongs to which Area

permanent link
Peter Haumer (2.2k12019) | answered May 04 '12, 12:20 a.m.
JAZZ DEVELOPER
Yes, this is a known limitation and people have to click Reprompt. A
colleague of mine found this whitepaper, which I have not tried myself,
but it sounds promising (requires a little bit more work, though):

http://www.ibm.com/developerworks/data/library/cognos/reporting/advanced_report_design/page583.html

Peter.


On 5/2/2012 12:38 AM, irinav wrote:
Oops, I know. But it's not really what I would like. I want to select
multiple Projects Areas but for multiple choise the auto-submit
property have value only false. So I would like to have ability to
construct as tree-hierarchy structure, i.e. multiple choise for
Projects Areas and specific iterations from those Areas while seeing
which Iteration belongs to which Area

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.