Dear community,
I want to group my entries in my Master View.
<List
id="list"
mode="{device>/listMode}"
select="handleListSelect"
items="{path: '/projects?$expand=customer,wbs_type,project_employees,project_status,details,time_trackings',
sorter: {
path : 'customer/CUSTOMER_NAME',
group: true
}
}" >
The Grouping works but the app does not recognize same CUSTOMER_NAMEs
Two of the attached entries have the same CUSTOMER_ID but I want to group after their CUSTOMER_NAME.
How can I fix it.
Best regards,
Marcel