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: 
Anonymous
Not applicable

applymap?

num#(applymap('tablename,fieldname) as  newfield;

what num# will do here

1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

This num# will convert into a number the result of your applyMap.

For more information about num#, take a look on qlikview Help.

Regards,

Gabriel

View solution in original post

3 Replies
Anonymous
Not applicable
Author

This num# will convert into a number the result of your applyMap.

For more information about num#, take a look on qlikview Help.

Regards,

Gabriel

simondachstr
Specialist III
Specialist III

the above expression is missing a ' and a ) fyi:

num#(applymap('tablename',fieldname)) as  newfield;

Anonymous
Not applicable
Author

num# (expression [ , cod- format [ , sep - decimal [ , sep -miles ]]])

The num # function evaluates the expression numerically according to the supplied string as code format .