NewbiDoobie
Technical User
I am fairly new to CR XI and I am trying to develp a formula to determine the original record count then the final active record count.
How can I put these conditions in formula?
count({Transactions.UserId})
isnull({Transactions.InactiveDate})
or
{Transactions.InactiveDate} <= DateTime (2005, 11, 08, 00, 00, 00)
and {Transactions.Transaction_Type} = "Opt-In
How can I put these conditions in formula?
count({Transactions.UserId})
isnull({Transactions.InactiveDate})
or
{Transactions.InactiveDate} <= DateTime (2005, 11, 08, 00, 00, 00)
and {Transactions.Transaction_Type} = "Opt-In