Skip to main content
Announcements
Introducing a new Enhanced File Management feature in Qlik Cloud! GET THE DETAILS!
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Numerics

Hi,

I have created  a table in that i am facing a problem below image is the reference.

Untitled.png

How to convert this into numeric.

28 Replies
tamilarasu
Champion
Champion

Hi,


Then try,


Num( Evaluate([Device Id]),'##.#') as [Device_ID]

Anonymous
Not applicable

how data type can be different when you are loading from a table?

Are you having multiple tables with same field and different data types??

qlikviewwizard
Master II
Master II

Hi Naresh,

What is your required output?

vipin_mishra479
Creator II
Creator II

Hi,

Try to evaluate() function for this

may be this will help

vipin

nareshthavidishetty
Creator III
Creator III
Author

not working

tamilarasu
Champion
Champion

Did you try the below one,

Num( Evaluate([Device Id]),'##.#') as [Device_ID]

jonathandienst
Partner - Champion III
Partner - Champion III

>>Still i am getting the same out result after using the below field

>>Text([Device Id]) as [Device_ID],

This must be the first load from the data source, which should have the number in normal number or text format without the exponent.

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein
nareshthavidishetty
Creator III
Creator III
Author

please go through with the below image,i need to show Like some ID's consists of numeric and some Id's consists of text

Untitled.png

Chanty4u
MVP
MVP

use only

num(fieldname)

Chanty4u
MVP
MVP

Num(NUM#([device], '#'),'#.000') AS [deviceid]