I'm trying to develop a report that is based on a 3 level hierarchal data modeling system. Each tier is a summation of the layer below it. When printing a report based on the top level the template for the report is pretty much the following:
project title, actual costs, earned value, planned value
My problem is that I've created a query that gets most of the data I need but I can't perform the calculations in the same query. In order to compute the values I need I believe I need to do a separate query and compute a value that I then set as the value of my computed fields.
How do I do this?
How do I create a query and execute that query on a per record basis?
project title, actual costs, earned value, planned value
My problem is that I've created a query that gets most of the data I need but I can't perform the calculations in the same query. In order to compute the values I need I believe I need to do a separate query and compute a value that I then set as the value of my computed fields.
How do I do this?
How do I create a query and execute that query on a per record basis?
Comment