Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

If not numeric then

Hey everyone,

do you know how the syntax of the condition:

If the expression is text/ not numeric then ....

Thanks for any help!

1 Solution

Accepted Solutions
swuehl
MVP
MVP

Check out the logical functions

istext()

or

isnum()

View solution in original post

2 Replies
CELAMBARASAN
Partner - Champion
Partner - Champion

Hi ,

     Try using Alt method.

          Like Alt(exp1,exp2)

     If exp1 is not numeric then it check for exp2.

Celambarasan

swuehl
MVP
MVP

Check out the logical functions

istext()

or

isnum()