Hello I have 2 forms: frm1 and frm2
into frm2 I have a calculated card: DataCardValuefrm2
I want to take this value into frm1 and do an other operation with this value calculated....
Default=DataCardValue1*DataCardValue2*0.03*DataCardValuefrm2
If I take off the DataCardValuefrm2 the multiplication works so it's comming from the DataCardValuefrm2
Should I create a variable ?