Orders    
No data found.
Click on the little arrow the synchronize the Order Details.
Explanation    
/i/themes/theme_1/1px_trans.gif Problem : You can't define two Interactive Reports on the same page.

Solution : Use an IFRAME
1. Create a page (ex. 24) with an Interactive Report on DEMO_ORDER_ITEMS - set the Page Template to 'Printer Friendly'
2. Create a page (ex. 23) with an Interactive Report on DEMO_ORDERS
3. On page 23 create an HTML Region with as Region Source:
<IFRAME src="f?p=&APP_ID.:24:&SESSION."
      style="width:600px;height:600px"
      name="details"
      scrolling="no" marginwidth="0" marginheight="0"
      frameborder="0" vspace="0" hspace="0" />
4. Set the Link Column attributes of the Interactive Report on DEMO_ORDERS to:
   - Link Column : Custom Target
   - Link Attributes : target="details" (that's the name of the IFRAME)
   - Target Page : 24
   - Clear Cache : 24,RIR (will clear the IR cache on Page 24)
   - Item 1 : IR_ORDER_ID as the Name, #ORDER_ID# as the Value (will set ORDER_ID as Search Item

Now if you click on the Column Link on the left IR, the right IR gets synchronized.
/i/themes/theme_1/1px_trans.gif
/i/themes/theme_1/1px_trans.gif /i/themes/theme_1/1px_trans.gif
Blog Post    
Two IR's on one Page
Order Items