Open imujawar opened 5 years ago
Aliyah sent the following additional requirements for the metrics to be added to the TSD dataset:
Metrics to Add to TSD dataset using Result Cumulative:
*Calculation includes previous period
Example of TX_NET_NEW Analysis aggregate table:
Metric logic for TX_NET_NEW Analysis aggregate table
thanks @janholcombe ! i updated the equation for % gain/loss
The estimated value should be between 0 and 1.
[Value – min(Value)]/[max(Value)-min(Value)]
I tried using the following formula, but I don’t think it’s working correctly:(Value-Min(Value))/(Max(Value)-Min(Value))