Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
qlik_aparna
Partner - Contributor III
Partner - Contributor III

Loading Scientific values from excel

Hi All,

I am currently loading scientific values from excel using text(Field). But only for field value 3.50E+113 it's removing the 0 in the value and it's loading as 3.5E+113. Any workaround for this? I want the values as the same in excel.

8.94E+113
3.50E+113
6.29E+112
2.82E+112
8.76E+110
Labels (2)
3 Replies
StarinieriG
Partner - Specialist
Partner - Specialist

Hi,

 

try with this:

Evaluate(Num#(PurgeChar(Num(Subfield(A,'E+',1),'#.##0,00'),',') & Repeat('0',Subfield(A,'E+',2)-2),'#.##0')) 

qlik_aparna
Partner - Contributor III
Partner - Contributor III
Author

It's still not working. The 0 in the value is missing

StarinieriG
Partner - Specialist
Partner - Specialist

File attached