ms sql
cr 9.0
i have a running total that gives me a number
and i have a summary that need to be divided by this running total.
ex:
count amount
2 100
i need to have the amount divided by count
the summary is a sum(gross_amount,contact_id)
my running total is
distinctcount(contact_id)
evaluated on each record
reset on change of contact_id
how can i get this done??????????
fsreport
cr 9.0
i have a running total that gives me a number
and i have a summary that need to be divided by this running total.
ex:
count amount
2 100
i need to have the amount divided by count
the summary is a sum(gross_amount,contact_id)
my running total is
distinctcount(contact_id)
evaluated on each record
reset on change of contact_id
how can i get this done??????????
fsreport