How can I do a data integrity check on a numeric field. I need to check to make sure that the data is a whole number and if the number is in decimal format, that the decimal is either .25, .5(0) and .75. I need to pull the rows where the data is not whole or the decimal that I indicated.
Example
VacationAccrual
1
2
3.25
4.56
5.5
6
6
7.78
I need to list 4.56 and 7.78 as the invalid records
Thanks in advance.
Example
VacationAccrual
1
2
3.25
4.56
5.5
6
6
7.78
I need to list 4.56 and 7.78 as the invalid records
Thanks in advance.