Link to home
Create AccountLog in
Avatar of pepps11976
pepps11976

asked on

SQL Expression

Hi All

I am Building a report in Report Builder i am using a table that displays all Outstanding Orders based on a column in the table called Due Date. there is also a column for the value of that order.

What i would like to be able to do is to display Total values for Late Orders and all Forward Orders.

So i would like the report to show all orders prior to CURRENT DATE and then another seperate query to show all forward orders from CURRENT DATE

can anybody help i am very new to Report Builder And SQL In general
Avatar of Howard Cantrell
Howard Cantrell
Flag of United States of America image

You need to do this in your query.
It is best to have a begin and end date to control the output from the sql server to the report.
Avatar of pepps11976
pepps11976

ASKER

can you give me some help in acheiving it in the query?
ASKER CERTIFIED SOLUTION
Avatar of Howard Cantrell
Howard Cantrell
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer