Hi.
Wir möchten gern auf Rechnungen einen Text ausgeben, wenn das Lieferland nicht zur EU gehört.
Aktuell lösen wir das über folgende Condition:
Wir möchten gern auf Rechnungen einen Text ausgeben, wenn das Lieferland nicht zur EU gehört.
Aktuell lösen wir das über folgende Condition:
Allerdings ist das nicht wirklich smart und wir wollten fragen, ob da jemand eine andere/bessere Lösung hat!?Cond(Report.InvoiceShipToAddress.CountryISO != "BE", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "BG", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "CZ", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "DK", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "DE", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "EE", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "IE", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "EL", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "ES", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "FR", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "HR", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "IT", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "CY", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "LV", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "LT", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "LU", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "HU", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "MT", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "NL", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "AT", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "PL", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "PT", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "RO", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "SI", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "SK", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "FI", true, false) and Cond(Report.InvoiceShipToAddress.CountryISO != "SE", true, false)