When using a property in a JDBC dataset that is based on another column in the same dataset, then this shows an incorrect value.
The problem is for row 2 and following rows.
For example, the following is stored in a table:
name fullname
abc {{name}}
def {{name}}
When selecting the first row, using a JDBC dataset, this is shown as:
name = abc, fullname = abc
However, when selecting the second row, this is shown as:
name = def, fullname = abc
An Excel dataset does not have this problem.
Release : 10.3
Component : CA Service Virtualization