I'm using a formula to convert some data for one of my fields.
If the status indicator is 2 I want only that field to be bold. Any suggestions?Code:If {BILLING_PERIOD.STATUS_IND} = '0' Then "NOT USED" Else If{BILLING_PERIOD.STATUS_IND} = '2' Then "UNRECONCILED" Else If {BILLING_PERIOD.STATUS_IND} = '5' Then "RECONCILED" Else If {BILLING_PERIOD.STATUS_IND} = '6' Then "CLOSED"


Reply With Quote
