W
wageman3
I am trying to allocate a total I calculated using the sum function in
another query with all the records in another query. When I try to bring
this single value into the query and calcuate off of it I get ambiguous join
errors. I do not have a common value between the two queries to create a
join. I just want to use this total as a plug number to allocate up.
Here is sort of what I had in mind.
Revenue Calculate Rev/TotalRev Other Query Amount Allocate Revenue
$100 .20 $540
($540*.20)
$200 .40 $540
($540*.40)
$200 .40 $540
($540*.40)
My basic problem is that I have a long list of departments that have an
estimated revenue number. In order to match the report with the financial
statements I need to allocate the actual revenue amount.
Thanks,
Greg
another query with all the records in another query. When I try to bring
this single value into the query and calcuate off of it I get ambiguous join
errors. I do not have a common value between the two queries to create a
join. I just want to use this total as a plug number to allocate up.
Here is sort of what I had in mind.
Revenue Calculate Rev/TotalRev Other Query Amount Allocate Revenue
$100 .20 $540
($540*.20)
$200 .40 $540
($540*.40)
$200 .40 $540
($540*.40)
My basic problem is that I have a long list of departments that have an
estimated revenue number. In order to match the report with the financial
statements I need to allocate the actual revenue amount.
Thanks,
Greg