473,396 Members | 2,109 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,396 software developers and data experts.

Master Detail Report Question

jm
Consider this query:

select count(*) as total, order_type, order_category,
order_subcategory....GROUP BY order_type, order_category,
order_subcategory

This SQL brings me a report sorted appropriately, albeit ugly in a
DataGrid.

Is there anyway to create a nice Master Detail *without* having to hit
the database again to get the totals?

In DataGrid1,

order_type

DataGrid1 onitemdatabound
DataGrid2 order_category
DataGrid2 onitemdatabound
DataGrid3 order_subcategory

I do not see how to eliminate the repeating rows this way, however;
Any thoughts? Thanks.
Nov 18 '05 #1
2 1056
Check out ActiveReports from DataDynamics, Inc.
http://www.datadynamics.com/Products...?Product=ARNET

You generally get what you pay for... ActiveReports isn't cheap.


"jm" <jo*************@yahoo.com> wrote in message
news:c6**************************@posting.google.c om...
Consider this query:

select count(*) as total, order_type, order_category,
order_subcategory....GROUP BY order_type, order_category,
order_subcategory

This SQL brings me a report sorted appropriately, albeit ugly in a
DataGrid.

Is there anyway to create a nice Master Detail *without* having to hit
the database again to get the totals?

In DataGrid1,

order_type

DataGrid1 onitemdatabound
DataGrid2 order_category
DataGrid2 onitemdatabound
DataGrid3 order_subcategory

I do not see how to eliminate the repeating rows this way, however;
Any thoughts? Thanks.

Nov 18 '05 #2
jm
Thanks, but how does this help me?

"Ketchup Please" <Go*******@Heinz57.com> wrote in message news:<#u**************@TK2MSFTNGP10.phx.gbl>...
Check out ActiveReports from DataDynamics, Inc.
http://www.datadynamics.com/Products...?Product=ARNET

You generally get what you pay for... ActiveReports isn't cheap.


"jm" <jo*************@yahoo.com> wrote in message
news:c6**************************@posting.google.c om...
Consider this query:

select count(*) as total, order_type, order_category,
order_subcategory....GROUP BY order_type, order_category,
order_subcategory

This SQL brings me a report sorted appropriately, albeit ugly in a
DataGrid.

Is there anyway to create a nice Master Detail *without* having to hit
the database again to get the totals?

In DataGrid1,

order_type

DataGrid1 onitemdatabound
DataGrid2 order_category
DataGrid2 onitemdatabound
DataGrid3 order_subcategory

I do not see how to eliminate the repeating rows this way, however;
Any thoughts? Thanks.

Nov 18 '05 #3

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

Similar topics

8
by: Raphael Gluck | last post by:
Hi Everyone I am having some problems with a master detail page i have set up to catalogue brochures from my site. On my master page www.tripakltd.com/brochures.asp users are invited to select...
1
by: Tom | last post by:
In the Developers Handbook, Getz provides a way to create a survey report that displays either a line, Yes/No or multiple choice for each question. It's done by placing three controls (one for each...
8
by: Christopher Weaver | last post by:
I'm having the hardest time doing the simplest thing. I have a DataGrid bound to a table in a master detail DataRelation within a DataSet relTaskActivities = new DataRelation("TaskActivities",...
2
by: Marcel | last post by:
Hi, I'm new to VS and ASP.NET and have a question about master/detail datagrids. I have a master datagrid filled with data via a component that contains a SQL adapter. Now I would like to fill...
12
by: Gary Brower | last post by:
Hi, I am using VB.Net to create an ASP web form. My goal is to create a master/detail web form that allows users to create new master and detail records. For example the form would have header...
3
by: sqlboy2000 | last post by:
Hi, I've just started playing around with master / detail pages and I'm trying to simply change the detail page displayed in the contentplaceholder control from code behind. I can't seem to find...
0
by: Sam | last post by:
Sorry to post the same post multiple times but the URL Addresses were not Correct in Earlier Posts. Here are the correct URL's: 1) Run It URL is here: ...
0
by: Mike Wilson | last post by:
Dear group, I have an invoice entry form, which is a simple Master fields / Detail grid. The main summary information of the invoice are stored in one table in a dataset, which is bound using a...
2
by: John | last post by:
Hi I am trying to create a master/detail form. I have my master and details tables dragged onto the dataset. I have also dragged the fields from master table on the form which has created the...
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: 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
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
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...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.