Dynamic Reporting [message #526186] |
Mon, 10 October 2011 01:33 |
|
glmjoy
Messages: 187 Registered: September 2011 Location: KR
|
Senior Member |
|
|
I want to make dynamic reporting that user will select the column which he needs in his report. I want to know that also can we make dynamic quires to select all table and user select the required tables with relation that's for my knowledge.
Like wizard in Report Builder do.
e.g my table
Employees
Empno char (5),
Designation_Code char(5),
Salary Number,
PK Empno;
Attendnace
Empno char(5),
Time_In Date,
Time_Out Date,
Actual_Time Date;
If User want reporting
Empno Designation Time_In Time_Out
Or any other
Empno Salary Time_Out
He can make his own selection using tabular format and if possible to make group above to
|
|
|
|
|
Re: Dynamic Reporting [message #535138 is a reply to message #526199] |
Mon, 12 December 2011 05:47 |
jaganerp@gmail.com
Messages: 63 Registered: April 2008
|
Member |
|
|
Hi glmojy,
do one thing pass the lexical parameters for the columns('&col1,&col2.....) in data model and write the code in before report trigger also write the format trigger for required columns.
Regards
Jagan
|
|
|