• Resolved digitaled

    (@digitaled)


    Hi thanks for your help on my other?

    I have one more item to get working and then I think I will have everything working I will need for now.

    I looked at the help files and just do not understand how to do this. working with a %

    Website is https://dealsbranson.com/

    I need to be able to figure in a buying and selling fee into this

    I have created the fields

    fieldname35 = the Fee area to enter up top. Most of the time it will be .25 times 2 buying and then selling so default .5 but some places charge less so it is an open area to change to what ever is needed.

    fieldname36 = the Calculated Field fee amount that will be charged to see.

    fieldname2 = The Money to invest amount

    what can I enter in to make this work in the Calculated Field?

    I guess I will then need to go back into all the other fields and then – this amount from each total to see the new right amount after this is deducted.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter digitaled

    (@digitaled)

    I added a link to your plugin at the top of the page. I am making this for free for anyone to use with features I will use myself.
    Thanks for making this plugin and for your help.

    Plugin Author codepeople

    (@codepeople)

    Hello,

    If you want treating an integer number as a percentage, you simply should divide it by 100.

    For example, assuming you want get the X percent of Y, where X is the fieldname1 field and Y is the fieldname2, the equation would be:

    fieldname1*fieldname2/100

    But if you want discount the X percent to Y, and X is the fieldname1 field, and Y the fieldname2, the equation would be:

    fieldname2*(1-fieldname1/100)

    I’m sorry, but the support service does not cover the implementation of the users’ projects (forms or formulas). If you need additional help implementing your equations, I can offer you a custom coding service from my private website:

    https://cff.dwbooster.com/customization

    Best regards.

    Thread Starter digitaled

    (@digitaled)

    Ok thanks the first one is working.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can you help me with this % setting’ is closed to new replies.