journal entry workflow
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
meghant03
6 - Meteoroid
‎07-30-2024
10:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I have this column called "journal entry memo" and a check i have to perform is that it can't be longer than 40 characters and if it is I don't have to remove it instead I need to flag it for review so how would I do this in alteryx?
Labels:
- Labels:
- Alteryx Practice
- Community
1 REPLY 1
griffinwelsh
12 - Quasar
‎07-30-2024
12:59 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@meghant03 You can use a filter tool with the length function to check if you string is over 40 characters. From there you can output all problematic rows wherever you need or create a flag column and then union the rows back together for your output. Do you have a specific output format in mind?
