Skip to content

Commit 4a0a691

Browse files
author
GitHub Action Sync Bot
committed
Update from source repository (workflow run: 24371088020) (PR #17109) (commit: 75c77fb980043e096b1a7d638be7fc6f0fd15ba8) (branch: 26.5.0.cl)
1 parent c91981e commit 4a0a691

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

cloud/modules/ROOT/pages/rls-rule-builder-reference.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
= Row-level security rules reference
2-
:page-last_updated: 11/26/2024
2+
:page-last_updated: 4/13/2026
33
:linkattrs:
44
:experimental:
55
:page-layout: default-cloud
66
:page-aliases: /reference/rls-rule-builder-reference.adoc
77
:description: Learn the operators and functions you can use to create rules for row-level security.
8-
:jira: SCAL-173230
8+
:jira: SCAL-173230, SCAL-306318
99

1010
ThoughtSpot allows you to create row-level security rules using expressions.
1111
If an expression evaluates to "true" for a particular row and group combination, that group will be able to see that row.

cloud/modules/ROOT/partials/operators.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ a|
77
`and` | Returns `true` when both conditions are `true`, otherwise returns `false`. a| `(1 = 1) and (3 > 2) = true` +
88
`lastname = 'smith' and state ='texas'`
99

10-
NOTE: Not available for row-level security (RLS) formulas.
11-
1210
a|
1311
[#if-then-else]
1412
`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'` +

0 commit comments

Comments
 (0)