Pop_Access
Member
- Local time
- Today, 11:26
- Joined
- Aug 19, 2019
- Messages
- 66
Hi All,
How I can calculate the percentage for a numeric field in report with the following conditions:
1- field is not empty (Contains value).
2- if the field value >= 4.5
For example:-
the percentage should be (2 (10 and 7 >=4.5)) / (4 (not 5)) = 50%
How I can calculate the percentage for a numeric field in report with the following conditions:
1- field is not empty (Contains value).
2- if the field value >= 4.5
For example:-
| Mark |
| 10 |
| 0 |
| Afgf |
| 7 |
| 3 |
the percentage should be (2 (10 and 7 >=4.5)) / (4 (not 5)) = 50%
Last edited by a moderator: