Advance to a second dimension variable

Discussions about CSEntry
Forum rules
New release: CSPro 8.0
Post Reply
AriSilva
Posts: 591
Joined: July 22nd, 2016, 3:55 pm

Advance to a second dimension variable

Post 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
Best
Ari
aaronw
Posts: 561
Joined: June 9th, 2016, 9:38 am
Location: Washington, DC

Re: Advance to a second dimension variable

Post 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.
Post Reply