Skip to Content
0
Aug 27, 2015 at 03:07 PM

SAPUI5: Applying Filters on the Master Screen

315 Views

Hello Experts,

I have created an app which will fetches Accounts using ODATA. My requirement is to fetch ONLY the Active Accounts. I understand this is to be done using ?filter option, but unable to use this.

Can someone please help me understand how would I display only Active Accounts? Right now I am using only "{/AccountCollection}" on Master.xml,

<Table id="catalogTable" class="navTableControlLayout" items="{/AccountCollection}" growing="true" growingScrollToLoad="true">

What modifications will I have to do here?

Thanks in Advance.

Regards,

Chandan