0

Sums and Counts based on a text status

I am trying to total the value of some invoices based on the status, like "Paid", "Overdue", etc. Ive tried some simple formulas with various adaptions and they are still not working, any suggestions on what im doing wrong?Screenshot 2020-04-21 at 16.26.57Screenshot 2020-04-21 at 16.28.56

2 replies

null
    • Nick
    • 4 yrs ago
    • Reported - view

    Try this:

    sum((select Invoices)[text('Invoice Status') = "Paid"].'Net Total')

    • Terry_Prokopchuk
    • 4 yrs ago
    • Reported - view

    Thank you Nick, works perfect.

Content aside

  • 4 yrs agoLast active
  • 2Replies
  • 727Views