A few software features utilize __RID__
/ __CID__
syntax. These are placeholders for an iterative reference, with RID for Row ID and CID for Column ID. The tools that this syntax are:
To select the appropriate iterator, consider which axis contains the values needing to be substituted.
Row substitution
In this example, the __RID__
placeholder iterates through all the rows in the table and uses the enablewhen
tag to enable or disable column 2. If "Do not purchase" is selected in any row of the first column, the second column will be disabled for that row.
Column substitution
The dynamicfilter
tag allows dynamic value
to target certain cells within a table, using the __CID__
syntax. All of the rows are being iterated in the __CID__
reference. This iterates through all rows, applying the specified dynamic value function to each row's specified column. In this case, the function sums all columns for that row in the SRT column.
Comments
0 comments
Please sign in to leave a comment.