Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Grouping blocks of data with text 1

Status
Not open for further replies.

IanWaterman

Programmer
Joined
Jun 26, 2002
Messages
3,511
Location
GB
I am trying to recreate a Crystal report in Reporting services, which I have only just started to use.

Existing report has groups for ancillary insurance products, in Crystal I simply group the data by ancillary and then add summaries to group section.

Ancillary 1 Group header
Premium PremAmount
Tax Tax Amount

Commission CommAmount
Net Earned PremAmount - CommissionAmount

Where the amounts are simple sum formula. Crystal then repeats section autmatically for each ancillary.

Can this be done in RS?

Ian
 
Yes. I usually use a Table for things like this, although I know some may recommend a List. It looks you have five detail rows within each group (one of them a blank row). You can highlight your details row and right-click to insert another row. You can do this multiple times to end up with the five rows.
 
Worked perfectly with a table.

Thank you

Ian
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top