You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when filter - Matches when the specified condition is met.
whenContains filter - Matches when the calculated layout contains the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
whenEqual filter - Matches when the calculated layout is equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
whenNotContains filter - Matches when the calculated layout does NOT contain the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.
whenNotEqual filter - Matches when the calculated layout is NOT equal to the specified substring. This filter is deprecated in favour of <when /> which is based on contitions.