I am trying to utilize the CONCAT(,) formula from IFS Report Designer, but for some reason it is not printing
I have the function using a date and a string, and it is not printing.
concat(concat(tns:CF_MPP_NCR_CREATION_DATE,' - '), tns:STATE)

and one example using only one string, and it is not printing
concat(tns:STATE,’ - ‘)

If I have both for separate without using the CONCAT(,) function it work perfectly.


Any idea how could I utilize the CONCAT() or what am I doing wrong?