Skip to main content
October 4, 2023
Question

Html table, How to remove semicolon

  • October 4, 2023
  • 2 replies
  • 0 views

I have a expression rule to a html table , but i have to remove comma from it how can i do it,

In output is returns a Semicolon

    2 replies

    October 4, 2023

    Hi Its because of the a!foreach() which returns the list of text strings . Can you try to wrap this inside concat(a!foreach())

    October 4, 2023

    Thankyou