Translations:Erweiterte Feldfunktionen/55/en

Aus Wiki csv4you
Version vom 19. Januar 2017, 19:11 Uhr von Haemel (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „Example 1 ... You need to know the number of characters in the cell ''title'': [title|len] Example 2 ... The number of characters in the field ''title'' is qu…“)
(Unterschied) ← Nächstältere Version | Aktuelle Version (Unterschied) | Nächstjüngere Version → (Unterschied)
Wechseln zu:Navigation, Suche

Example 1 ... You need to know the number of characters in the cell title:

[title|len]

Example 2 ... The number of characters in the field title is queried and combined with an IF condition. If there are less than 50 characters in the "title" cell, then write "Begin --> " in front of this title:

{IF '[title|len]' < '50'}Begin -->{ENDIF}[title]