Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
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..

1 Solution

Accepted Solutions
sunny_talwar

May be like this:

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

View solution in original post

3 Replies
sunny_talwar

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