hi could anyone help me with this so im trying to get the sum of 2 separate payment types to show on my report tickets

Show us your report syntax? Where in the report do you want it to show?

I mean show a mockup of how you want it to actually look.
?? you mean first pic but then altered to how it should look or second pic with line added where the calculation should be?? srry didnt have much sleep last couple of days brain working very slow atm 
I mean your actual report when its generated… how do you want it to look.
Here is an example of a field calculation in custom reports.
{REPORT TICKET DETAILS:T.TicketNumber,=[T.TotalAmount]*[EC.Employee.Comission]}
That report is multiplying T.TotalAmount and EC.Employee.Comission
You would need to add an expression at end to filter it to those 2 payment types only though. If you use expression You may not need field calculation… let me see…
Ok I got it for you… Try this:
{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0 && Payment.Name.Contains("espece") OR Payment.Name.Contains("bouteille espece")}
You will need to manually name that… so you might try something like
Combined BLAH|{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0 && Payment.Name.Contains("espece") OR Payment.Name.Contains("bouteille espece")}
so tried
>Espece|{REPORT PAYMENT DETAILS:P.Type,P.Amount.Sum:Payment.Amount > 0 && Payment.Name.Contains("espece") OR Payment.Name.Contains("bouteille espece")}
and it shows Espece but after that nothing 
Take P.Type out I changed it since. Also make sure those are correct payment types…I could have misspelled it.
still same thing it shows the BLAH part but after that still nothing checked and its written correctly
Show me your actual report syntax now.
[Payments:2, 1, 2]
{REPORT PAYMENT DETAILS:P.Type,P.Amount.Percent,P.Amount.Sum:Payment.Amount > 0}
>Total|{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0}
>Espece|{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0 && Payment.Name.Contains("espece") OR Payment.Name.Contains("bouteille espece")}
Try this:
[Payments:2, 1, 2]
{REPORT PAYMENT DETAILS:P.Type,P.Amount.Percent,P.Amount.Sum:Payment.Amount > 0}
>Total|{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0}
>>Espece|{REPORT PAYMENT DETAILS:P.Amount.Sum:Payment.Amount > 0 && Payment.Name.Contains("espece") OR Payment.Name.Contains("bouteille espece")}
still no luck it just changed it to lighter grey

checked it and i even copy pasted it but still no luck


could it be that it used the account name to do your calculation




