Hi telerik,
We recentlty start using telerik products.
I have one table TABLE_JAPVALUES :
DATE RDVAL PDVAL DPVAL CTVAL ATVAL
1-1-09 100 50 45 85 90
1-2-09 50 20 15 50 55
1-3-09 120 40 40 70 95
1-4-09 100 30 30 95 80
I want a report where I can select what columns I want to see in report with Avg. of that columns
So I want a ckeckboxlist or something like this that should show all the columns:
RDVAL
PDVAL
DPVAL
CTVAL
ATVAL
If I Only select
RDVAL
DPVAL
ATVAL
It should show REPORT like this:
DATE RDVAL DPVAL ATVAL
1-1-09 100 45 90
1-2-09 50 15 55
1-3-09 120 40 95
1-4-09 100 30 80
AVG 92.5 32.5 80
Do you have any tutorial or sample code.
I will really appreciate your help.
We recentlty start using telerik products.
I have one table TABLE_JAPVALUES :
DATE RDVAL PDVAL DPVAL CTVAL ATVAL
1-1-09 100 50 45 85 90
1-2-09 50 20 15 50 55
1-3-09 120 40 40 70 95
1-4-09 100 30 30 95 80
I want a report where I can select what columns I want to see in report with Avg. of that columns
So I want a ckeckboxlist or something like this that should show all the columns:
RDVAL
PDVAL
DPVAL
CTVAL
ATVAL
If I Only select
RDVAL
DPVAL
ATVAL
It should show REPORT like this:
DATE RDVAL DPVAL ATVAL
1-1-09 100 45 90
1-2-09 50 15 55
1-3-09 120 40 95
1-4-09 100 30 80
AVG 92.5 32.5 80
Do you have any tutorial or sample code.
I will really appreciate your help.