Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

Running record count in subsummary?


This topic is 7172 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

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? confused.gif

Posted

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? confused.gif

Posted

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? confused.gif

Posted

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 )

Posted

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 )

Posted

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 )

  • 4 weeks later...

This topic is 7172 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.