kaveman
Registered User.
- Local time
- Today, 15:30
- Joined
- May 12, 2004
- Messages
- 58
I have a report where I want to show quantity A (days on time for work)divided by quantity B (total number of work days) as a percent for every employee at a company. I am able to do this by using a text box and typing in my calculation [quantity_A]/[quantity_B]. Everything works out ok...but now I want to show only those percentages that are under a certain amount. How can I filter the report to exclude any values under a certain percent?