Hello,
Is there any ways to skip the condition rows while doing SUM, but on count it should not skip the conditional row.
For Example.
Amount have 5 rows and it contains some Hexadecimal numbers.
I wanted to skip the Hexadecimal Numbers while performing the SUM,
But while count the Amount field, Should not skip the Hexadecimal number.
| Amount |
| 5 |
| 1.6 |
| 7 |
| 1.72529029846191E 09 |
| 4 |
Output :
SUM : 17.6
Total Number of Rows : 5
Thank You in Advance.