I am using Crystal reports XI hitting a SQL database with one table
I am creating a manual cross table flat file source
need to do a simple count and distinct count by year
formula is
If {SPSS_TEMP.DischYear} = "0708" then ({SPSS_TEMP.Encounter#})
then I do a summary to get the count and then a summary for distinct count... I cannot change the formula to
If {SPSS_TEMP.DischYear} = "0708" then 1 else 0 then do a sum because I need to also do a distinct count...
Hope I was clear enough to get your help..thanks so much
I am creating a manual cross table flat file source
need to do a simple count and distinct count by year
formula is
If {SPSS_TEMP.DischYear} = "0708" then ({SPSS_TEMP.Encounter#})
then I do a summary to get the count and then a summary for distinct count... I cannot change the formula to
If {SPSS_TEMP.DischYear} = "0708" then 1 else 0 then do a sum because I need to also do a distinct count...
Hope I was clear enough to get your help..thanks so much