Why custom attribute is not seen in RTC JRS 6.0.2?
I want to build report so I go though url "https://server_name:9443/rs" then I clicked Build and follow some basic steps for generating report but I didnt get custom attribute after clicking on Add Condition only default attribute are displayed.
3 answers
Hi Sayli,
The custom attributes for workitem are stored in the database table RICALM.REQUEST_ XXX_EXT, where XXX is the workitem type name. For example
REQUEST_DECIMAL_EXT > Decimal type
REQUEST_ENUMERATION > Enumeration type
REQUEST_INT_EXT > Integer type
REQUEST_REQUEST_EXT > Request type
...
You may run the query "select * from RICALM.REQUEST_ XXX_EXT" in Advanced tab in JRS Build menu to see if there is any data. I cannot find a table for Contributor type, though.
hello kenji sarai,
Comments
Good to know you find the answer in
https://jazz.net/forum/questions/221341/how-can-i-display-an-attribute-value-in-report-builder-output-when-the-attribute-type-is-contributor
I have tested in CLM 6.0.2 too, so that's why I could not find them either.
I also checked in CLM6.0.2 but contributor type attribute is not working there in add condition pane. So As per the link u mentioned with help of this I solved my Query but now we have to see this type attribute is support in 6.0.3 or not and also Database table fetches that value in database or not. because database fetches the value i.e. already available in Data warehouse
Comments
Lily Wang
Feb 26 '17, 8:40 p.m.What's the type of your custom attribute? Some attribute type are not supported due to the product limitation.
sayli Boralkar
Feb 27 '17, 12:34 a.m.Thanks for answer Lily Wang.