November 26, 201411 yr Can anyone help me as to why this PatternCount evaluates to 0, when the first part evaluates to "2005", and the second part evaluates to "2005 2004" PatternCount (Interface::CurrentRegistrationYear;List(FamiliesOnInvoices::LastRegisteredFor))
November 26, 201411 yr You probably meant: PatternCount ( List ( FamiliesOnInvoices::LastRegisteredFor ) ; Interface::CurrentRegistrationYear )
November 26, 201411 yr Try the reverse: PatternCount ( List( FamiliesOnInvoices::LastRegisteredFor ); Interface::CurrentRegistrationYear ) P.S.: Hi, Michael.
Create an account or sign in to comment