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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
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.