Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / C# / December 2005

Tip: Looking for answers? Try searching our database.

About a custom Crystal Report

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Robe - 23 Dec 2005 16:37 GMT
I need to do a Report using Crystal where:

Given a number in a field x. Ej. 150
I need to print it in a report that has 4 columns where each value in the
field must be located in the correspondant column according to the number

(0> and <100)    (>101 and <200)    (>201 and <300)    (>301 and <400)
================================================
                                150

I don't know how to do this and how to define the interval col's in the report

any idea??
Gabe - 23 Dec 2005 23:09 GMT
Usually when I have to do custome reports like that, I create a table in the
database that will hold the information exactly as the report will show it,
fill the table when you need the report and delete it once the program is
done. not exactly a solution, but more like a work around.

> I need to do a Report using Crystal where:
>
[quoted text clipped - 9 lines]
>
> any idea??
Ignacio Machin ( .NET/ C# MVP ) - 27 Dec 2005 15:34 GMT
Hi,

Use a dataset, you fill it in code as needed ( or in a SP if possible) and
then assiign this dataset to the CR.

In case the intervals changes you could also pass the column's titles as
parameters to the CR so it can be fully dynamic.

Signature

Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

>I need to do a Report using Crystal where:
>
[quoted text clipped - 10 lines]
>
> any idea??

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.