Monthly report need help

I am not understanding you… is your report exporting to csv? Go to Data exports and click preview show me what the preview shows.

I can see a few issues. 1 you have 7 column choosers but only actually have 6 columns. Then a couple of the reports only have 2 columns but you defined 7 columns…

ok i change the code also to 7 but not working.

[Sales:3,3,3,3,3,3,3]
DAY,TOTAL SALE,DISCOUNT,NET TOTAL,VAT,GRAND TOTAL

{REPORT TICKET DETAILS:
T.Date,([T.PlainSum]+[C.CalculationAmount]).Sum,
([CA.Discount.Sum]+[CA.Amount Discount.Sum]),
[T.PlainSum.Sum]+[CA.Amount Discount.Sum]+[CA.Discount.Sum],
T.Tax.sum,
T.TotalAmount.Sum,
:"{0}","{1}","{2}","{3}","{4}","{5}"}

{REPORT TICKET DETAILS:
Total,
([T.PlainSum]+[C.CalculationAmount]).Sum,
([CA.Discount.Sum]+[CA.Amount Discount.Sum]),
[T.PlainSum.Sum]+[CA.Amount Discount.Sum]+[CA.Discount.Sum],
T.Tax.sum,
T.TotalAmount.Sum,
:"{0}","{1}","{2}","{3}","{4}","{5}"}

[DELIVERY CHARGE:3,3,3,3,3,3,3]
DAY|TOTAL DELIVERY CHARGE

{REPORT ORDER DETAILS:
O.Date,
O.Total.Sum:(MG=DEL. CHARGE)
:"{0}","{1}"}

{REPORT ORDER DETAILS:
Total,
O.Total.Sum:(MG=DEL. CHARGE)
:"{0}","{1}"}

You can use preview button to see it before you export. That might help you figure it out.

It’s partially working. Keep trying.

hi till now i tried nothing is working for me can some one help me please

First try with a single report. Don’t try to chain in 2-3 reports like what you have done.

If you still can’t figure it out maybe someone can provide some paid support for you.

i got some other way i have follow this video

1 Like