Hi All,
Is it possible to put a filter criteria on a calculated field? I have a BAQ which groups records on a table and a calculated field for the sum of the dollar amount of those grouped records.
I don’t want rows with a 0 value from this calculated field to be included on the output. However, sometimes records in the group net out in the calculated field, e.g., SUM(100, -100) = 0, so if I put a criteria on the table those will still come through.