Skip to Content
0
Former Member
Jun 16, 2008 at 09:42 AM

Q: GP Paramereter Consolidation

35 Views

Hello,

for testing purposes I have modeled two iViews with the Visual Composer.

The first view contains a table and a formular. The user can type in information in the formular, which is added to the table by the click on an "add" button. The data contained in the table is transferred to the end point by the click on a "submit" button. Thereby, all rows are exported rather than just the current/selected row.

The second view just contains a table which is supposed to display the information which has been provided by the first view (i.e., all rows of the source table).

In the Guided Procedures I have modeled a process which sequentially invokes both views as callable objects. The test of both callable objects succeeds as expected.

However, at runtime the table of the second view just displays the first row rather than all rows.

Since the test of both callable objects works as expected I guess that my parameter consolidation might be erroneous.

Can anybody please tell me if I'm doing something wrong and how to fix it? How do I have to perform the parameter consolidation provided that this is the source of my problem?