J
jgraves
The data analysis portion of my job requires me to report on whether numbers
exists in a certain field that have more than 2 decimal places.
For example, I have the following prices in my field called "Price":
1.25
3.434
8.2
Sorting does not work, because that is based on how great or small the
number is, not the precision of the decimal.
Is there any way to create a search that will return "3.434", but not the
other two?
Thanks,
Jen G
exists in a certain field that have more than 2 decimal places.
For example, I have the following prices in my field called "Price":
1.25
3.434
8.2
Sorting does not work, because that is based on how great or small the
number is, not the precision of the decimal.
Is there any way to create a search that will return "3.434", but not the
other two?
Thanks,
Jen G