In the SharePoint List, total is being displayed. But I need to upate the total in a column of every item using calculated formula. If this is possible can anyone help me with the calculated formula.
I have tried with =SUM(ID) , =Count(ID) , =MAX(ID)---But that is not the result I want.
Ex: There are 20 items in list. SoI need 20 printed in that entire column which I'm not able to fetch.
Thanks in advance
Added this code in SharePoint ASP.Repeater to fetch count of all items. It is showing in the increasing order.
Can you please tell me if I am wrong at the code
– sushma manne Apr 13 '20 at 07:47