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

Announcements
Q&A with Qlik - Qlik Cloud Migration: Questions about migrating to Qlik Cloud? Catch the latest replay!
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Number conversion

Hi,

We have used excel as an data source in that Device id is an dimension.

When we imported the data in qlikview the device id is came out as below.

Untitled.png

How convert the same into numeric in qlikview.

Thanks..

Labels (1)
1 Solution

Accepted Solutions
sunny_talwar
MVP
MVP

May be like this:

Num([Device ID], '##.####') as [Device ID]

View solution in original post

3 Replies
sunny_talwar
MVP
MVP

May be like this:

Num([Device ID], '##.####') as [Device ID]

Chanty4u
MVP
MVP

Num([Device ID)/10000, '##.00')

Chanty4u
MVP
MVP

or else u can change the  format in  Number tab