Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Felder mit dem Wert 0,00€ ausblenden

New Here ,
Nov 25, 2020 Nov 25, 2020

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

 

 

Bildschirmfoto 2020-11-25 um 16.48.28.png

TOPICS
Edit and convert PDFs
2.3K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 25, 2020 Nov 25, 2020

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Nov 25, 2020 Nov 25, 2020

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) 

 

 

Bildschirmfoto 2020-11-25 um 17.16.33.png

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Nov 25, 2020 Nov 25, 2020
LATEST

Yes, that's correct.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines