Referencing a Calculated Metric within a new Calculated Metric
I am trying to create a calculated metric with several static variable inputs. I want to set each of those variables as a calculated metric and then use those calculated metrics to build the bigger calculated metric. The idea is that it would be easier if/when those static numbers need to be changed in the future to be able to go into the smaller calculated metric to make the edit and then have the larger equation automatically update. ex. metric a=5, metric b=5, metric c=a*b*evar5. Right now that means metric c is 25*evar5, but in the future I might need to update a to a different number such as 2, making c equal to 10*evar5. Instead of someone (of myself) having to try to figure out what a and b are, they would be named calculated metrics that would be easy to change instead of having to get into the larger equation. Currently any time I try to drag the smaller calculated metrics into the bigger one I am trying to build, it just defaults to whatever the current static value is with no reference to it that would update should I change the smaller metric. Any ideas for a workaround on this?