Table columns from 2 different sections

GauriP24

Active Member
Hi Folks,
I have BIP template for R30460 - BOM Print. The reason I am developing the rtf template is users want to see all the fields in the columnar format including Drawing number all in 1 line. On the report, it print on second line and so makes is not so-readable.

So all the details are coming from Component_line_S21 section whereas Drawing number is coming from Detail_line_S23. The challenge is to have all data in 1 single line.
in the rtf template, in the table, I have 2 for each group, 1 for first 8 columns (section Component_line) and 1 more for just drawing number (section detail_line)
I tried absolute path for drawing number mapping but its repeating all the numbers on each lines.

Is there any way I can get drawing number on the same line.

Any help is greatly appreciated.

Thanks,
Gauri.
 

Attachments

  • Bill Of Material R30460 7-12-2019.zip
    27.6 KB · Views: 15
This is just a wild guess, but try moving the End For that is in the "Oper Seq #" column to be just after the other End For in the right-most column, so the two For loops are nested. I'm not even sure that you need that second For-End For that's surrounding the Drawing_Number_ID8 field if you are using an absolute path for it.
 
Back
Top