The formula is: 1-250 saves 80%
and <250 is: first 250, 80% And the rest 40%
For X <= 250€: X*0.8
For X > 250€: (250*0.8) + (X-250)*0.4
Any idea how to construct the ‘IF’ to work properly and as expected? formula/sentence?
I cannot get the IF() function to work. I have tried many different variations of logical tests so I just did a simple one – see below. The field remains grayed out.
IF(fieldname12==1,fieldname12,Yes)
What am I doing wrong?
Thank you
]]>I want to create a formula that looks like : IF(B>2){100*0,5}, IF(B>6){100*0,7}, IF(B>10){100*0,8} etc
But it takes the last “IF” formula everytime..
Thank you!
]]>I want this: if any 3 items exit data, then show it, else nothing show up.
I know there is [if][/if] tag can make 1 item show or not, but with a <br> in the end for 3tems. I have no idea how to make it happen.
Anyone can help?
]]>For example:
fieldname1(Dropdown)
– New York
– Detroit
fieldname2(newyork)
– 10
fieldname3(detroit)
– 7
if user picks detroit in dropdown menu then go on to calculate fieldname3 else fieldname2.
In my code i’ve written for the given example IF(fieldname1 = Detroit, fieldname3, fieldname2)
]]>Here’s the product where it doesn’t work: https://lana-solution-b2b.de/produkt/besteckanleitung-schublade-30-cm/
Can someone help me?
Many Thanks
I’ve started using the [if][else] tags, but I don’t know how to code the following issue.
I’ve a taxonomy with multiple checkboxes of a few regions in my country for vacancies. Some vacancies do not have a specific region and will automatically be assigned to all regions. To make sure they can be filtered I have to check all regions, but it will be shown like this: ‘Region1, Region2, Region3, & Region4’. Instead of how it is shown I want it to be shown like this ‘All regions’. How can this be done?
I’ve tried [if field=”my_field_name” value=”1″ compare=”>”], but that didn’t work, because it will show the [else] will be shown if the first value is checked, not all.
Thanks in advance,
Berry Roelfsema
(function(){
var result = field name 7, url;
if(result < 10) url = ‘https://led-calc.ru/wp-content/uploads/2022/02/1773076164.png’;
else url = ‘https://catchsuccess.ru/wp-content/uploads/a/d/a/ada5184a4f07a5130630bbba74d81acf.jpeg’;
jQuery(‘.image-container’).html(‘‘);
return result;
})()
we have the correct image displayed.
But for my situation, several if variables are needed. I tried to do the following:
(function(){
var result = fieldname18, url;
if(result == 2) url = ‘https://led-calc.ru/wp-content/uploads/2022/02/2-диода .gif’;
else if (result == 1) url = https://led-calc.ru/wp-content/uploads/2022/02/2022-02-18_20-25-59.jpg’;
else if (result > 2) url = https://led-calc.ru/wp-content/uploads/2022/02/2022-02-18_20-25-59.jpg’;
jQuery(‘.image-container’).html(‘‘);
return result;
})()
But the result is not. I ask for help, what are we doing wrong.
]]>I am trying to make a product with 2 attributes:
– length
– splitting
Basically when a certain length option is chosen, the splitting option should not be available.
So from 10-12m length, if either is chosen the user should not be able to
choose any splitting option, it shouldnt even be there.
But when a length is chosen above 12m, then the splitting option should be there.
Its a super simple idea, but I can’t seem to find any info on this.
-Thanks a bunch!
]]>