Rating Level to Currency

Hello,

I'm having trouble creating a beastmode that would convert a rating level into a currency. I would like Rating Level 1 to be worth $2,500 and for each increase rating level the amount would increase $2,500. So for example, Rating Level 4 would be $10,000. Does anyone have any suggestions on making this in a beastmode calculation?

Thanks,

Joe

Answers

  • GrantSmith
    GrantSmith Coach
    edited April 2021

    Hi @jsculley

    Assuming rating level is a numerical column in your dataset:

    `Rating Level` * 2500
    
    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**