How do I check for a data type in the generic inquiry screen?
Like iif( ISNUMBER([FIELD]), True Path, False Path)
I have an Inventory Item Attribute that USUALLY holds an integer value. I wish to do math on this value when it is an integer, but when it is a text string it crashes the report. If I could do some kind of error checking like in Excel, I can force this to work by using IIF to ignore non-integer values.