Libreoffice Writer - Hide session under more than one condition

Good afternoon guys, how are you?

I have a question that I can’t solve. In Libreoffice Writer you can hide a session using a condition, for example hide session 1 if condition == 2.

My question is: How does hiding this session occur more than one condition, for example hiding session 1 if condition = 2 or 3 ??

Remembering that I am using the writer.

Thank you very much

As mentioned on Defining Conditions help page, you use the same elements for defining a formula: namely, you use something like

(condition == 2) OR (condition == 3)