Forum Discussion
SiKing
12 years agoCommunity Hero
First ... it is better to describe the problem you are trying to solve, rather than the broken solution you have.
Second ... context.expand() returns a String. You might want to try something like
Second ... context.expand() returns a String. You might want to try something like
def QTY1 = context.expand('${DataGen TRXN#QTY1}').toInteger()
def UP1 = context.expand('${DataGen TRXN#UP1}').toInteger()
EV1 = QTY1 * UP1