Customer filter Formula - Not equal to
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
CDIns
8 - Asteroid
‎05-14-2024
08:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I want to filter on records in my dataset that are greater than or less than 0. For reference, this is a double data type and my current custom formula is as follows:
[Field1]>0 OR [Field1]<0
Is there a way to write this more efficiently? I tried [Field1]<>0 but that did not work. Would if null type of formula work? if so, what would the syntax be? For reference, I use the data cleansing tool to replace nulls with 0.
Thank you,
Labels:
- Labels:
- Common Use Cases
- Datasets
- Optimization
1 REPLY 1
binuacs
21 - Polaris
‎05-14-2024
08:46 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@CDIns Try [Field1] != 0
