ooptennoort
Board Regular
- Joined
- Mar 29, 2021
- Messages
- 67
- Office Version
- 365
- Platform
- Windows
((This is one Marcel Beug is sure to know... probably with List.Accumulate or some other iterator... but I just can't figure it out))
From a table with subtables (nesting)... statically I would do this: for each Index number (starting at 0) so that each sub table is a query on its own:
= Source{2}[Data]
But how do I get the row number to iterate... whilst not getting this error: "Did you use the [field] shorthand for a _[field] outside of an 'each' expression?" etc.????
From a table with subtables (nesting)... statically I would do this: for each Index number (starting at 0) so that each sub table is a query on its own:
= Source{2}[Data]
But how do I get the row number to iterate... whilst not getting this error: "Did you use the [field] shorthand for a _[field] outside of an 'each' expression?" etc.????