A handful of IntelliSurvey tools utilize __RID__
/ __CID__
syntax to tailor functionality to tables. These are placeholders for an iterative reference, and each represent a distinct axis where the first letter is a mnemonic: Row, or Column. The tools that use RID syntax are:
To select the appropriate iterator, consider which axis contains the values needing to be substituted.
Column substitution
The dynamicfilter
tag allows dynamic value
to target certain cells within a table. In this case, __CID__
syntax is used. In the following example, the table is composed of eight fields, and is organized around rows. It is these rows that are being iterated in the __CID__
reference - in each row's 3rd column, perform the specified dynamic value
functions.
Row substitution
Row substitution allows elements to be targeted for multiple rows, where __RID__
is the placeholder/iterator for each row ID in the table.
Comments
0 comments
Please sign in to leave a comment.