Hi,
I have defined an Amount field on a list along with allow update & total. So here I am getting total amount for n number of lines. Now, I need this total field elsewhere. Any idea on how to fetch it.
just to add on here this total fetch the summation of all lines. Now I need that total value to be used elsewhere. Any idea on how this can be achieved?
Generally, you could create a relation that returns the limited dataset to be included in the total. Then create a derived field that returns an instance count or total of that related dataset. The derived field would be dynamically updated as the data changes in the system and would be able to be added to lists, forms, etc. as needed.