At the moment a user can not use other values within a dynamic array row in the logic of a dynamic array cell. It is possible to use values in the logic of a cell, for for example visibilty or optionlist composition of any defined cell in the parametrization using look-up, function look-up of callback functions. However it is not possible to use cell values of a cell in the same dynamic array row.
For example: You want to make up a option list in a dynamic array. The composition of the option list is dependent an a choice you have made earlier in the same row.
Cell 1 - choose A or B
Cell 2 - If Cell 1 == A then show options M N and O
If Cell 1 == B then show options P Q and R
Current workarounds that can be used, are very sloppy.
Hi Guido, thanks for bringing this up again. We already made a design for dynamic option lists per array row (not table), but still need to plan for it. I will see what I can do.
It is still on our radar but currently the status is still the same as @khameeteman described in his last post (not yet planned). Though I just added @RMunck’s request to the issue as well.
If anything changes in the status we’ll let you know here!
@khameeteman the documentation on this feature is difficult to find. Is it possible to add more information to the DynamicArray or the OptionField documentation?
In case anyone is wondering how to implement this, see here.