Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
bsbernabe
Creator
Creator

Excel & CSV Amount problem loading

Hello There,

I have concern regarding loading data, the data source was .csv my concern once i run this at Qlikview the amount was change like bellow, kindly see the attached file sample data.

ProductAmountQlikview
D
80364.88
80364.875

Best Regards,

Bing

1 Solution

Accepted Solutions
tamilarasu
Champion
Champion

Hi Bing,

I am not sure how did you try this. Have a look at the attached file. It is working fine. If you still have any issues, please attach a sample file that shows your problem.

View solution in original post

4 Replies
tamilarasu
Champion
Champion

Hi Bing,

Actually, the original value in excel is "80364.875".

Capture.PNG

If you want to format it like excel then we need to use Num function. You can do this in back end or front end.

Back End:


Data:

LOAD Product,

     Num(Amount,'###0.00') as Amount

FROM

Excel;

OR

Front End:

Capture.PNG

bsbernabe
Creator
Creator
Author

Hi Tamil,

Thank you for quick respond, Yes but that's the original in excel when you run to Qlikview is something like this 80364.88,

what i want is to get like what in excel. is it possible?

See sample:

 

ProductAmountQlikview
A80364.87580,364.88
B57444.657,444.59
C41936.80441,936.96
D41943.941,944.07
bsbernabe
Creator
Creator
Author

Hi Tamil,

I already do that but still the same

tamilarasu
Champion
Champion

Hi Bing,

I am not sure how did you try this. Have a look at the attached file. It is working fine. If you still have any issues, please attach a sample file that shows your problem.