I have a number that is used in several math expressions in multiple reports/sub-reports.
IE: the 290 in the expression "=Round(([Total Of Present]/290)*100)".
I would like replace it with a variable from the output of "SELECT Sum(BPOU.Alloca ted) AS SumOfAllocated FROM BPOU;".
I am not sure how to define it, and more importantly WHERE to define it that it can be used for all the reports.
IE: the 290 in the expression "=Round(([Total Of Present]/290)*100)".
I would like replace it with a variable from the output of "SELECT Sum(BPOU.Alloca ted) AS SumOfAllocated FROM BPOU;".
I am not sure how to define it, and more importantly WHERE to define it that it can be used for all the reports.
Comment