As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.
Join the TIBCO Community TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.
From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
Request access to the private WebFOCUS User Group (login required) to network with fellow members.
Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.
The column is marked as a drilldown (underline), but the link does not work. the IE7 shows in the left lower corner a error message (Line 1 Object expected) when i change the output format in HTML the drilldown works.
Christian
WF Production Version: 7.7.02M WF Test Version: 7.7.02M Developer Studio: 7.7.02 HTML, EXL2K, FLEX, PDF,PPT
Multidrill does not work as standard when you use HTMTABLE because it requires javascript that is not generated using that format.
If you want it then you must include the required javascript manually.
TABLE FILE CAR
SUM
COMPUTE SRC/A50 = 'buzzer01.jpg';
COMPUTE IMAGE/A200 = '<img src="/approot/eacmgmex/' || SRC || '" style="width:25px; height:25px;" >';
AS ''
DEALER_COST
RETAIL_COST
BY COUNTRY
BY MODEL
BY CAR
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTMTABLE
ON TABLE SET STYLE *
$
TYPE=DATA,
COLUMN=N1,
DRILLMENUITEM='DrillDown 1',
FOCEXEC=app/image,
DRILLMENUITEM='DrillDown 2',
FOCEXEC=app/image,
TARGET='_blank',
$
ENDSTYLE
END
-RUN
-HTMLFORM BEGIN
<html>
<head>
<script language='javascript'>
var ibiOptions = new Array("multidrill");
var focexurl = "/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps&|IBIC_server=EDASERVE&|IBIWF_msgviewer=OFF&|IBIAPP_app=appfolder&|IBIMR_drill=X,mredomain/mredomain.htm";
var fochtmlurl = "/ibi_html";
var serverLanguage='en';
</script>
<script language='javascript' src='/ibi_html/javaassist/nls.js'></script>
<script language='javascript' src='/ibi_html/javaassist/ibi/html/js/ibigbl.js'></script>
<script language='javascript'>
ibigblloadCss(null);
</script>
</head>
!IBI.FIL.REPORT;
</html>
-HTMLFORM END
Just a short question!! how can i avoid the drilldown, when there is no data. we did this with a macro in html output. the macro in this case does not work.
-* DEFMACRO=COND0001,
-* MACTYPE=RULE,
-* WHEN=N4 NE '',
Christian
WF Production Version: 7.7.02M WF Test Version: 7.7.02M Developer Studio: 7.7.02 HTML, EXL2K, FLEX, PDF,PPT
Sometimes you may need to DEFINE/COMPUTE a flag to use in the MACRO instead of the actual value. Remember the MACRO see NOPRINT columns as well as visible columns.