Forum Discussion

rpiboy_1's avatar
rpiboy_1
Helper V
3 years ago
Solved

Manipulating Nested Table with Function

Hi all,   Attempting to distill a larger problem into smaller bits.   Lets say I have a table that looks like this: Index DataType ColumnOfTables 1 TypeA <Table> 2 TypeB <Table> ...
  • rpiboy_1's avatar
    3 years ago

    So I finally solved my issue. After further reviewing (i.e. watching YouTube videos) that covered 'each' and '_' in more detail, to ensure I understood how that all worked, I discovered I was doing everything correctly. The problem was I didn't realize/forgot that in my function I had a drill down on the Field with the table, so in effect I was attempting to drill down twice, which explains the error. I disovered my mistake quite by accident after I was toying further with the code and making duplicates.

    As they say, if you're trouble-shooting yourself, you're just workin'. ๐Ÿ™‚