Unpaid Orders in Analytics and the Invoice Payment Method

Hi,

I'm using a report in Analytics (Seats and Tickets Cube), that shows me unpaid orders among other analysis data.

However, if an order is paid by Invoice, it appears as paid on the report, even though all we have done in financial terms is actually issue an invoice. Is there a way around this?

It feels like the Invoice payment method isn't an ideal way to manage invoices.

thanks,

Dara

Parents Reply Children
  • Thanks Chris. That sounds good.

    I think I've got it working with the finance cube, to show a paid order as unpaid if it's been paid by 'Invoice'.

    The following is my formula for  Amount Paid:

      IF(    MAX([Payment Method ID])  = 92  ,   0,    sum([Transaction  Amount])  ) 

    I'm not sure where the 92 is coming from as the ID in my database is actually 101, but when i listed the field in Analytics it shows 92 so that's what I used. It seems to work.

    thanks,

    Dara