Customer Sales Report

Hi there , i been searching for quite some times to find the Customers Sales Report. Is there any idea how to create customer report for each customer sales ? example is

NAME - TOTAL SPEND

ERIC - 1200USD
MAYA - 1500USD

I dont know how to programming the report entity details

[Customer Sales:1, 1]
{REPORT ENTITY DETAILS:L.EntityName,O.ExactTotal.Sum}

tried but nothing shows up

[#Debtor and Creditor Accounts:2,2,1,1]
>Name|Address|Phone|Balance
{REPORT ENTITY DETAILS:E.Name,EC.Address,EC.Phone,E.Balance.sum:(ET=Customers) && E.AccountId>0:::$4!=0}
2 Likes