Skip to main content
Question

CONCAT(,) function report designer

  • May 1, 2026
  • 0 replies
  • 9 views

ZTC ZTC JGOTA
Hero (Customer)
Forum|alt.badge.img+14

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?