Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
abhaysingh
Specialist II
Specialist II

Exponential Value Conversion at front end

Hey Guys,

I have one calculation in which i m multiplying two value,

A * B = 1.7741025325602e+016

i want to convert it into number..How can i handle them at front end?

5 Replies
arulsettu
Master III
Master III

may be this in text object

=num('1.7741025325602e+016','(dec)')

Chanty4u
MVP
MVP

abhaysingh
Specialist II
Specialist II
Author

Not Working in My scenario at front end calculation

jonathandienst
Partner - Champion III
Partner - Champion III

Qlikview can represent numbers up to 14 digits without exponential notation, Your number is 16 digits, so you cannot get it displayed without an exponent.

By the way it is a number. e+016 means multiply the mantissa (1.7741025325602) by 10^16

Logic will get you from a to b. Imagination will take you everywhere. - A Einstein