Hello,
Im newbie on Adobe LiveCycle. Ive successfully create a form and now I wanted to put some calculating on it.
Everything is fine, pdf is calculating, but Im getting an errors, because I understand that Im trying to calculate with the filed, those are empty - not inputed yet as a zero fields => divide by zero... ?
May somebody please help me, how to write the formula to not get the errors?
My actual formula is:
pod11.rawValue = ( ( ( pod2.rawValue * ( pod8.rawValue / 100 ) ) - pod6.rawValue ) / pod2.rawValue ) * 100
Thank You very much for the help!
K.