Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Unable to view the long digit number

Hi All,

I am trying to load the data from a table but i couldn't see the values for one column names RecID. In table, the column is loading through Identity value. The values are as below.

10000000075607570,100000000075607571 so on.

Data is loaded without errors but i couldn't see the values in dashboard. It is one key column and used for joins. Please guide to resolve this issue.

7 Replies
ariel_klien
Specialist
Specialist

HI,

Try load with num(RecID) or with Text(RecID)

BR

Ariel

Not applicable
Author

Tried this, but values are not coming properly.

1.png

Not applicable
Author

Tried this, but values are not coming properly.

1.png

ariel_klien
Specialist
Specialist

Hi

go to document properties (Alt+Ctrl+D) > Number > and change the format of the field.

BR

Ariel

swuehl
MVP
MVP

Try to load your values using evaluate():

LOAD

     evaluate(RecID) as RecID,

     ...

er_mohit
Master II
Master II

try this

num#(fieldname)

anandathome
Creator
Creator

Could you give a view of your LOAD script?