Page 1 of 1

Advance to a second dimension variable

Posted: April 23rd, 2018, 12:22 pm
by AriSilva
I have a record with multiple occurrences (first dimension).
This record has an item group with 3 occurrences (second dimension).
I can advance to a field in the record in the first dimension, like
advance to E05(3);
But when I try to advance to a field in the second dimension it throws an error message stating that it is an unknown field, like:
advance to E18(3,1);
What am I doing wrong?
Best
Ari

Re: Advance to a second dimension variable

Posted: April 24th, 2018, 6:11 pm
by aaronw
I believe you're doing everything correctly. However, I am noticing an issue with a multiple occurring record that has a multiple occurring item. Only the first occurrence of the record is being properly saved. This is causing your advance to fail, because the second occurrence is blank.

We will take a look at this. Thanks for bringing it to our attention.