Copy link to clipboard
Copied
Hallo zusammen,
wie schaffe ich es, ein Feld auszublenden, wenn der Wert 0,00€ beträgt? Ich komme hier absolut nicht weiter...
Das Formular soll als Vorlage für eine Rechnung dienen und sieht extrem blöd aus, wenn die Felder abgedruckt werden.
Danke vorab für die Hilfe und viele Grüße,
Maurice
Copy link to clipboard
Copied
I'm assuming you're using an automatic calculation for these fields.
If you're doing it with a script add the following to the end of it:
if (event.value==0) event.value = "";
If you're using one of the other options for the calculation then use the code above as the custom Validation script of your fields.
Copy link to clipboard
Copied
Thanks for your quick answer.
Your suggestion that i'm using the automatic calculation is correct.
But honestly i don't really know what to do right now. Is that correct what I´ve done here? (as you can see on the photo below)
Copy link to clipboard
Copied
Yes, that's correct.
Find more inspiration, events, and resources on the new Adobe Community
Explore Now