cancel
Showing results for 
Search instead for 
Did you mean: 

Probelm while jumping from one Table View to Other Table View in VC model

Former Member
0 Kudos

Hello,

I am facing an issue while jumping from one Table View to Other Table View.Its throwing Invalid Variable Values

Its similar to RRI in BI.

Two Queries are used in the Model. My requirment is after displaying data in the First Table View i have to jump to the second Table View based on the clicked value/result rows (Eg Sales Org is common in both the Queries).

Connected the out port of the table view (First Query) to the Input port of the second Query.

Could anybody help me out..

Regards,

A.D.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Check the format of the Sales Org which is input to the second query. try with key, key_ext and text and see which of these works fine.

if there are any other input fields for second query check the formatting for them also.

Regards,

Rk.

Former Member
0 Kudos

Hi ,

Parameters/Input Values are same for both the Queries. Still getting same error.

Is the procedure of connecting Output Port of the first table view to the second Query Input Port correct? or any other method.

After running the model data is getting displayed and also thrwoing error Invalid Variable Values.

How to proceed?

Regards,

A.D

Former Member
0 Kudos

If data is coming for the field in selected row, then there might be some problem with the other fields.

Connection made by you are correct, did you make any other connections?

Regards,

rk.

Former Member
0 Kudos

Hi,

Thanks for your reply. Apart from that no other connection.

Regards,

A.D.

Former Member
0 Kudos

Hi,

Thanks for your reply. Apart from that no other connection.

Regards,

A.D.

Former Member
0 Kudos

Hi,

Thanks for your reply. Apart from that no other connection.

Regards,

A.D.

Former Member
0 Kudos

Hi,

Thanks for your reply. Apart from that no other connection.

Regards,

A.D.

Former Member
0 Kudos

Hello

if you are using querie as data providers then i suggest adding a variable to your query. and then pass the value from Query A to teh Varibale of Query B instead of passing it to the input field of the Query B.

please let me know if this works