Hello. Is there a function can help me get to the result I want:
The original table
| A-BC | -1000 |
| D, EF | -90 |
| GHI | 0 |
| J(K)L | 70 |
| M N O | 888 |
| PQR. | 0 |
Result:
two separated table: One table for amount >0 and now table for amount<0.
I tried using two filters: first filter- filter out 0; second filter - filter >0: this gets me two results: if True, >0; if false,