I am trying to come up with a custom script for a fillable pdf form that would allow for the field to remain blank if either of the two fields being multiplied are blank. It also needs to be in currency format.
For Field "00Row1_2":
="QtyRow1" * "00Row1"
// end non-blank sum AFNumber_Format(2, 0, 0, 0, "$", TRUE)
if "QtyRow1" is blank then "00Row1_2" should be blank
if "00Row1" is blank then "00Row1_2" should be blank
if ="QtyRow1" and "00Row1" have values then their product should be displyed in "00Row1_2" as a dollar value.
Thank you for any help you can give.
[url=http://www.acrobatusers.com/forums/aucbb/viewtopic.php?id=1714]Total of a sum to return a blank value rather than zero[/url]
And yes, you can copy the code into your custom calculation script if needed.
George Kaiser