Custom Report Navigation

I have

<size 50>Tickets
Total Tickets: [=TN(’{REPORT TICKET COUNT}’)]
[=(TN(’{REPORT TICKET COUNT:(TS.Status=Pendiente Pago)}’) > 0 ? ‘Tickets con Adelanto: ’ + TN(’{REPORT TICKET COUNT:(TS.Status=Unpaid)}’) : ‘’)]
[=(TN(’{ACCOUNT TOTAL:Cobrar}’) > 0 ? ‘Pendiente pago: ’ + F(TN(’{ACCOUNT TOTAL:Cobrar}’),‘0.00’) : ‘’)]

[=(TN(’{ACCOUNT TOTAL:Cobrar}’)+TN({REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0}) > 0 ? ‘Venta Total: ’ + F(TN(’{ACCOUNT TOTAL:Ventas}’)+TN({REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0}) ,‘0.00’) : ‘’)]

I have this same problem. Seems that the calculations are not working here.

Wow. 5 years later :grinning:

In this case you replied to, he is using instead of '

He is also missing ' in this calculations. If you can copy your formula I can proof read it.

Once I place [ the screen returns blank. I solved this problem by using {SETTING:} . So What I did was to assign the formula to a program setting value and use {SETTING:}