Forum Discussion
Syndicate_Admin
3 years agoAdministrator
Get Data from a Nested Table
Hello, within my data table I have several nested tables. Using if conditions I want to check for different scenarios. E.g. if [value_column] > [value_nestedtable1] then 1 else 0 I'm accessing...
Syndicate_Admin
3 years agoAdministrator
Thank you for the answer.
I think in that way I aggregate the nested table and only retrieve one value.
Actually, I want to keep the whole nested table as I need it for further calculations.
Then I have the same issue that getting data out of the nested tables slows down my report.