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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Shopcode stored as text, need to be number

Hey guys, I have a field (Shopcode) that comes from Salesforce. The thing is that it comes stored as text, but i need it to be stored as a number, so it will be recognized as the same shopcode of my other database. how do I change that? I tryed 'num([Shop Code])', but it didn't work. Is there anyone who can tell me?

thank you

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

Num#([Shop Code])

... but used with a proper format code.

HIC

View solution in original post

3 Replies
hic
Former Employee
Former Employee

Num#([Shop Code])

... but used with a proper format code.

HIC

Not applicable
Author

Try using Text() function

CELAMBARASAN
Partner - Champion
Partner - Champion

Try with Num# function

if [Shop Code] is like '12345'

Num#([Shop Code])

if it has values like '123,456' Then use formatting

Num#([Shop Code], '#,###')