S
SHR
Hi,
can you tell me please why in my form this line is wrong :
TOTAL =
SUM(TrueFalse(Form!F_SALARIE2!salbrut>[plafond];[plafond];Form!F_SALARIE2!sa
lbrut-
[plancher])* [txpat])
and this second line is good
TOTAL =
SUM(2000>[plafond];[plafond];2000-[plancher])* [txpat])
whereas Form!F_SALARIE2!salbrut = 2000
thanks
can you tell me please why in my form this line is wrong :
TOTAL =
SUM(TrueFalse(Form!F_SALARIE2!salbrut>[plafond];[plafond];Form!F_SALARIE2!sa
lbrut-
[plancher])* [txpat])
and this second line is good
TOTAL =
SUM(2000>[plafond];[plafond];2000-[plancher])* [txpat])
whereas Form!F_SALARIE2!salbrut = 2000
thanks