Hi all,
I have a report which uses the following
{UsageTickets.Centre} = "EE" and
{UsageTickets.DATE} = {?Start Date & End Date} and
{UsageTickets.HEAD} like ["MCARD", "PCARD", "SCARD"] and
not ({ticketdescription.usage_catagory} like ["12", "24", "25", "26", "27", "28", "MISC"]) and
isnull({UsageTickets.MEMBER}) = true
What I would like to do is to display the percentage of
null values against the total "mcard","pcard","scard" records regardless of the above select.
can this be done?
Any Help greatly appreciated
Tony
I have a report which uses the following
{UsageTickets.Centre} = "EE" and
{UsageTickets.DATE} = {?Start Date & End Date} and
{UsageTickets.HEAD} like ["MCARD", "PCARD", "SCARD"] and
not ({ticketdescription.usage_catagory} like ["12", "24", "25", "26", "27", "28", "MISC"]) and
isnull({UsageTickets.MEMBER}) = true
What I would like to do is to display the percentage of
null values against the total "mcard","pcard","scard" records regardless of the above select.
can this be done?
Any Help greatly appreciated
Tony