"Group by" in report causes Security Constraints
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2017 02:19 PM
I have a script include that accepts in a table, field, and custom query and displays duplicate values. I use this script include within a filter to build certain reports. The reports display the exact information I'm after, but whenever I try and specify a field to "Group By", I get the Security Constraints message below.
I've tried enabling debugging to highlight what ACL may be missing, but I wasn't able to find anything obvious. As stated above, if I don't choose a field to "Group by", the report runs perfectly and displays the records I'm looking for.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2021 01:17 AM
Well this is it:
metric.category=a06e607d37fcd600ac0b84f643990eea^metric=7c6e607d37fcd600ac0b84f643990eeb^string_valueISNOTEMPTY
So basically a metric category + a specific metric + string_value not empty
Adding a group by on:
instance->task->assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2021 06:42 AM
We found a workaround...
We created the report as admin and then shared it with the user, at that point the group by is visible for the user.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 09:45 PM
Hello Chris,
Can you please explain the workaround? I am also having the same issue on my report.
Thanks.