Hi,
I need some help with formula that well allow me to select borrower and co-borrower from my table, problem is that both are in the same columns and I tired to right formula to extract both from the table but it still only pulls borrower name. There is column in the table that is BORR_CODE, this is how I knows who is borrower or co-borrower.
1 Table, 3 Columns
IF {BORRDATA.BORR_CODE} = "B1" THEN
{BORRDATA.BORR_LAST_NAME}
ELSE IF {BORRDATA.BORR_CODE} = "B2" THEN
{BORRDATA.BORR_LAST_NAME}
Above is formula that I tired and now it does work if I do add BORRDATA.BORR_CODE (is one of) B1, B2 with select expert but then I duplicate records on my report.
I am using crystal reports 11
Thanks
I need some help with formula that well allow me to select borrower and co-borrower from my table, problem is that both are in the same columns and I tired to right formula to extract both from the table but it still only pulls borrower name. There is column in the table that is BORR_CODE, this is how I knows who is borrower or co-borrower.
1 Table, 3 Columns
IF {BORRDATA.BORR_CODE} = "B1" THEN
{BORRDATA.BORR_LAST_NAME}
ELSE IF {BORRDATA.BORR_CODE} = "B2" THEN
{BORRDATA.BORR_LAST_NAME}
Above is formula that I tired and now it does work if I do add BORRDATA.BORR_CODE (is one of) B1, B2 with select expert but then I duplicate records on my report.
I am using crystal reports 11
Thanks