I have Customer Entities names being changed into member, and have modified gsreddy’s template into :
[code]
[Member Balance:2,2,3, 2]
Member ID|Name|Address|Balance
{REPORT ENTITY DETAILS:EC.Member Name,E.Name,EC.Address,E.Balance:(ET=Members) && E.AccountId>0:::$4!=0}[/code]
But showing negative balance while the member has positive balance :
The Members balance that i have followed is Custom Simple Loyalty Card Features tutorial.
Also how to display Member ID custom field from “Members” entity type ? . And the template that i wanted to display is like this :
No. "Member ID" Name Address Balance
1. 0001 Prodigy Asia $100
How to display the report like above ?