Have you all come across a solution to calculate leftover percentages within certain inputs? Here’s what I’m trying to achieve…
Step #1: User puts in their budget amount Step #2: User puts in their first invoice percentage amount Step #3: I want the app to auto-populate the remaining percentage for the second invoice. I know how to get it to populate for the dollar amount… just not the percentages.
The mathematical equation in the “Initial Content” SHOULD be “100%-Input 75%'s value”… but that isn’t working. Thoughts? Workarounds? Or maybe a solution to use something else?
I don’t want the placeholder percentages to be used as the actually inputs because the user may want to split their invoice payments up differently (ie. 50/50, 25/75, 80/20, etc). The placeholder is just for a visual reference.
So, you can use 25% as the placeholder. Then, set a condition: when “input_75’s value is not empty and input_75 is valid” then initial content equal to 1-input_75’s value.
This will show 25% as a placeholder until the user enters a value in the input_75 field.
I’m stepping out for a bit but will get back with this tonight. “…is not empty” is not an option. I’m trying to set this “condition” to the 25% input. If that’s wrong, let me know.
Thanks for the reply but for whatever reason the “initial content” doesn’t like having “1-” in front of “Input 75%'s value”. Look at images attached… the last image shows what it looks like in the end. The fourth image shows what it looks like live.