I’m working on a Generic Inquire to pull data from GLTran. That table as separate fields for debits & credits. I’d like to build a result grid field that shows the net debit/(credit). But, when I create a result grid field as follows:
=[GLTran.DebitAmt] - [GLTran.CreditAmt]
the output appears to be a string. I’ve tried all of the conversion functions and the result doesn’t change. When I export the query to Excel, the column is all text.
HELP!!!!!




