cancel
Showing results for 
Search instead for 
Did you mean: 

RRI in WAD.. Feasibility?

Former Member
0 Kudos

Hi all,

A quick question,

I have a doubt on using Sender/Rx RRIs in WAD. I have implemented RRI & its working fine, yet the users wish to display the Sender GRID and Receiver GRID in the same page. Is it feasible. A simple right click & Goto > Particular Query is fine, yet is there any options we can avoid this and display the sender + receiver on the same page?

Rough ideas

I created 2 DPs; one for Sender; one for Receiver. Inserted 2 grids in the same page & added 1 button.

Tried using the buttons (using the command RRI); but I have a small issue; there's no action on clicking the button. In the button properties, I've included the following:

> DP Affected : [??] I gave Sender DP here.

> Receiver Name: Z** (Keyed in the Rxquery name)

> Data Column : [??]

> Data Row: [??]

> Char: My variable name here

The ones in [??] are not familar for me on how to work. Could anyone clarify on this.

Thanks!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Arun,

Not sure about the Data Row/Column settings - maybe you should leave it as Default & check if it works. Alternatively, you can try implementing the same functionality using Analysis webitem 'Row Selection'.

Set Row Selection to SINGLE_WITH_COMMAND. Under Activation Command, choose SET_SELECTION_STATE_BY_BINDING from under 'Data Provider Commands for Filter Values'.

Data Provider Affected -> DP of Sender Query

Under Selection Binding:-

Characteristic -> Char in Sender

Binding Type -> DATA_PROVIDER_CHARACTERISTIC

Data Provider -> DP of Receiver Query

Characteristic -> Char in Receiver

Under Deactivation Command, you may choose Commands CLEAR_ALL_SELECTION_STATES or CLEAR_SELECTION_STATE, CLEAR_SELECTION_STATES as the case may be.

Hide the 2nd DP Analysis webitem on Action before first display. On Row Selection, you may make it visible using SET_ITEM_PARAMETERS.

--Priya

Former Member
0 Kudos

Hi Gurus,

Just need a alternate workaround.

Could anyone propose the best way to visibly drill down (GRID1) + use formulas (cells) as in GRID2.

Is there any better solutions. RRI flexilbilty on the same page doesn't incorporate my restrictions.

@Priya: Thanks for the quick response. Still I'm not meeting my exact demand. But anyways, I guess need to fine tune on the RSBBS specs again. I'll try once more.

Arun Bala

Answers (0)