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...
Anonymous
3 years agoNot applicable
Do your nested tables result from a join, group, or something else. Of course, if it's from grouping, you can add the Max aggregate in your group step.
--Nate