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

Cast as number

Hi guys

Im stuck with a pretty simple issue.

I have to load from excel table a factor like this 0,0016.

When I load in QV it interprets that value as 0.

Im trying to use the num and num# but can't hit.

Someone know what is the correct format?

Thanks

Labels (1)
3 Replies
Not applicable
Author

In order to clasify.

I need to use it as 0.0016

Not applicable
Author

can you post the exaple?So i can help you

jonathandienst
Partner - Champion III
Partner - Champion III

Hi

Use this in your load script for the table containing factor:

     Num(Num#(factor, '0,0000', '',', ' '), '0.0000', '.', ' ') as factor

Hope that helps

Jonathan

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein