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.Hi Elaine,
We need more information as below
- What is the version of JRS? Old version might not support custom attributes.
- Where is the custom attribute? (eg. Workitem, Requirement) Does problem happen only in specific enumeration attribute or all custom attributes?
- What is the data source (Data warehouse or LQE)?
- Do you run the job (DCC or LQE) successfully after you made changes in this attribute?
Elaine Humphreys
Oct 30 '17, 5:17 p.m.Hi Kenji -
The details are below - let me know if I have missed anything.