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

Can we include the creator id when building report in JRS?

Is it possible to add the creator id when building a report in JRS? I don't see it as available column

0 votes



2 answers

Permanent link

Hi Glenny,

Firstly, when you are asking this kind of questions, please specify what data source (eg. data warehouse) and artifact type (eg. workitem) you are using. Otherwise it is impossible to give you a correct answer.

Assuming you are asking about RTC workitem in DWH, the answer is yes. RIDW.VW_REQUEST table has a column called Creator_ID. You need to add one line as below in Advanced section to modify SQL query.

SELECT DISTINCT T1.PROJECT_NAME,
       T1.REFERENCE_ID,
       T1.NAME AS URL1_title,
       T1.URL AS URL1,
       T1.CREATOR_NAME,
       T1.CREATOR_ID
FROM RIDW.VW_REQUEST T1
...
 

0 votes

Comments

Hi

Thanks for your response.

Yes this is for RTC and data warehouse is the source. Looks like the creator ID is an internal id. I need to show the user id instead , is there a table where I can look this up? 


Permanent link

Anyway I found the RESOURCE TABLE so this answers this

0 votes

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
× 7,499

Question asked: Mar 19 '18, 4:30 p.m.

Question was seen: 1,614 times

Last updated: Mar 20 '18, 11:10 a.m.

Confirmation Cancel Confirm