cancel
Showing results for 
Search instead for 
Did you mean: 

How to count the list items in master SAP Fiori

former_member366338
Participant
0 Kudos

Hi Experts.

please guide me to   How to  display count the list items in master page  Header SAP Fiori

Thanks.

Sangamesh

Accepted Solutions (0)

Answers (1)

Answers (1)

SergioG_TX
Active Contributor
0 Kudos

SANGAMESH,

if you have access to add custom code to the master list, then you need to query the odata endpoint of your model.

/{END_POINT}/$count

try this.. hope this helps

former_member182645
Participant
0 Kudos

hi

every dynamic tile has option of service url,

here you can find count method

like

here in backend odata you can implement one method who will return count.