Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Everyone,
I have only one field called column contains A to M.I need to calculate the Count(Column) other than A,B,C in UI.
Please help me to calculate
| Column |
| A |
| B |
| C |
| D |
| E |
| F |
| G |
| H |
| I |
| J |
| L |
| M |
Thanks
Why not this?
Count({<Column -= {"A","B","C"}>} Column)
Why not this?
Count({<Column -= {"A","B","C"}>} Column)