473,324 Members | 2,178 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,324 software developers and data experts.

About a custom Crystal Report

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??

Dec 23 '05 #1
2 1284
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.

"Robe" wrote:
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??

Dec 23 '05 #2
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.

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

"Robe" <Ro**@discussions.microsoft.com> wrote in message
news:6A**********************************@microsof t.com...
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??

Dec 27 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Stephan | last post by:
Hi, I'm using Visual Studio 2003 (C#) with the integrated Crystal Report software and have the following question: How can I assign a value (string) to an unbound (string) field in Crystal...
1
by: Stephanie Stowe | last post by:
I am doing a support rotation for our massive ASP app. We use Crystal Reports / Enterprise. By some magic which I am unfamiliar with Crystal Enterprise allows the creation of a report on the...
2
by: tc | last post by:
hi all, I would like to know how to export a cyrstal report to pdf by using the crystal report viewer without prompt up a dialog for user to enter the file name, i.e. I want to place the file...
0
by: tc | last post by:
hi all, I would like to know how to export a cyrstal report to pdf by using the crystal report viewer without prompt up a dialog for user to enter the file name, i.e. I want to place the file...
0
by: Anniech | last post by:
I use VB.NET to integrate with crystal report 9.0 to print a report with custom paper size (using Dot Matrix printer). I have already added a custom paper size in the printer server and set the...
0
by: Ray | last post by:
Dear all, I have some questions about the Crystal Report and vb.net 2003. 1. I have installed the crystal report 10 and vs.net 2003. Should I update the crystal report within the vb.net so as to...
0
by: Marcos Beccar Varela | last post by:
Hi, I´m having a problem with Crystal reports, I used the wizard to connecto to a SQL Server DB, and I selected a table from this DB, and then with a SelectionFormula of the CrystalReportViewer y...
1
by: =?Utf-8?B?VGVycnk=?= | last post by:
I am brand new to using Crystal Reports and am trying to generate a report based on a custom object - in another project. I have a layered design, with all my business objects in a seperate...
2
Pittaman
by: Pittaman | last post by:
Hello I am creating some crystal reports (for visual studio 2005) based on the content of certain .NET objects. I'm doing this in .NET 2.0. For one of them I'm using a Cross-table to summarize...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.