I was tinkering with NS_CONCAT for a bit, they mus...
# suiteanalytics
j
I was tinkering with NS_CONCAT for a bit, they must have changed it, you used to could pipe information in it. Like NS_CONCAT({firstname}||' - '||{lastname}) and it would print out like
Stevie - Nicks, Dave - Mustane, Some - Dude
.... That doesn't even seem to work anymore 😕
z
I am not having any problems with this syntax:
Copy code
ns_concat({firstname}||' - '||{lastname})
Field is
Formula (Text)
and Summary Type is
Maximum
j
Yeah, same here, I was getting invalid expression... Maybe it was just a glitch, I'll check again tomorrow