select monthopened,#ofdefectopened,monthclosed,#ofdefectclosed,,(#ofdefectopened-#ofdefectclosed) as outstanding from the table;
but, I am unable to keep on adding the Previous month outstanding to the next month. Couldn't figure out. If you know please let me know.
Thank you.
I have a table like:
MonthOpened #ofDefectOpened MonthClosed #ofDefectClosed Oustanding
Jan 2013 50 Jan 2013 30
Feb 2013 20 Feb 2013 30
Mar 2013 60 Feb 2013 20
I need to calculate the outstanding and create the view...
My formula is:
whileprintingrecords;
Numbervar X := x + {@est_hrs_per_task}
when I run the report I get the Error as:
{@est_hrs_per_task}:<null>
var X:0
Exp x:0
I want to get zero when {@est_hrs_per_task} is Null. So how can solve this problem?
WorkedDate is the field which stores dates upto current date agaginst Employee Time Sheet.
1- If start-date and end-date parameters are both past dates then my report will show Total Hours each employee worked in that date range and what is the (Total working days x 8)=TotalWorkingHours in that...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.