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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

alphanumeric format

I have a database where one of the fields are numeric for example "0755", there will be some function that detects me if there is any data that has been mistakenly typed with a letter "075b"

Labels (1)
2 Replies
MarcoWedel

IsNum(yourfield)

Not applicable
Author

Thank you.