Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

How to find the "is not a valid number"

learnalteryx
7 - Meteor

Hi
I have a very basic question. Whenever I use the select tool, an error message pops up stating, "Field: is not a valid number." Could you help me understand what this means?  The field in question is essentially numeric. I am trying to identify which cells might be causing this error. Could you kindly recommend a tool or method that could help me pinpoint the problematic cells?

Thank you in advance for your guidance.

2 REPLIES 2
caltang
17 - Castor
17 - Castor

You can use a Filter Tool with:

IsNumber()

 

Please refer here: https://community.alteryx.com/t5/Alteryx-Designer-Desktop-Discussions/How-to-check-if-values-in-a-ce... 

Calvin Tang
Alteryx ACE
https://www.linkedin.com/in/calvintangkw/
Felipe_Ribeir0
16 - Nebula

Hi @learnalteryx 

 

Here is one way that works particularly well if your input is a text field.

 

REGEX_Match([Value], '(\-)?(\d+)(\.\d+)?')

isnumber.png

Labels
Top Solution Authors