Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. Database & SysAdmin
  3. Database
  4. sql reporting services

sql reporting services

Scheduled Pinned Locked Moved Database
databasehelplounge
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    member27
    wrote on last edited by
    #1

    Hi all Iam using Sql reporting services.i want to generate serial No . I have placed the serialno field inside a group and used the expression rownumber("datasetname") serial Number is generating in random wise..it Should come in ascending order... any one can help me

    W 1 Reply Last reply
    0
    • M member27

      Hi all Iam using Sql reporting services.i want to generate serial No . I have placed the serialno field inside a group and used the expression rownumber("datasetname") serial Number is generating in random wise..it Should come in ascending order... any one can help me

      W Offline
      W Offline
      Wendelius
      wrote on last edited by
      #2

      Could you put the numbering into the datatable instead of the report (I'm assuming you use dataaset as the datasource to the report). One way is to create an autonumbered field into the datatable.

      The need to optimize rises from a bad design.My articles[^]

      M 1 Reply Last reply
      0
      • W Wendelius

        Could you put the numbering into the datatable instead of the report (I'm assuming you use dataaset as the datasource to the report). One way is to create an autonumbered field into the datatable.

        The need to optimize rises from a bad design.My articles[^]

        M Offline
        M Offline
        member27
        wrote on last edited by
        #3

        while adding a new datafiled in dataset and i kept the expression field as rownumber("dataset")..it automatically closes the application.. suggest me any other solution to keeppa autonumber in report and i want to keep tat filed in grouping row...

        W 1 Reply Last reply
        0
        • M member27

          while adding a new datafiled in dataset and i kept the expression field as rownumber("dataset")..it automatically closes the application.. suggest me any other solution to keeppa autonumber in report and i want to keep tat filed in grouping row...

          W Offline
          W Offline
          Wendelius
          wrote on last edited by
          #4

          cbenan wrote:

          while adding a new datafiled in dataset and i kept the expression field as rownumber("dataset")..it automatically closes the application

          I don't understand this. If you simply add a column to the datatable and put the numbers in the rows, you would have the data you want when launching the report. I don't see how this would close the application unless you have an error.

          cbenan wrote:

          suggest me any other solution to keeppa autonumber in report and i want to keep tat filed in grouping row

          That was the only solution that came into my mind.

          The need to optimize rises from a bad design.My articles[^]

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups