Hello to all,
I'm new here and have a (hopefully) simple question:
In a calculated field, i have the following:
('Date Expired ' || chr(10) || '(' || to_char([Operational plan date];'dd.mm.yyyy') || ')'))
This results in (for example):
Date Expired
(02-12-2005)
However, when i open this query in Excel, the line feed (chr(10)) does not carry over resulting in:
Date Expired (02-12-2005)
Does anyone know if there is a way to fix this?
Thanks for you help!
Stefan.