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

JRS "Advanced" option (SQL Query modification feature) under format results throwing error while accessing work item from graph.

 We are In JRS 6.0.2 and we use "Advanced" option (SQL Query modification feature) under format results section to build a report which is customized report. We are facing issue while accessing the work item from graph mode. it is not fetching the work item.


Query :

SELECT DISTINCT T1.TAGS,
       T1.REFERENCE_ID,
       T1.REQUEST_SEVERITY,
       T1.REQUEST_CATEGORY_NAME
FROM RIDW.VW_REQUEST T1
WHERE T1.PROJECT_ID = 68  AND
(  T1.REQUEST_TYPE = 'Defect' AND
  LOWER(T1.TAGS) LIKE '%*%'  ESCAPE '\'
) AND
(T1.ISSOFTDELETED = 0) AND
(T1.REQUEST_ID <> -1 AND T1.REQUEST_ID IS NOT NULL)

Error messageCRRGW5503E An unexpected response was received from the data source: ORA-00904: "RIDWVW_REQUESTURL1": invalid identifier 

But same query is working with traditional way of report building for other project id's.

0 votes

Comments

How did you modify the query in Advanced section?

The "RIDWVW_REQUESTURL1" is not a valid column. Did you use "RIDWVW_REQUESTURL1" or "URL" in the table or graph in the JRS report? 

 Hi Wang ,


Using convention type of report building we are able to fetch the work item from both graph mode and table mode. Then i have reused the same sql query of conventional report  with small modification on Project ID and tag label that was generated by conventional report building . For my new report of other project viewing workitem as table format working well but when i click the graph format it is not fetching the work item and throws an error.    

I didn't use any specific table or cloumn i just copy pasted the sql query from one report to new report with above said modification on project id and tag label.


Be the first one to answer this question!

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: Jan 30 '17, 5:10 a.m.

Question was seen: 1,905 times

Last updated: Jan 31 '17, 2:14 a.m.

Confirmation Cancel Confirm