How to fetch custom IBA on Change Request using SQL Query?
Apr 23, 2024
09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 23, 2024
09:17 AM
How to fetch custom IBA on Change Request using SQL Query?
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.
Labels:
- Labels:
-
Change_Mgmt
-
Customization
2 REPLIES 2
Apr 23, 2024
10:00 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 23, 2024
10:00 AM
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
Apr 24, 2024
02:38 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Apr 24, 2024
02:38 AM
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
