Translations:Erweiterte Feldfunktionen/56/en

Aus Wiki csv4you
Version vom 19. Januar 2017, 18:59 Uhr von Haemel (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „=== '''find''' - Find Values / Content === Example... The content of cell "NAME" is searched for the value "bl" and, if it is present there, the value of cell…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

find - Find Values / Content

Example... The content of cell "NAME" is searched for the value "bl" and, if it is present there, the value of cell "ID" changed from "52368" to "52368-black" (return values: 1 = found, 0 = not found). Do not use the pipe (|) sign and not the value to be replaced as separator. Otherwise, any character can be defined as the separator. The ID "52368" serves here only as an example:

{IF '[NAME|find:bl]' == '1'}[ID]-black{ENDIF}