Calculation issue

I’m having an issue on how setup a certain part of my app.

On the Quick Offer resuable element I have an area where a user can input either a percentage or a dollar amount. they toggle which one they want to use by clicking some arrows. (view the app, you’ll see what I mean)

The problem I’m having is the percentages all calculate off the ARV Input box.
Example
ARV = 200,000
% = 10%
Then I need the Dollar figure to update to reflect 20,000.

If they want use the dollar figure instead of percent then I need the percent value to update to the correct percentage based on whats in ARV and the Dollar inputs.

The issue I’m having is when someone changes the ARV its always keeping the dollar figure and updating the percentage input to the correct amount, but if they want to keep the percentage value then it needs to update the dollar figure.

Hope this all makes sense. Check out the app. I’ve used custom states, other inputs and can’t figure it out.

Thanks
Robert

Hi @rmrosek, the app can change what the element calculates, if you put in a Conditional entry in the properties.

Yes I know, that’s not the issue. But I think I figured it out. Thanks

This topic was automatically closed after 70 days. New replies are no longer allowed.