Hi,
I am displaying a list using Object Oriented approach. I am displaying the final Output as:
I am able to display the Total for counts of each of the Order and able to calculate the Adherence % for separate rows { ( Process order with ref. to Planned / (Process order with ref. to Planned + Manual process order) ) * 100 }. Now I need to display % for the Total as well i.e. it should be like ( 51 / (51 + 73) ) * 100 . How can I achieve so?