Hi
I'm concatenating two fields with a line break in a short formula field. Both fields are strings, and my formula field looks like this:
{INV_PrintInvoice.Description} + chr(10) + {INV_PrintInvoice.DetailTitlw};
The problem is that when i put my formula field on the report it displays nothing, but if I have the two seperate fields on my report they display the data so for some reason my formula field isn't behaving itself
Any ideas why?
Thanks in advance
I'm concatenating two fields with a line break in a short formula field. Both fields are strings, and my formula field looks like this:
{INV_PrintInvoice.Description} + chr(10) + {INV_PrintInvoice.DetailTitlw};
The problem is that when i put my formula field on the report it displays nothing, but if I have the two seperate fields on my report they display the data so for some reason my formula field isn't behaving itself
Any ideas why?
Thanks in advance