If Condition
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
x column having Different fixed Decimal Numbers ,need a IF condition to highlight >3 and <-3 (if data having greater then 3 and Less then -3 = True else same x column).
Please help me out - Thanks.
- Labels:
- Developer Tools
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
That would be a conditional statement, which is a function in Alteryx. Best way to find info on functions is to drag a Formula Tool on the Canvas, and click F1. That will open the help file on the tool your focused on. Within the formula help page, you'll see Functions, and then can navigate to Conditional. Here's the link: https://help.alteryx.com/2020.2/Reference/Functions.htm?Highlight=conditionals.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Jaganmohan
As @Jaganmohan suggested, this would be a Condition Statement, though a Tostring is required if understand your requiement correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
