Hi
Is it possible to calculate how old a client is from the
{CLIENT.Date of Birth}
and when a client
{REGISTER.Date of Registration} field
Regards
Paul
if isnull({CLCONT.Type}) or
{CLCONT.Type} <> "UDES" then
"" else
{CLCONT.Type}
something like this
{CLCONT.Date of Contact} >= Date (2010, 02, 01)
any help would Grateful
PW
Hi sorry
what i am trying to to is
if client has a 'UDES' CONTACT TYPE show clients
and if client has not had this contact show as blank
only problem at present when binging in the contact type field it shows all the contact that the client has had
ie
paul has had a 'UDES' CODE and also a...
if isNull({CLCONT.Type}) THEN "UDES"
ELSE 'BLANK'
what i am trying to do is show clients that have not had a "UDES"({CLCONT.Type}) when i put paramiter of does not = UDES the reports shows all the other contacts that the client has had how do you show the client once
got this working and it puts all durations into Hour and minutes so this sorts the first part but then i want to add a grand total for hours and minutes any help would be grateful
First part of formula
local numbervar Hr := Truncate({ADCONT.Duration}/60);
local numbervar Mn :=...
at present it shows as 65 minutes duration but i would like it to show as 1 hour 5 minutes
then add a grand total in hour and minutes
I would be grateful for any help
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.