Hi
CR 9.0
MS SQL
i have check in the report option
select distinct records
select distinct records for browsing
this report that contains 2 group only
gr1 channel
gr2 UU_Ref
my records return from the report sql is a sample
Channel***SCHTYPE****SCHNOTES****SCHSTART******Status
IAD*******Conference**ABC*******2004/04/24******C
IAD*******Conference**ABC*******2004/04/24******C
IAD*******Conference**ABCD******2004/04/24******C
IAD*******Conference**ABCD******2004/04/24******C
IAD*******Conference**ABCDF*****2004/04/24******C
my running total is like so
********************************
field to summarize: SCHNOTES
type of summary: Distinct count
Evaluate: @ formula
not({CALSCHED.SCHTYPE} in ["BranchMeeting","BreakfastMeeting","D","U","One-on-One","FARefer","FAEnt","FATraining","ClientEntertainment",
"ClientSeminar"])
and {CALSCHED.SCHSTART} in {?Start_Date} to {?End_Date} and
{CALSCHED.SCHSTATUS} = {?Activity_Status}
Reset on change of group UU_REF
**********************
for some reason it shows 2 but looking at the record return
there 3
Cant figure whats the problem
fsreport
CR 9.0
MS SQL
i have check in the report option
select distinct records
select distinct records for browsing
this report that contains 2 group only
gr1 channel
gr2 UU_Ref
my records return from the report sql is a sample
Channel***SCHTYPE****SCHNOTES****SCHSTART******Status
IAD*******Conference**ABC*******2004/04/24******C
IAD*******Conference**ABC*******2004/04/24******C
IAD*******Conference**ABCD******2004/04/24******C
IAD*******Conference**ABCD******2004/04/24******C
IAD*******Conference**ABCDF*****2004/04/24******C
my running total is like so
********************************
field to summarize: SCHNOTES
type of summary: Distinct count
Evaluate: @ formula
not({CALSCHED.SCHTYPE} in ["BranchMeeting","BreakfastMeeting","D","U","One-on-One","FARefer","FAEnt","FATraining","ClientEntertainment",
"ClientSeminar"])
and {CALSCHED.SCHSTART} in {?Start_Date} to {?End_Date} and
{CALSCHED.SCHSTATUS} = {?Activity_Status}
Reset on change of group UU_REF
**********************
for some reason it shows 2 but looking at the record return
there 3
Cant figure whats the problem
fsreport