Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Report Builder - Owner Attribute - Custom Expression Column

Hi All,

My first question is how I can able to custom the owner attribute (in the jazz report builder), to filter contains data (specific string). For example, the report contains so many user, but I would like to filter the departments what is contained  in the name in the owner attribute.

My second question, where I can increase the report items from the maximum 3000 to higher? What is the maximum limit anyway?

Thanks,
snow

0 votes



One answer

Permanent link

To filter for certain owners, you can use the "Set conditions" section on the first tab of the Report Builder "Choose Data."  In the pop up, select the appropriate artifact, then choose "Owner."  Choose Selected Users, and enter the desired users.  If you are instead trying to filter for text in the owners' names, the UI doesn't allow this.  However, I have had some luck combining the auto-generated query from 2 different queries in these instances.  You can create a filter for some text attribute that allows a "contains" filter, and another filter to get the owner attribute variable handle.   I haven't use SQL with DCC, but with SPARQL and LQE, you'll get something like this, which seems to work on 6.0.6 with LQE scoped by a configuration as the Data Source:

FILTER(contains(lcase(str(?oslc_rm_ArtifactVariable_contributor_enumName)), "Smith"))

To increase the number of reported items, you'll need to edit the property query.results.limit in the server file app.properties in the \server\conf\rs folder.  This requires accessing the server and then restarting the application once the value has been updated. This method is outlined in IBM documentation here.

0 votes

Comments

Please note that the limits are there for a reason. Unknown to some new users, there is no such thing as limitless comupational resources. User can, and have managed to bring down servers, when exceeding their resources. So we suggest to monitor your system to understand how heavy they are used.

Your answer

Register or log in to post your answer.

Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Mar 12 '19, 9:39 a.m.

Question was seen: 2,868 times

Last updated: Mar 12 '19, 5:21 p.m.

Confirmation Cancel Confirm