Add an option to generate a range of results

It would be great if we could present the calculator result as a range. For example, if the result is $100, I’d like to show it as $80-$120.

If I were to use the calculator as a pricing estimator before final quotes, this way customers wouldn’t be confused when the final price was different from the estimate.

Thanks!

1 Like

Hi there @user10677 :wave:

I am afraid this task is quite a tall order at the moment. However, if this request gets more support from other users, we’ll try to take it under consideration in our future updates.

A huge thank you for sharing your idea and yes, welcome to the Community :wink:

1 Like

Thanks Max!

I must admit I’m not a coder. I assumed it would be as easy as
If result = x
then display:
x = (x * 0.8) to (x * 1.2)

(I have no idea what how that would look like in whatever code you use haha)

But anyway, all of my Elfsight widgets have been great, and for a reasonable price too. Keep up the good work :smiley:

1 Like

A huge thank you for your awesome feedback, it means the world to us!

Technically, we always expect 1 calculation result, for example x0.8.
This result can then be used in other calculations as a variable and is formatted ($(x
0.8)) in the results.

As a workaround, you can try to add 2 results to your widget :slightly_smiling_face:

1 Like

Okay thanks for the idea, I didn’t realize I could have two results. I’ll try and see if I can make it work.

1 Like