I am making an asp.net application. In which i want to show records in report. I have four columns Employee, Project, Date, Module.
I want to make such a single report in which if user select Employee then report should group records according to employee wise or if user select project then report should group records according to project wise.
Still i have to make different four Crystal Reports which shows according to filters. But I want that is their any GUI control or Functionality in which if user selects Employee Column in report Then report is convert according to employee wise. same for
project and any others.
If anyone have any idea or any solution or any article then give me.
If it's a crystal report then do that functionality inside the report itself using the Expression field for "Group By".
make a parameter named @GroupBy then in the expression use it or
If that doesn't work. What another option is Create four sections in the report each showing same data grouped differently and then toggle the visibility using Expressions
Coding is like life, learn from the past and work towards the future, trying to redo past code, ends in lost time and nothing new accomplished.
Don't forget to mark Answer!!!!!!!
Marked as answer by Ming Xu - MSFT on Jul 19, 2012 02:15 PM
coolnavjot31
Member
15 Points
24 Posts
How to Grouped Single Crystal Report according to different Column wise.
Jul 07, 2012 04:31 AM|LINK
Hello Every One,
I am making an asp.net application. In which i want to show records in report. I have four columns Employee, Project, Date, Module.
I want to make such a single report in which if user select Employee then report should group records according to employee wise or if user select project then report should group records according to project wise.
Still i have to make different four Crystal Reports which shows according to filters. But I want that is their any GUI control or Functionality in which if user selects Employee Column in report Then report is convert according to employee wise. same for project and any others.
If anyone have any idea or any solution or any article then give me.
please help me.
CrystalReport
AWAlger
Contributor
2531 Points
540 Posts
Re: How to Grouped Single Crystal Report according to different Column wise.
Jul 07, 2012 05:55 AM|LINK
If it's a crystal report then do that functionality inside the report itself using the Expression field for "Group By".
make a parameter named @GroupBy then in the expression use it or
If that doesn't work. What another option is Create four sections in the report each showing same data grouped differently and then toggle the visibility using Expressions
Coding is like life, learn from the past and work towards the future, trying to redo past code, ends in lost time and nothing new accomplished.
Don't forget to mark Answer!!!!!!!