I have a created a report with a table with unique identifier, contact info and daily requests on it for 2006 and on another table the premium service start date which are linked via the unique identifier.
I am trying to do a distinct count of premium users in 2006, i have written an if statement
if isnull (premium service start date) = false then
(unique identifier) else 0
i then distinct count it in the relevant group, however it keeps counting the 0 as a distinct count.
I have tried using a null formula filed and "" without success. any ideas?
I am trying to do a distinct count of premium users in 2006, i have written an if statement
if isnull (premium service start date) = false then
(unique identifier) else 0
i then distinct count it in the relevant group, however it keeps counting the 0 as a distinct count.
I have tried using a null formula filed and "" without success. any ideas?