Hi All
MS sql
cr 9.0
My co-worker drop me off this report his stuck.
In the report he has this
this formula
@SMA_Division
sum({@Sale_SMA},{vw_all_contact_labels.CONTACT_ID})/{#GroupCount}
my running total is
#GroupCount
is difine like this
field to summarize: vw_all_contact_labels.LABEL_NAME
type of summary: distinct count
Evaluate on each record
on change of group: vw_all_contact_labels.LABEL_NAME
this works fine to give me the total at the contact_id group
when i place @SMA_Division
formula in the group footer of contact_id group
now i need to be able to take formula
@SMA_Division
and have the total at the territory level
i tried
sum(@SMA_Division,vw_territory_external_wholesaler.terr1})
i get error field cant be summarize
i need to be able to get that result
Please help me.
fsreport
MS sql
cr 9.0
My co-worker drop me off this report his stuck.
In the report he has this
this formula
@SMA_Division
sum({@Sale_SMA},{vw_all_contact_labels.CONTACT_ID})/{#GroupCount}
my running total is
#GroupCount
is difine like this
field to summarize: vw_all_contact_labels.LABEL_NAME
type of summary: distinct count
Evaluate on each record
on change of group: vw_all_contact_labels.LABEL_NAME
this works fine to give me the total at the contact_id group
when i place @SMA_Division
formula in the group footer of contact_id group
now i need to be able to take formula
@SMA_Division
and have the total at the territory level
i tried
sum(@SMA_Division,vw_territory_external_wholesaler.terr1})
i get error field cant be summarize
i need to be able to get that result
Please help me.
fsreport