Hi,people.
To show last and first name in report(Oracle db) I'm using the formula based on my view fields:
UCASE({RPT_CLAIMANT.LAST_NAME})+
IF UCASE({RPT_CLAIMANT.FIRST_NAME})='' Then ''
Else ', '+UCASE({RPT_CLAIMANT.FIRST_NAME})
If I don't have firstname nothing shows up in the formula.
I cannot understand why it's happen.
Please,advise...
Thanks,
Lana
To show last and first name in report(Oracle db) I'm using the formula based on my view fields:
UCASE({RPT_CLAIMANT.LAST_NAME})+
IF UCASE({RPT_CLAIMANT.FIRST_NAME})='' Then ''
Else ', '+UCASE({RPT_CLAIMANT.FIRST_NAME})
If I don't have firstname nothing shows up in the formula.
I cannot understand why it's happen.
Please,advise...
Thanks,
Lana