Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Adding a field to rhe join query

Former Member
0 Likes
452

Dear Friends,

I need your help in adding a field to a join query.

I have created a reort using join(SQVI). Now i want to add an addition field to that report. The issue is the field i am looking at is stored in structure. Is there any way i can add this field....

Sanjay

Dear Friends,

I need your help in adding a field to a join query.

I have created a reort using join(SQVI). Now i want to add an addition field to that report. The issue is the field i am looking at is stored in structure. Is there any way i can add this field....

Sanjay

2 REPLIES 2
Read only

Former Member
0 Likes
426

It is not possible here (in SQVI).

you have to Go with Query.

SQ02 using this Create infoset, add all the tables , here include that structure field, and then add the logic to populate the field.

Now go to SQ01 and create Query.

Read only

Former Member
0 Likes
426

not answered