Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aggregating RQLs is supported for IAM RQLs. #747

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/en/classic/rql-reference/rql-reference/rql-faqs.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Query time ranges are not part of grammar. Instead, the query time window is pas

* *Is aggregating of query results supported?*
+
Aggregating, limiting, or formatting of query results are not supported.
Aggregating, limiting, or formatting of query results are only supported for IAM RQLs. See link:https://docs.prismacloud.io/en/enterprise-edition/content-collections/search-and-investigate/permissions-queries/permissions-query-results[here] for more information on how to aggregate IAM RQLs.

* *Are cross joins supported?*
+
Expand Down