Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
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
Creator III
Creator III

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

Send me Love and Kudos