Hi, can someone give me an example of how to do the following operation?
Is it possible to have the total sum of the nested components of a parent component in the generated report so as to import and maintain the linked table in layout?
Example:
component a (n.1 * 50)
component b (n.3 * 60)
component c (n.2 * 130)
Total parent component (a + b + c) = 490
Is it also possible to export the whole project including several parent components while keeping the list of parent components separate with their children?
I apologize for my English and if this is not the correct section,
thank you.