bharathi228
Programmer
- Feb 12, 2009
- 12
hello
iam having status,parameter name,hours as fileds in my table
my report is grouping with parameter name
iam displaying parameter name wise status,hours in every group.
iam calculating percentage for hours.
its working fine.
my problem is
in report footer i want to display the percentage of status ('SVC')
in sqlquery
select hours from table where status in ('SVC')
iam having status,parameter name,hours as fileds in my table
my report is grouping with parameter name
iam displaying parameter name wise status,hours in every group.
iam calculating percentage for hours.
its working fine.
my problem is
in report footer i want to display the percentage of status ('SVC')
in sqlquery
select hours from table where status in ('SVC')