I am writing a UFL that figures lag time between a customer contact and response by tech support, pulling out non-working days.
One of my functions
Boolean: IsBusinessDay(Date)
takes a date as a parameter. As a test I am passing it CDate('01/01/2004') which is showing up in Delphi as 2453005...
I need to do a mess of cross tabs based on whether a patient has had services in a given period. And while I am at it, I am counting their family members in the crosstab too. By linking the exam table to the patient table, then linking the patient table to itself as an alias via the family...
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.