Guys -
I am attempting to write a relation that displays the qty of a component next the the balloon when the qty is greater than one.
I tried something like this, but I get errors
BAL_QTY = rpt.qty
If BAL_QTY=1
BAL_QTY =""
IF BAL_QTY=>1
BAL_QTY= BAL_QTY +"X"
ENDIF
ENDIF
I then call out BAL_QTY in a custom balloon.
Any help is much appreciated.
I am attempting to write a relation that displays the qty of a component next the the balloon when the qty is greater than one.
I tried something like this, but I get errors
BAL_QTY = rpt.qty
If BAL_QTY=1
BAL_QTY =""
IF BAL_QTY=>1
BAL_QTY= BAL_QTY +"X"
ENDIF
ENDIF
I then call out BAL_QTY in a custom balloon.
Any help is much appreciated.