Skip to content

Commit c3fd8f7

Browse files
Merge pull request #3114 from teresakillmond/8.4.0.cl
formula typo
2 parents f25879b + 4c50914 commit c3fd8f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud/modules/ROOT/partials/operators.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ NOTE: Not available for row-level security (RLS) formulas.
1111

1212
a|
1313
[#if-then-else]
14-
`if...then...else` | Conditional operator. Accepts multiple clauses | `if ( item type in {'shirts', 'jackets', 'sweatshirts', 'sweaters'}) then 'tops' else if item type in {'shorts', 'pants'}) then 'bottoms' else 'all other apparel'` +
14+
`if...then...else` | Conditional operator. Accepts multiple clauses | `if ( item type in {'shirts', 'jackets', 'sweatshirts', 'sweaters'}) then 'tops' else if ( item type in {'shorts', 'pants'}) then 'bottoms' else 'all other apparel'` +
1515
`if (cost > 500) then 'flag' else 'approve'`
1616

1717
a|

0 commit comments

Comments
 (0)