I have Text field that I need to count how many 'C's per group. Any formula i am using gives me TRUE or Total of 'C's, not per group. I am placing it in the group.
SELECT
Count ({ORDER_DETAIL.LINE_STATUS_CODE})
ORDER_DETAIL.LINE_STATUS_CODE is set to be equal 'C' in Select Expert.Where am I wrong? THANKS
SELECT
Count ({ORDER_DETAIL.LINE_STATUS_CODE})
ORDER_DETAIL.LINE_STATUS_CODE is set to be equal 'C' in Select Expert.Where am I wrong? THANKS