Hi
I am using Crystal reports 10
I need to create a formula field / SQL query field which looks like this
Select sum(sal) from employee where div_no <>'05' and
start_date ='01-jan-2004'
and mgr = {'?mgr}'
where {'?mgr'} is the parameter which is being entered
How can I do it ?
I need to place the result in the report as a field
Thanks
I am using Crystal reports 10
I need to create a formula field / SQL query field which looks like this
Select sum(sal) from employee where div_no <>'05' and
start_date ='01-jan-2004'
and mgr = {'?mgr}'
where {'?mgr'} is the parameter which is being entered
How can I do it ?
I need to place the result in the report as a field
Thanks