0

Formulas

Please I would like to know how to complete my database: I have a table with number of queries another with value of the query wanted to know how to do to have the calculation table: Number of queries x Value of the query. I've tried in several ways and I can not

11 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Adding a Formula field : 

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Bom dia

    Estou com duvidas: Como faço o calculo

    IMC=Peso/altura²

     

    Atenciosamente

    Dr Lucidio

    • Ninox partner
    • RoSoft_Steven.1
    • 4 yrs ago
    • Reported - view

    Algo assim?

    IMC := Peso/sqr(altura)

    Saudações
    Steven

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Nao consigo fazer essa equação. 

    Seria como

    Peso/altura x altura

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Por favor nao consigo encontrar a funçao sqr

    Mas acho que tenho de trabalhar com potencia

    Peso/altura²

    • Nick
    • 4 yrs ago
    • Reported - view

    This is working:

    Weight / (Height / 100 * Height / 100)

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Ola Nick,

    Fiz direito mas tambem nao trabalha. Inclusive dá erro na formula.

    Peso/(Altura/100*Altura/100)

    Invalid operator. string / number at line 1, column 17

     

    Lucidio

    • Nick
    • 4 yrs ago
    • Reported - view

    @Lucidio,

    working fine here...

    ...column 17 is your multiplication character (*). Maybe something with your keyboard? 

     

    In general:

    Weight Field in Meters -> Metric BMI Formula = 39 / (1.42 × 1.42) =19.34 

    Weight Field in Centimeters -> Metric BMI Formula = 39 / (142 / 100 × 142 / 100) =19.34 

     

    Screen Shot 2020-01-01 at 12.40.26

    • Nick
    • 4 yrs ago
    • Reported - view

    Screen Shot 2020-01-01 at 12.53.54

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Pois é amigo

    Continua com erro

    Peso/(Altura/100*Altura/100)

    Mesmo erro 17

    • Lucidio
    • 4 yrs ago
    • Reported - view

    Obrigado amigos

    Deu certo 

    Meu erro foi peso e altura estavam como texto e nao numero.  Agora deu certo. 

    Lucidio

Content aside

  • 4 yrs agoLast active
  • 11Replies
  • 1845Views