This should be done with someone that is a BIRT Report Developer. Once the report has been updated, take the updated .zip file and check out the older report and check in the new one in Document Manager.
Here is the workaround.
1 - In the report designer, expand the Data Sets section
to reveal the SecurityGroups and SecurityPermissions datasets.
2 - Expand the SecurityGroups dataset to reveal the NAME1
object.
3 - Click on the Advanced vertical tab in the Property
Editor.
4 - Scroll down to find the Query property. It will look
as if the Value is set to SELECT name1.
5 - Click on the Value and you should see this SQL:
SELECT name1
FROM t_group
WHERE name1 <> 'Admin Group'
6 - Everything except 'Admin Group' should be in
uppercase in order for SQL to process the query correctly.
No comments:
Post a Comment