Focal Point
[SOLVED] Drill menu item on Image !!!

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3437084916

April 26, 2012, 01:59 PM
SAMM
[SOLVED] Drill menu item on Image !!!
Hi,
I have a requirement to include the DrillMenu Item on image. Once I include that which has a image POSITION attribute I get the multiple drill down very far from the image. It works fine when I add it to text or heading...
Is there any work around for these.. Any help would be appreciated..
 TABLE FILE CAR
PRINT
CAR
MODEL
DEALER_COST
BY COUNTRY

HEADING
"Car Samples By Country"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,BORDER=ON,$
TYPE=HEADING,JUSTIFY=CENTER,BORDER=OFF,$
-*TYPE=HEADING,ITEM=1,JUSTIFY=RIGHT,$
TYPE=HEADING,IMAGE=excel.png,POSITION=(+2.0 +0.1),SIZE=(0.2 0.2),
DRILLMENUITEM='DrillDown 1',
          URL=http://www.informationbuilders.com,
-*     DRILLMENUITEM='DrillDown 2',
-*          URL=http://www.google.com,$
$
END 

This message has been edited. Last edited by: Kerry,


WF 8.2.0.1, MRE, BI Dashboard, Self Service, Dev Studio, MS Windows XP SP1, Apache Tomcat/6.0.20, Oracle 11 g, I.E. 9 Output formats: HTML, Excel 2000 and PDF,Active Reports
April 26, 2012, 03:41 PM
susannah
DEFINE FILE CAR
 PDF/A100    = IF '&WFFMT'   IS 'HTML' THEN
'<IMG TITLE="PDF" SRC="/approot/baseapp/pdf.gif" style="border: 1px solid #FFFFFF;" >'
 ELSE ' ';
END
-RUN
TABLE FILE CAR
PRINT
CAR
MODEL
DEALER_COST
BY COUNTRY

HEADING
"<PDF <+0>Car Samples By Country"
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
TYPE=REPORT,BORDER=ON,$
TYPE=HEADING,JUSTIFY=CENTER,BORDER=OFF,$
TYPE=HEADING,LINE=1,ITEM=1, DRILLMENUITEM='DrillDown 1',
          URL=http://www.informationbuilders.com,
      DRILLMENUITEM='DrillDown 2',
           URL=http://www.google.com,$
$
END





In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
April 26, 2012, 04:05 PM
SAMM
Hi Susannah,
Thanks for the update.. that works...

Regards,
SAMM


WF 8.2.0.1, MRE, BI Dashboard, Self Service, Dev Studio, MS Windows XP SP1, Apache Tomcat/6.0.20, Oracle 11 g, I.E. 9 Output formats: HTML, Excel 2000 and PDF,Active Reports
April 26, 2012, 09:34 PM
SAMM
Susannah,
How do I position this image..?

Regards,
Majid


WF 8.2.0.1, MRE, BI Dashboard, Self Service, Dev Studio, MS Windows XP SP1, Apache Tomcat/6.0.20, Oracle 11 g, I.E. 9 Output formats: HTML, Excel 2000 and PDF,Active Reports
April 27, 2012, 09:46 AM
susannah
in my example, the image is in the heading.
where do you want it to be?




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID