I have the following problem:
A report is composed by 3 different metrics and each metric can be obtain from different place. Example:
- A Report is composed by 3 Metrics: Metric1, Metric2, Metric3.
- Each metric is obtain from different C. for example Metric1 is obtain from C1 and C2, and Metric2 is obtain from C1, Metric3 is obtain from C2 .
I made this 2 solutions to the problem I wonder which one is more correct if any or if is there another solution: