Hi All,
I have an expression that is
ExpStep1: IIf([actual loss] Not Like "",[actual loss],IIf([estimated loss] Not Like "",[estimated loss],IIf([exposurecalc] Is Not Null,[exposurecalc],IIf([exposurecalc] Is Null,"No Appraised Value"))))
Actual Loss, estimated loss are the fields in the table with text data type (i do not have control over how the data is created and imported as access table). ExposureCalc is a simple calculation that multiplies a field with .75.
Now i have a result that has some negative numbers and positive numbers. For my requirement i need only the positive numbers.
I tried to give a criteria >0 but it does not work as the data type for the above fields is text.
Can any one advise me on how to filter the results of this query?
Thanks
Dwight
I have an expression that is
ExpStep1: IIf([actual loss] Not Like "",[actual loss],IIf([estimated loss] Not Like "",[estimated loss],IIf([exposurecalc] Is Not Null,[exposurecalc],IIf([exposurecalc] Is Null,"No Appraised Value"))))
Actual Loss, estimated loss are the fields in the table with text data type (i do not have control over how the data is created and imported as access table). ExposureCalc is a simple calculation that multiplies a field with .75.
Now i have a result that has some negative numbers and positive numbers. For my requirement i need only the positive numbers.
I tried to give a criteria >0 but it does not work as the data type for the above fields is text.
Can any one advise me on how to filter the results of this query?
Thanks
Dwight