Custom fields in Report Builder
One answer
Hi Elaine,
1. Firstly check the data source in Report Builder > BUILD > Choose report type. You can select either Data warehouse or LQE. if it is not clear, go to ADMIN > Data source to verify, or contact your system admin.
2. if it is a data warehouse, custom enumeration for workitem is stored in RICALM.VW_RQST_ENUMERATION table (view). In BUILD > Format Result > Advanced, run some SQL queries like
select ENUMERATION_NAME, LITERAL_NAME, PROJECT_ID from RICALM.VW_RQST_ENUMERATION
and find what you are after. If it is not found, it could be caused by DCC job.
3. DCC job for data warehouse can be checked from https://[server]:[port]/dcc/web . If you do not have a permission, contact your system admin. It could be that this job is not executed recently, and no data is updated into data warehouse.
4. The JRS (Report Builder) version is something like 6.0.x. if you are using old version such as 5.0.x. custom attributes might not be available in the report.
Comments
Kenji Sarai
Oct 26 '17, 8:48 p.m.Elaine Humphreys
Oct 30 '17, 5:17 p.m.