Hi everybody !
I come back to you about a problem. I am making an app with statistics calculations in it.
The user of the app have to define some parameters, and the app calculate the size of the sample (according to the parameters choosen).
The calculation is :
Column name → Taille de l’échantillon
Column type → Decimal
[Taille de l'échantillon] = ((([Sigma]*[Sigma])*([Proportion]*(1-[Proportion])))/([Marge d'erreur]*[Marge d'erreur]))/(1+((([Sigma]*[Sigma])*([Proportion]*(1-[Proportion])))/(([Marge d'erreur]*[Marge d'erreur])*[Nb d'OTs/an])))
I don’t have issues with the mathematical side (no problem in the app with this calculation), but the result is not display !
Can the team help me once again ? thank you all
