Hi all
I need to display data from two variable in a table but I am facing problem showing the data in a table as expected. I am attaching the images and OML file.
I have used for each each and stored the rows data in two seperate variable and displayed on to the table.
but when I am trying to show the both variable data in same table I am not ale to get the data as expected.
above is the expected output. Any help is welcome.
HiA Table needs the source of one local variable for the list.
Can you assign your list data into one variable, either via an aggregate or a local variable with the structure of your choice. This way you can populate the list as you would expect to see the data
Hope that helps.