Questions about interaction

Hello everyone,

in the interactions there is the IF function, which is great. I have a few small questions for the professionals here.

  1. Is there also an ELSE function?
  2. Why is my area shown very briefly on the date and then immediately removed again?

Please disregard the content, it is only a sample.

  1. There is no else right now but there is a stop rule which you can place within the if statement if you don’t want rules to be executed after the if statement. Then you can assume else is after the if.

Hopefully this makes sense :point_down:

  1. If you are using toggle visibility that has an animation collapse style. I would suggest using a class toggle (display: none;) if you want instant hidden.
1 Like