Question Thanks for help-me
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
Anything is possible. What have you tried thus far?
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
I haven't tried it yet, if possible could you tell me the next steps? I would like to provide an example answer, I ask the customer how many people will be at the party and consume the beer and how many hours, then I will provide the result like in the image.
S.A
Re: Question Thanks for help-me
So what is the formula you are using to get the answer you want?
Your example is:
20 people at party for 5 hours = what??
Your example is:
20 people at party for 5 hours = what??
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
I'm using this cauculator method: Conditions...
Number(([value1]) + 2.5) * Number(([value2]) + 2.5) + 'L'
unfortunately he is giving the changed value, as I would like to present 1 person at a party for 1 hour = 4 L
image: https://ibb.co/9Hg0VMG
Number(([value1]) + 2.5) * Number(([value2]) + 2.5) + 'L'
unfortunately he is giving the changed value, as I would like to present 1 person at a party for 1 hour = 4 L
image: https://ibb.co/9Hg0VMG
S.A
Re: Question Thanks for help-me
Sorry, i'm still not following your logic or the context on how it is supposed to work.
What is value1? What is value2? What is 'L'?
Based on what you're saying you have this:
(1 person + 2.5) x (1 hour + 2.5) + L
which is:
3.5 x 3.5 + L
This doesn't make sense to me at the moment.
What exactly are you trying to figure out with the computation?
What is value1? What is value2? What is 'L'?
Based on what you're saying you have this:
(1 person + 2.5) x (1 hour + 2.5) + L
which is:
3.5 x 3.5 + L
This doesn't make sense to me at the moment.
What exactly are you trying to figure out with the computation?
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
value1 is the number of people value2 is the number of hours the event lasts. L means quantity of liters of draft beer, in this case I would like the quantity of 1 person in 1 hour to be 2.5L (liters) ... this value is doubled when I change it to 2 people or 2 hours
S.A
Re: Question Thanks for help-me
Ok, so your are trying to figure out the total number of Liters of beer based on the number of people attending over a certain amount of time and figuring 2.5L per person per hour.
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
I am not at home to try this in WB yet, but your math/formula should be something like this:
(value2 * 2.5)*value1 = Total L
ex:
(8 hours x 2.5) x 10 people = Total L
20 x 10 = 200 L
(value2 * 2.5)*value1 = Total L
ex:
(8 hours x 2.5) x 10 people = Total L
20 x 10 = 200 L
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
There are a number of companies that provide flexible calculators to embed in your website. Just copy and paste their code to an HTML object on your site. I can't remember which one I used for a Rock and Soil estimator for a customer. Most are a monthly fee but provide a "free" version with limited customization and typically about 500 impressons per month. Here are a few to look over:
https://www.interactivecalculator.com/
https://www.gigacalculator.com/
https://www.calculoid.com/
https://www.calconic.com/pricing
https://embed.calculator.zone/
https://www.interactivecalculator.com/
https://www.gigacalculator.com/
https://www.calculoid.com/
https://www.calconic.com/pricing
https://embed.calculator.zone/
onlye
Gluckstadt, MS USA
Gluckstadt, MS USA
Re: Question Thanks for help-me
I'm not at my computer to test this but based on what you've written, it would be something like this:
Number(([value2])*2.5)*Number([value1])
which is just the number of hours x 2.5 x the number of people.
Number(([value2])*2.5)*Number([value1])
which is just the number of hours x 2.5 x the number of people.
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
Thank you for the indication only, but we are almost reaching the desired result here, I just need the correct calculation 

S.A
Re: Question Thanks for help-me
The calculation should be correct. Just not sure if that 'code' is correct until I can test it.
- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
Thanks crispy, your solution fit like a glove. Solution completed.
S.A
Re: Question Thanks for help-me
2.5 litres of beer per hour? That's a lot of liquid to consume.
Re: Question Thanks for help-me
That's a hell of a party! 

- alexoliveira
-
- Posts: 233
- Joined: Fri Oct 01, 2021 5:12 am
- Contact:
Re: Question Thanks for help-me
But the intention was to solve the code, thank you to everyone involved, especially the crunchy
S.A