• Resolved frododzio

    (@frododzio)


    Hi Petko, could you help me with the formula? The result returns 0…

    Z kim umowa* [select* bank “mBank””PKO BP””ING””Santander”]
    Na jak d?ugi czas zawarta* [number* b “czas zawarcia”]
    Po jakim zobowi?zanie zosta?o sp?acone* [number* c “czas sp?acenia”]
    Czy by?a op?ata wst?pna/przygotowawcza za udzielenie po?yczki/kredytu i w jakiej kwocie?* [number* d “op?ata wst?pna”]
    Czy by?a op?ata za rozpoznanie wniosku i w jakiej kwocie?* [number* e “op?ata za wniosek”]
    Czy by?o ubezpieczenie po?yczki/kredytu i w jakiej kwocie?* [number* f “ubezpieczenie”]
    Czy by?a prowizja za udzielenie po?yczki/kredytu i w jakiej kwocie?* [number* g “prowizja za po?yczk?”]
    Czy by?y inne op?aty/prowizje za udzielenie po?yczki/kredytu i w jakiej ??cznej kwocie?* [number* h “inne op?aty”]
    [calculate_button “Oblicz”]
    Kwota roszczenia: [calculation wynik precision:2 “(d + e + f + g + h)*(-((c / b)-1))”]
    [submit “Prze?lij do nas”]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author pbosakov

    (@pbosakov)

    Hi, due to a limitation in the tokenizer module, the calculator fails to correctly interpret the minus sign before the parenthesis in your formula.

    To work around that, try changing it to the following:

    [calculation wynik precision:2 "(d + e + f + g + h)*(-1*((c / b)-1))"]

    Hope that helps!

    Thread Starter frododzio

    (@frododzio)

    Yes, thanks a lot

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with the correct formula’ is closed to new replies.