I am trying to exclude the Sundays and holidays.
I think this is correct but I am not really sure.
Local DateVar Start := {lt_master.lock-exp-dt};
Local DateVar End := currentdate;
Local NumberVar Weeks;
Local NumberVar Days;
Local Numbervar Hol;
DateVar Array Holidays:=[
Date (2013,1,1)...
This is my excel formula
=IF(D6="","",IF(D6="Purchase",TEXT(WORKDAY(E6,1,Holidays),"DDDD"),IF(D6="Refinance",TEXT(WORKDAY(A6,4,Holidays),"DDDD"))))
I trying to find out how I would convert this into crystal report.
I want to convert ({currentdate}+ 60)to a number format..
so it would be 4/22/13 +60 = 41446..I been searching through the forum and I haven't gotten a clear answer. So say use a datevalue() or a dateserial() but either of them work.
When a report is upload into in Business Object and it is run and it has a subreport in the report footer would the subreport also refresh at the same time?
I know that this formula been touch on over and over again but I need help and solving this glitch in my formula There is three parts to this problem This is what I have currently..
For the @ Holidays
I have this formula below however, when I check the formula for errors it keep saying that...
Can somebody help with this formula?
Excel formula
=IF(lt-master.loan-purpose="","",IF(AND(lt-master.loan-purpose="Purchase",F2=""),lt_master.application-dt + 90,IF(AND(lt-master.loan-purpose="Purchase",@Sale Contract Received Date >0),@Sales Contract Closing Date,IF(lt-master.loan-purpose="...
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.