Code EU-Länder: Unterschied zwischen den Versionen

Aus PPwiki
Wechseln zu: Navigation, Suche
(Die Seite wurde neu angelegt: „Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert: <pre> If spLand = 'HR' Or spLand = 'D' OR…“)
 
Zeile 4: Zeile 4:
  
 
spLand = 'D'  OR
 
spLand = 'D'  OR
 
 
                               spLand = 'DE'  OR
 
                               spLand = 'DE'  OR
 
 
                               spLand = 'F'  OR
 
                               spLand = 'F'  OR
 
 
                               spLand = 'FR'  OR
 
                               spLand = 'FR'  OR
 
 
                               spLand = 'B'  OR
 
                               spLand = 'B'  OR
 
 
                               spLand = 'BE'  OR
 
                               spLand = 'BE'  OR
  

Version vom 2. Juni 2021, 15:27 Uhr

Für die Fibu gibt es eine Auswahl an Ländercodes. Diese werden über folgende Abfrage definiert:

If spLand = 'HR'   Or

spLand = 'D'   OR
                               spLand = 'DE'   OR
                               spLand = 'F'   OR
                               spLand = 'FR'   OR
                               spLand = 'B'   OR
                               spLand = 'BE'   OR

                               spLand = 'DK'  OR

                               spLand = 'GR'  OR

                               spLand = 'EL'  OR

                               spLand = 'IRL'  OR

                               spLand = 'IE'   OR

                               spLand = 'I'   OR

                               spLand = 'IT'   OR

                               spLand = 'NL'  OR

                               spLand = 'P'   OR

                               spLand = 'PT'   OR

                               spLand = 'E'   OR

                               spLand = 'ES'   OR

                               spLand = 'A'   OR

                               spLand = 'AT'   OR

                               spLand = 'SE'  OR

                               spLand = 'S'  OR

                               spLand = 'SLO' OR 

                               spLand = 'SI'   OR

                               spLand = 'H'   OR

                               spLand = 'HU'   OR

                               spLand = 'PL'   OR

                               spLand = 'SK'   OR

                               spLand = 'CYP'   OR

                               spLand = 'CY'   OR

                               spLand = 'M'   OR

                               spLand = 'MT'   OR

                               spLand = 'EE'   OR

                               spLand = 'LV'   OR

                               spLand = 'LT'   OR

                               spLand = 'CZ' OR

                               spLand = 'L'  OR

                               spLand = 'LU'  OR

                               spLand = 'FI' OR

                               spLand = 'FIN' OR

                               spLand = 'BG' OR

                               spLand = 'RO' 

                Return TRUE