Solved

How to Concat a text value using Derived Properties?

  • 13 September 2021
  • 2 replies
  • 160 views

Userlevel 1
Badge

I want to concatenate two properties with a “/” in the middle. When I try using CONCAT(property-1,property-2), it works fine. However, when I try using CONCAT(property-1,”/”,property-2), it doesn’t work. Could soemone let me know what is the issue here? 

 

Thanks a lot!

icon

Best answer by jj41 13 September 2021, 21:41

View original

2 replies

Userlevel 1
Badge

Nvm, I tried using CONCAT(CONCAT(property-1,”/”),property-2) and it worked.

Userlevel 4
Badge +3

Glad that worked out @jj41 ! Thank you so much for sharing your findings here as well!

Reply