Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Formula to sort by accuracy (absolute error)

Hello everyone,    I need some help.  Any advice will be appreciated, especially if someone can explain.    I have such a visualization.      I need to sort by lowest forecast accuracy. ...
  • Anonymous's avatar
    Anonymous
    4 years ago

    Anonymous Why not something using absolute value? Like:

     

    Error = ABS([Accuracy] - 1)