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. General Programming
  3. C#
  4. How to display multiple repeating records and groupng of that record in HTML Reports

How to display multiple repeating records and groupng of that record in HTML Reports

Scheduled Pinned Locked Moved C#
helphtmldatabasetutorialquestion
3 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.
  • N Offline
    N Offline
    Nupur Rai
    wrote on last edited by
    #1

    What is the way of displaying repeating multiple records and also grouping of that repeating records in HTML reports. Earlier i was using Crystal reports and there was not at all any problem but due to some restrictions i am supposed to use HTML reports. These multiple rows are saved in the database just i have to display it. Help me as i am in a critical situation :(

    S 1 Reply Last reply
    0
    • N Nupur Rai

      What is the way of displaying repeating multiple records and also grouping of that repeating records in HTML reports. Earlier i was using Crystal reports and there was not at all any problem but due to some restrictions i am supposed to use HTML reports. These multiple rows are saved in the database just i have to display it. Help me as i am in a critical situation :(

      S Offline
      S Offline
      Shyam K Pananghat
      wrote on last edited by
      #2

      Tooo Basic .. Get familiar or atleast go through some Sql basic stuff.. I believe you have to use "GroupBy" and "Orderby" clauses Properly in your query

      Shyam.. My Blog dotnetscoups.blogspot.com

      N 1 Reply Last reply
      0
      • S Shyam K Pananghat

        Tooo Basic .. Get familiar or atleast go through some Sql basic stuff.. I believe you have to use "GroupBy" and "Orderby" clauses Properly in your query

        Shyam.. My Blog dotnetscoups.blogspot.com

        N Offline
        N Offline
        Nupur Rai
        wrote on last edited by
        #3

        I think u did'nt get my question. The best example to explain the issue is u go to any garment shop and purchased 4 different kind of shirts and atleast 2 sizes of each kind of shirt from that same shop.The shopkeeper gives u itemized bill. In the database of that particular shop there would a normalized Item table to avoid repeat entries(as 1 CustomerID contains more than 1 record and that 1 record contains more than 1 sizes). That cash memo that u get is a kind of report. In the same way i need to display in that bill all the 4 shirts purchased with customerID which is not repeating and also "groupby" by each item to display each one's sizes respectively purchased and i.e in a HTML reports. This is it. Please give solutions for that

        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