Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I;m unable to sum the negative values.
My scenario like this.
Delivery Hours | Shipment Count |
---|---|
-5 | 100 |
-4 | 150 |
-2 | 200 |
0 | 500 |
1 | 300 |
2 | 100 |
Now i want Sum the less than or equal '0' values in text object.
Please help me.
Thanks,
ASHOK
=Sum({<DeliveryHours ={"<=0"}>}ShipmentCount)
=Sum({<DeliveryHours ={"<=0"}>}ShipmentCount)
Thank you.