March 15, 200520 yr Author Friends, can you help me obtain a running count of records under a subsummary? I've tried summary fields, the GetSummary function, &etc but no luck. Under each break of the subsummary I want to number records starting with "1" and on up to the number of records. Then start again with the next break. What am I missing?
March 15, 200520 yr Friends, can you help me obtain a running count of records under a subsummary? I've tried summary fields, the GetSummary function, &etc but no luck. Under each break of the subsummary I want to number records starting with "1" and on up to the number of records. Then start again with the next break. What am I missing?
March 15, 200520 yr Author Friends, can you help me obtain a running count of records under a subsummary? I've tried summary fields, the GetSummary function, &etc but no luck. Under each break of the subsummary I want to number records starting with "1" and on up to the number of records. Then start again with the next break. What am I missing?
March 15, 200520 yr See here for one technique. Since you are using 5 and not 7, instead of the final Let calc, use GetSummary( Count, breakField ) * Case( Position( TotInvCountByNum, ".", 0, 1 ), TotInvCountByNum - Int(TotInvCountByNum), 1 )
March 15, 200520 yr See here for one technique. Since you are using 5 and not 7, instead of the final Let calc, use GetSummary( Count, breakField ) * Case( Position( TotInvCountByNum, ".", 0, 1 ), TotInvCountByNum - Int(TotInvCountByNum), 1 )
March 15, 200520 yr See here for one technique. Since you are using 5 and not 7, instead of the final Let calc, use GetSummary( Count, breakField ) * Case( Position( TotInvCountByNum, ".", 0, 1 ), TotInvCountByNum - Int(TotInvCountByNum), 1 )
April 6, 200520 yr Author oh dear... stupid me.... I forgot I posted this and just asked the same question again. Queue THANK YOU for your help.
Create an account or sign in to comment