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?