As we are inline we can’t report from more than two objects from a report perspective:
Below is the requirement:
Example:
Total cost getting from 2 objects in to a report: 100 USD (using HTML Component)
I need to get the breakdown of above from multiple objects (using HTML Component)
Assume:
Storage cost: 10 USD I have got this from multiple objects (2 Objects) (Using HTML Component)
Compute cost: 50 USD I have got this from multiple objects (2 Objects) (Using HTML Component)
End User cost: 10 USD I have got this from multiple objects (2 Objects) (Using HTML Component)
Communication cost: 5 USD I have got this from multiple objects (2 Objects) (Using HTML Component)
Tickets cost: 5 USD I have got this from multiple objects (2 Objects) (Using HTML Component)
Till the above it’s been achieved
Now I need to get the remaining breakdown cost using above: Breakdown cost=Total Cost-(Storage+Compute+End User+Communication+Tickets) 20 USD Via HTML or any other work around.
Please share your thoughts and workaround on this!!