473,513 Members | 2,605 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

move is null

hey all,
i have a query that i bind to my dataset/datagrid that uses the WITH ROLLUP
keyword, so the totals show up at the top of the table. does someone know of
a clever way to move that 1st row to the bottom of the grid?

thanks,
rodchar
Jul 16 '06 #1
2 978

Użytkownik "rodchar" <ro*****@discussions.microsoft.comnapisał w
wiadomo¶ci news:97**********************************@microsof t.com...
hey all,
i have a query that i bind to my dataset/datagrid that uses the WITH
ROLLUP
keyword, so the totals show up at the top of the table. does someone know
of
a clever way to move that 1st row to the bottom of the grid?
Try to sort the query:

SELECT ProductID, SUM(UnitPrice) AS UnitPrice
FROM Sales.SalesOrderDetail
GROUP BY ProductID WITH ROLLUP
ORDER BY ProductID
--
JS
BRE Bank Dev Team, Poland
Jul 16 '06 #2
thank you.

"Jacek Stawicki" wrote:
>
UÂżytkownik "rodchar" <ro*****@discussions.microsoft.comnapisaÂł w
wiadomo¶ci news:97**********************************@microsof t.com...
hey all,
i have a query that i bind to my dataset/datagrid that uses the WITH
ROLLUP
keyword, so the totals show up at the top of the table. does someone know
of
a clever way to move that 1st row to the bottom of the grid?

Try to sort the query:

SELECT ProductID, SUM(UnitPrice) AS UnitPrice
FROM Sales.SalesOrderDetail
GROUP BY ProductID WITH ROLLUP
ORDER BY ProductID
--
JS
BRE Bank Dev Team, Poland
Jul 20 '06 #3

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

Similar topics

0
7442
by: sandeep G | last post by:
I've a table which has a number & a blob column, both of which are NOT NULL type. This table is composite partitioned using range & hash on the same column. Each partition is sub partitioned into...
0
2688
by: matdec | last post by:
Hello, I want to move a user in Active Directory, but this function i can only change his "cn". And when I use an invalid DN I have no error. My syntax is: retval := DBMS_LDAP.rename_s (...
5
11784
by: Tim | last post by:
Hi, I am trying to move a datacolumn in a datatable. What I have tried so far is to create a new datacolumn set it equal to the one I want to remove and then remove it, add another column and...
0
1171
by: > Adrian | last post by:
Ho can I move the margin to the left by adding which code below? Many thanks, Adrian. ************************** using System; using System.ComponentModel;
8
4067
by: Lee | last post by:
guys, I have a project need to move more than 100,000 records from one database table to another database table every week. Currently, users input date range from web UI, my store procedure will...
3
1301
by: Smokey Grindle | last post by:
I am using .NET 2.0 with this and have loaded a row into a data table... now I want to move the info in that row into the fields of an object... what is the best way to do this for fields that I...
2
3733
by: qhimq | last post by:
To download source and executable: https://netfiles.uiuc.edu/qmitche2/www/mouse/ #include <windows.h> //#include <stdio.h> // Variables HWND hwndMain; // Main window HWND // Functions
3
9874
by: John Rogers | last post by:
How do you move a selected node up or down a treeview? Not by drag and drop but by clicking a button to move the node up or down. I tried the following, but my tree gets all messed up after I...
1
1664
by: magnus.lycka | last post by:
Does anyone recognize this little Python crasher? I'll file a bug report unless someone notices it as an already documented bug. I found some open mmap bugs, but it wasn't obvious to me that...
1
3580
by: Beginnera | last post by:
I have never used php before however managed to install the script and setup the database tables for an open source script. So please excuse my lack of jargon. Currently a list of text ads that...
0
7260
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7160
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
7537
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
7525
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
5685
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,...
0
4746
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3233
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3222
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
799
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.