Why data is changing after clicking for create a pdf

I am facing a bug on appsheet, the result of a calcul is good only after clicking on “send report” and after synchronization the error come back…

the formula for “Score final” is concatenate(TEXT([Note globale numérateur]),“/”,TEXT([Note globale dénominateur]), " soit “, TEXT(IF([Note globale numérateur]/[Note globale dénominateur]*100>100,100,[Note globale numérateur]/[Note globale dénominateur]*100)),”/100")

and for Note it’s [Note globale numérateur]/[Note globale dénominateur]*100

Please, do you have an explanation ???

Fix for expression giving 0% or missing decimal part

1 Like