Revision history of "AppSheet, Google"

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • curprev 15:18, 3 December 2024Bacchas talk contribs 496 bytes +496 Created page with "== Check if input is greater than 2 char and contains a space == AND((LEN([_THIS]) > 2), CONTAINS([_THIS], " ")) == Or, And, In, Not, If== OR(USERSETTINGS("Singer")="Anita L", USERSETTINGS("Singer")="Anita L.") AND(ISBLANK(USERSETTINGS("Singer")), IN("Karaoke",ActiveSession[Session])) IN("Karaoke",ActiveSession[Session]) NOT(USERSETTINGS("Singer")="R Bas") IF(IN(Context("View"),List("JOIN QUEUE")),"Submit Song","Save") upper(CONCATENATE("#",SUBSTITUTE(uppe..."