Repeating a Row on an Empty Variable
When using a repeating row, ‘empty’ values are normally suppressed from output. So, how do you deal with an empty array element? In the following sample, the same three array variables are used as the data for each table. The difference is which variable is used as the ‘Repeat of variable’ parameter of the row. The first table uses a variable for which on value is an empty string. The second has a value on each instance. The third uses the Unicode Non-Breaking Space (\xA0) character. Download the sample here: EmptyArrayElement