Expression Find
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-03-17 09:26 PM
Hi Guys,
If I have a data item with text for e.g. "information.PDF;information.DOC" or "12345.DOC" what expression would I use to identify that it had for e.g. "PDF" text? so I could have a (YES/NO) decision.
Much appreciated.
Regards,
Johnny
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
23-03-17 09:40 PM
InStr([Text], ""PDF"")>0 in a decision stage.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
24-03-17 01:30 PM
Thank you John & bastiaan 🙂
