Select to view content in your preferred language

Percentages

1131
2
Jump to solution
06-19-2023 01:34 PM
Labels (1)
SLouq
by MVP Alum
MVP Alum

Why when I try to calculate a Percentage of a polygon, the answer comes back null?

Could this be bc of the data type of my Percent column? 

It is set to Float

 

SLouq_0-1687206787929.png

 

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
DanPatterson
MVP Esteemed Contributor

python parser, and try dropping the commas in the number

float should be ok, but double may be the one to use


... sort of retired...

View solution in original post

2 Replies
DanPatterson
MVP Esteemed Contributor

python parser, and try dropping the commas in the number

float should be ok, but double may be the one to use


... sort of retired...
SLouq
by MVP Alum
MVP Alum

That worked!

0 Kudos