cancel
Showing results for 
Search instead for 
Did you mean: 

Display 2 table using the same table node in context

jlsim
Explorer
0 Kudos

Hi Gurus,

I need to display the same table twice using the same table node in context. The second table always come out empty. Looks like there is some sort of reference that will loop at the data for the first table and finished at the end of data, and therefore second table will always come out empty.

Any idea how to initialize and iterate through the data source again for the second table?

Or any idea how to display the second table apart from using a different table node in the context?

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mate,

You are right.

when the form is initialised it iterates tru the records and publish data one by one to the table and finally reaches EOF.

so you cant get the 2nd table with data presented.

I never tried reinitializing the table, but is there a requirement as such.

why dont you have another instance of the same table in the context.

Just drag and drop the table 2 times to the context.

Cheers,

Sai

Answers (0)