Hi ,
We have soft type of WTChangeRequest2 and IBA's on it. We want the report with these IBA's..What are the types we need to select and the joins association?
Solved! Go to Solution.
If you add the soft type of wt.change2.WTChangeRequest2 to your report in report builder, you will be able to select your IBAs directly. No need to join anything.
If you add the soft type of wt.change2.WTChangeRequest2 to your report in report builder, you will be able to select your IBAs directly. No need to join anything.
Darren is right. If you create a soft type then you should see something in the Type list for your soft type in Query Builder. For example, I have a soft type Document called TestDoc1. When I click to add an Type to the From tab I see TestDoc1 listed in the list:
When you add attributes on the Select tab you should see any soft attributes associated with this soft type at the bottom of the list:
Thanks Darren and Lori..I am able to see the attributes now.