Bryan - Gendev
Programmer
I have the expression below for a field in my report
<code>
IIF(empty(princ_1),' ' ,transform(mydsid)+' : '+transform(pr1_num))
</code>
If princ_1 is not empty I would see say 1:999999 where dsid = 1 and pr1_num = 999999
However when princ_1 is empty I don't want anything to print.
What I do see is 1: for the dsid.
Can anyone suggest where my error is please?
GenDev