cancel
Showing results for 
Search instead for 
Did you mean: 

Pass one input ready varaible value to another without changing variables

Former Member
0 Kudos

HI BW Gurus

We are on BI 7.

I am looking to complete the following.

The BI Workbook has two queries both having a different variable for 0PROJECT (Project Definition)

Variable 1. 0PROJECT (Individual Values, Mandatory)

Variable 2. 0PROJECT (Selction Options, Optional)

What we are looking to do is pass the value of 1 to 2 without changing the underlying Queries and hide Variable 2 using personalisation).

All we want to display is Variable 1.

Can this be achieved. We dont want to change the query as it is used elsewhere.

Please advise.

Thanks in advance.

Stevo;)

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

When you want to pass value of first variable to second variable its mandetory that second varaible shuld not be ready for i/p .

That means in your case Var2 should not be ready for i/p . Then only you can write the code for var2 in I_step2.

Regards,

Aparna

Former Member
0 Kudos

You will have to define the second variable as customer exit variable and write code to read the first variable's value in it.

Regards,

Sachin Shetty

Answers (0)