473,385 Members | 1,474 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,385 software developers and data experts.

Merging in a report if data is repeated

14
Hi,

I am trying to make a report where I have the same item in a column and I need it to be merged or just printed once for all the other fields that have the same value underneath. Example of what I have :

Field 1.....Field2.....Field3.....Field4.....Field5

1.....2.....A.....D.....F
1.....2.....B.....D.....J
1.....3.....C.....Z.....P
2.....5.....P.....Y.....R
This is how I need it to look like in the report:
Field 1.....Field2.....Field3.....Field4.....Field5

..............A.............F
1.....2............D
..............B.............J
.......3.....C.....Z......P
2.....5.....P.....Y.....R
Any Idea how to do this?

Thanks
Oct 16 '07 #1
6 1103
Rabbit
12,516 Expert Mod 8TB
Hi,

I am trying to make a report where I have the same item in a column and I need it to be merged or just printed once for all the other fields that have the same value underneath. Example of what I have :

Field 1.....Field2.....Field3.....Field4.....Field5

1.....2.....A.....D.....F
1.....2.....B.....D.....J
1.....3.....C.....Z.....P
2.....5.....P.....Y.....R
This is how I need it to look like in the report:
Field 1.....Field2.....Field3.....Field4.....Field5

..............A.............F
1.....2............D
..............B.............J
.......3.....C.....Z......P
2.....5.....P.....Y.....R
Any Idea how to do this?

Thanks
I have no idea how you reached that conclusion. You seem to have an extra record. Shouldn't it look like this:
Expand|Select|Wrap|Line Numbers
  1. New Table
  2.         A       F
  3.     2   B   D   J
  4. 1   3   C   Z   P
  5. 2   5   P   Y   R
  6.  
Oct 16 '07 #2
TSGB
14
Sure the same thing but I need the Item in the middle like if you having them in excel and then merging the 3 cells and fromating to center center.

Thanks,

I have no idea how you reached that conclusion. You seem to have an extra record. Shouldn't it look like this:
Expand|Select|Wrap|Line Numbers
  1. New Table
  2.         A       F
  3.     2   B   D   J
  4. 1   3   C   Z   P
  5. 2   5   P   Y   R
  6.  
Oct 16 '07 #3
MMcCarthy
14,534 Expert Mod 8TB
Sure the same thing but I need the Item in the middle like if you having them in excel and then merging the 3 cells and fromating to center center.

Thanks,
Sorry its confusing

Can you show us the result as it would appear in Excel if you were using it.
Oct 16 '07 #4
Rabbit
12,516 Expert Mod 8TB
I think I see what you're getting at ... but why do it this way? It's convoluted and confusing.
Oct 16 '07 #5
TSGB
14
I just need the format. Currently I have the report with grouping and group header and it works but the standard format for the excel document I am replacing has those repeated cells combined and centered.

I there a better way to make it more readable instead of having empty spaces in the report?

Thanks Again,


I think I see what you're getting at ... but why do it this way? It's convoluted and confusing.
Oct 17 '07 #6
MMcCarthy
14,534 Expert Mod 8TB
I just need the format. Currently I have the report with grouping and group header and it works but the standard format for the excel document I am replacing has those repeated cells combined and centered.

I there a better way to make it more readable instead of having empty spaces in the report?

Thanks Again,
In the report if you set the properties of the textboxes to hide duplicates what happens?
Oct 17 '07 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

0
by: IMRAN SAROIA | last post by:
I just transfered my VS.NET 2002 app (Windows App) to VS.NET 2003 version. But I cannot run the reports through crystal report viewer. It says that Invalid Report Data Source while these reports...
2
by: Klatuu | last post by:
Whew, I've struggled my way through figuring out how to use XML to transport data..now I can imagine what having a baby is like :) But, I'm stuck now. I generate the XML (single table, no...
0
by: Will Honea | last post by:
I've been handed a mess of related data in the form of multiple spead sheets. Each set of data contains part or parts of the what is needed in the final database but there is no common usable...
1
by: Jim Adams | last post by:
My ASP.Net (VB.Net) app needs to display a filled in form to a web user from the following: a) read HTML form files (not ascx) dynamically from disk (e.g. form.html) b) read its corresponding...
1
by: hylander | last post by:
My apologies for what to many of you will probably seem a simple problem. I have a number of queries which result in numerical answers. Is it possible to have access total these for a report. The...
2
by: William LaMartin | last post by:
I have report based on a datasource (a tableadapter) that supplies names, street addresses, cities, etc. to be displayed in a report viewer. Is there a way in code to modify this report to only...
13
by: farhaaad | last post by:
Dears, I have many feilds in my tables that are left blank for some records, If I make a sub table for it and and change those feilds to a lookup feilds so only those options are chosen which...
7
by: phillyon | last post by:
I'm looking to print off a booking form based on the data in 3 linked tables by merging it in Word. Please if you know of a better way, let me know. Bookings table contains summary, cost,...
2
geolemon
by: geolemon | last post by:
I'm having a frustrating issue with a report that WON'T order my data properly, seemingly whatever I do. Surely I must be overlooking something! I have an "order by" in my raw query: SELECT...
7
OuTCasT
by: OuTCasT | last post by:
I know how to change the database and sqlserver for a crystal report Dim report As New ReportDocument Dim connection As IConnectionInfo Dim oldServerName As String =...
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
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

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.