Expressions

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I having problems using the expressions in the qurery. I am trying to get a
division of two fields using the expresstion formula but it is not working.
can anyone help me on this
 
I having problems using the expressions in the qurery. I am trying to get a
division of two fields using the expresstion formula but it is not working.
can anyone help me on this

Crystal balls don't work on Fridays.
Can't help if you don't tell us what you want to do and what your
current expression is.
 
ok.. I have 3 fields regardings this. uncontrolable, controllable, and
percentage. I have to take the total of controllable and uncontrollable and
divde it by the controlable to get the percentage. This is to show the
percentage of Work orders that could of been saved.
 
If you want to calculate the result using the expression you posted, enter
the following in a new field in the query grid:
Percentage: ([Controllable]+[uncontrollable])/[Controllable]

On the other hand, if you wish to calculate the percentage which could have
been saved, enter the following:
Percentage: [Controllable]/([Controllable]+[uncontrollable])

HTH,

Rob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

usage of subquery 1
SELECT function in Query 9
DLookup and Nz 0
How to subtract a number from a Mergefield? 0
null values 4
Giveaway The Division FREE 2
Access Query problem 1
Access Building a IIF expression in Access 0

Back
Top