Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Joins with numeric(28,0) fields

Hi I need some Help...

I'm trying to join 2 tables via a numeric (20,0) field. However Qlik does not seem to like this.

it seems to conver the number as per below.

From: 5395072177213114882675115911

To: 5.3950721772131e+027

I've also tried chopping up the number using Left, Mid & Right as per below.

Left(PRIMARYATTACHMENTID,7)&'-'&Mid(PRIMARYATTACHMENTID,7,7)&'-'&Mid(PRIMARYATTACHMENTID,7,7)&'-'&Right(PRIMARYATTACHMENTID,7) as ATTACHMENTID

Any Ideas????

Thanks in Advance

1 Reply