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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
kakooo16
Creator
Creator

Divide two int's to get float output

Hello guys ,

I have two column A and B that have as types int's .

A = 79900

B = 456

When i devide to get my output column C = (Float)(B/A) * 100

Im getting a result 0.0

Why do i have this result or supposed to get 0,5707 ?

Is there and issue that im doing ?

Labels (2)
1 Reply
gjeremy1617088143

Hi you can use Mathematical.DIV(A,B) but you have to convert before to double A and B.

Send me Love and Kudos