Report

  • Thread starter Thread starter DotNetJunkies User
  • Start date Start date
D

DotNetJunkies User

Hi,

Can any one solve my problem?

I have to create report which display Weekly gross, Monthly gross and Yearly gross based on commission. I am using MS SQL.

Money Primary | Weekly Gross | Monthly Gross | Yearly Gross|
Net | $ | $ | |
| | | |
| | | |
 
You might want to consider creating a stored procedure in SQL Server
that computes your numbers and returns the result set.

--Mary
 
Back
Top