Hi, I am trying to define a field in a detail table as follows: Sequence(1, 1, WithinParent)
But it doesn't work, the sequence keeps incrementing (same behavior as without WithinParent)
According to help:
Sequence(Start, [Inc], [WithinParent])
Returns sequence numbers, starting with Start, and incrementing with Inc (which is 1 by default). For a detail table you can additionally specify the WithinParent keyword to indicate that the sequence should be reset for each parent record.
Am I doing something wrong?
Thanks in advance!
But it doesn't work, the sequence keeps incrementing (same behavior as without WithinParent)
According to help:
Sequence(Start, [Inc], [WithinParent])
Returns sequence numbers, starting with Start, and incrementing with Inc (which is 1 by default). For a detail table you can additionally specify the WithinParent keyword to indicate that the sequence should be reset for each parent record.
Am I doing something wrong?
Thanks in advance!