Replace null or empty in an expression with N/A

Is there a way i can replace either empty results, or null results with a “N/A”

I was thinking about .toString().length() something in that area, but cant think if this is correct way of doing this?

Hey Buddy,

I would use a ternary operator that should do the job.

1 Like

ty will give it a go

perfect, just what i was looking for

1 Like

I’ve been struggling to understand this for a while, and finally figured it out. I’m including my sample workflow below to show the work:

4 Likes