UND/OR-Darstellung klappt nicht

Hallo,
ich schaffe es nicht eine Abfrage der Art
IF var1 = “…” OR var2 = “…” …
darzustellen.
Mein Vorgehen:
1

2

Das Textfeld lässt sich nicht in die Anweisung schieben.

You have to have a full condition that returns true/false in each section of the “or” block

Like this with external inputs:
image
or with inline inputs

If you are comparing texts, then use the compare text blocks

image

Ich sehe keinen Unterschied zu Deinem 2. Beispiel, außer dass Du die Vergleiche umgedreht hast:
Var=“xx” => “xx” = var

As long as you can see the difference between how you were doing it and the examples i have shown we are OK :slight_smile:

It’s all about how you parse a complex expression.

Example:

You can’t hang a man with a wooden leg,

You need a rope.

Taifun


Trying to push the limits! Snippets, Tutorials and Extensions from Pura Vida Apps by Taifun.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.