Report Design: How to show Boolean UDF in checkbox format on Invoice: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
 
Line 28: Line 28:




3) In the Expression Editor, use the function <span style='color:red'>Iif</span>.<br/><br/>
3) In the Expression Editor, use the function <span style='color:red'>iif</span>.<br/><br/>
Go to <span style='color:red'>Functions > Iif(, , )</span>, or <span style='color:red'>Functions > Logical > Iif(, , )</span> for Version 2.0.<br/><br/>
Go to <span style='color:red'>Functions > iif(, , )</span>, or <span style='color:red'>Functions > Logical > iif(, , )</span> for Version 2.0.<br/><br/>


Iif(Expression, TruePart, FalsePart)<br/><br/>
iif(Expression, TruePart, FalsePart)<br/><br/>


Apply your UDF into the Expression.<br/><br/>
Apply your UDF into the Expression.<br/><br/>


'''Iif([_UDF: CUSTOMERID (IV)] == 'T',True,False)'''
'''iif([_UDF: CUSTOMERID (IV)] == 'T',True,False)'''