Print Page | Close Window

Grid/Table design

Printed From: Crystal Reports Book
Category: Crystal Reports 9 through 2020
Forum Name: Report Design
Forum Discription: The best way to design a report and problems you have encountered
URL: http://www.crystalreportsbook.com/forum/forum_posts.asp?TID=4404
Printed Date: 28 Apr 2024 at 4:21am


Topic: Grid/Table design
Posted By: araknoid
Subject: Grid/Table design
Date Posted: 30 Sep 2008 at 6:50am
Hi all, i'm new in crystal report and i use CR XI.
I get a set of records from a mssql db with storeprocedure and i have to display, grouping them, in tables.
This table must have 2 column where in the left i have different lines with the products name and on the right i have just one cell [ where the height is the sum of the height lines of the left column]. I did the grouping correctly and the display of the products name...the only problem is that i don't know how to get just one cell on the right column...

this is what i have at the moment
_________________________
product 1       |          price         |
___________|_____________|
product 2       |          price        |
___________|_____________|
product 3       |          price        |
___________|_____________|

what i need is this:

_________________________
product 1       |                           |
___________|                           |
product 2       |          price          |
___________|                           |
product 3       |                           |
___________|______________|

is it possible in CR? if yes...how?



Print Page | Close Window