I am exporting a record list to excel which contains a text variable containing only a minus-sign. Excell sees this as a formula and therefore places an apostroph before the minus-sign. Is it possible in outsystems not let excell think the output is a formula?
Hi David,
I don't know if this solution will please you, but you can solve this by adding a blank space before the - (minus-sign).
Assign:
Result:
Regards,
Pedro Costa