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

Question about RowNumber

Hi,

I am using SQL report services to generate report. I would like to generate the report in the below format. However I don't know how to use RowNumber in nesting group.

Format I wanted
Group1
1. Group2 item 1
2. Group2 item 2
3. Group2 item 3

If I use RowNumber("Group1"), the report becomes
Group1
3. Group2 item 1
7. Group2 item 2
8. Group2 item 3

Can someone help me on my case? Thanks
Jan 4 '12 #1
0 1142

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

Similar topics

2
by: Sajid | last post by:
Hello, I have the following case where I want to assign a value to a column in a row. But it gives me an error that "Property Item is readonly": DataAdapter.Fill(DataTable1) Dim clone as...
4
by: Orion | last post by:
Hi, This is kind of last minute, I have a day and a half left to figure this out. I'm working on a project using ms-sqlserver. We are creating a ticket sales system, as part of the system, I...
5
by: Paul Reddin | last post by:
Hi, using ROWNUMBER() is affecting the plan of a view very badly... is there a way of writing the following view to ensure rownumber() is done as the last thing done? i.e after the calling...
5
by: Alejandrina | last post by:
Hi all, I wonder if anyone can help with this sql: Table "Property_Name" catalogs properties: (property_id, property_name) Table "File_Property" catalogs files and their properties: (file_id,...
3
by: Manny Chohan | last post by:
I have a hyperlink column in the datagrid as follows bound to a column in thr database. How can i add another query string to it to send Row number of the datagrid to the target page: ...
4
by: Nikolay Petrov | last post by:
how to assign data from a dataset to an array or other variables? how to address data, contaning in dataset. I know it is organized in row, but how to work with them?
3
by: Bob Stearns | last post by:
The following sql is expanded from an example from Tonkuma to my complete application. It runs for over 6 minutes when my separate sql statements wrapped with some PHP code can do the same thing in...
1
by: Tony Johansson | last post by:
Hello! This is a question about Reflection. I have a small program below where the class are called Mymemberinfo. This class Mymemberinfo is used in GetMembers to get all the member for this...
4
by: Michel Esber | last post by:
Hello, DB2 V8 LUW. I have a simple table A with fields ID and SESSION_NUMBER (integer). One ID can have multiple session numbers. For a given ID, I can find the last two sessions with a...
0
by: vineetcs | last post by:
Yes In SQL2000 , Row_Number() function will not work as in SQL2005. But, we can use the IDENTITY(INT,1,1) function but it requires a temporary table to which it stores the data and in View does'nt...
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...
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...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.