I have a question on how to display a specific value within a string inside a column:
Bin | Message | Sent |
---|---|---|
X343 | Message is 333-Yes | No |
VFG33 | Content Value on 155-Yes | Yes |
JH789 | Bring to Dock33 at 045-Yes | Yes |
1255 | Message is 768-Yes | No |
As you can see, I have a table as above that shows a BIN, a message from an external system and if the message is sent. What I was wondering is if there is anyway to say, if the Sent column says "Yes", then ONLY display the numerical value in the Message Column. Hopefully this makes sense, I apologize for any confusion.
Edit:
So then my outcome would look like this:
155, 045