
Not applicable
2012-01-27
09:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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!
- Tags:
- new_to_qlikview
1,919 Views
1 Solution
Accepted Solutions


MVP
2012-01-27
09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 Replies


Partner - Champion
2012-01-27
09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ,
Try using Alt method.
Like Alt(exp1,exp2)
If exp1 is not numeric then it check for exp2.
Celambarasan
1,283 Views


MVP
2012-01-27
09:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check out the logical functions
istext()
or
isnum()
