Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Backlog

Status
Not open for further replies.

SMosley804

Technical User
Oct 15, 2007
44
0
0
US
Crystal 11

I am attempting to created a backlog report that captures the following

Created Closed Backlog

1/1 10 5 5
1/7 15 10 10
1/14 20 25 5

The report is grouped by opendate. the problem is that I need to be able to add the prior weeks backlog to the current week.

any suggestions?
 
Create a formula:

{table.created}-{table.closed}

Then sum this in a running total that doesn't reset and display this as the backlog.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top