Hi
I need aggregate function SUM to skip some column values based on other column value. In another words I don't want to include all column values in sum but only those for which the another column value, say Record_ID == 1. I think of a kind of custom function with if condition.
Is it possible in grid?
I need aggregate function SUM to skip some column values based on other column value. In another words I don't want to include all column values in sum but only those for which the another column value, say Record_ID == 1. I think of a kind of custom function with if condition.
Is it possible in grid?