Skip to main content
12-Amethyst
April 23, 2024
Question

How to fetch custom IBA on Change Request using SQL Query?

  • April 23, 2024
  • 1 reply
  • 792 views

I have a custom IBA on a change request. I need to write a SQL query to fetch all ChangeRequests which have a non-null value for that attribute. 

1 reply

Marco Tosin
21-Topaz I
21-Topaz I
April 23, 2024

Have you tried creating a report query builder first and then using it to generate the SQL query?

 

How to get the SQL statement of the Query Builder Report

 

 

Marco
HelesicPetr
22-Sapphire II
22-Sapphire II
April 24, 2024

Hi @Marco_Tosin 

Good idea. Just create a report for ChangeRequests add a IBA attribute to the select table and then just check the resulted SQL

PetrH