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?
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.
ty will give it a go
perfect, just what i was looking for
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: