Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Drilldown in HTMTABLE

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Drilldown in HTMTABLE
 Login/Join
 
Platinum Member
posted
Hello,

is it possible to add a drilldown like this
$
-*TYPE=DATA,
-* 	COLUMN=N3,
-*    TARGET='neu',
-*	 DRILLMENUITEM='balbla',
-*     FOCEXEC=app/blabala( \
-*    blabal=blabla \
-*    ),


in output Format HTMTABLE

Christian

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


WF Production Version: 7.7.02M
WF Test Version: 7.7.02M
Developer Studio: 7.7.02
HTML, EXL2K, FLEX, PDF,PPT
 
Posts: 156 | Location: Essen Germany | Registered: December 02, 2010Report This Post
Platinum Member
posted Hide Post
Ya, Is it not working for you?


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
 
Posts: 165 | Registered: September 29, 2008Report This Post
Platinum Member
posted Hide Post
hi atturhari,

yes it is not working. that,s why i am asking!!

Christian


WF Production Version: 7.7.02M
WF Test Version: 7.7.02M
Developer Studio: 7.7.02
HTML, EXL2K, FLEX, PDF,PPT
 
Posts: 156 | Location: Essen Germany | Registered: December 02, 2010Report This Post
Platinum Member
posted Hide Post
What is not working for you?
Is the drilldown not being enabled on N3 or the values are not being passed to the drill report?


WF 7.7.02 on Windows 7
Teradata
HTML,PDF,EXCEL,AHTML
 
Posts: 165 | Registered: September 29, 2008Report This Post
Platinum Member
posted Hide Post
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
 
Posts: 156 | Location: Essen Germany | Registered: December 02, 2010Report This Post
<JG>
posted
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
 
 
Report This Post
Platinum Member
posted Hide Post
Hello J.G.

great!!!! Perfect!!!

Works fine!!!

Christian


WF Production Version: 7.7.02M
WF Test Version: 7.7.02M
Developer Studio: 7.7.02
HTML, EXL2K, FLEX, PDF,PPT
 
Posts: 156 | Location: Essen Germany | Registered: December 02, 2010Report This Post
Platinum Member
posted Hide Post
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
 
Posts: 156 | Location: Essen Germany | Registered: December 02, 2010Report This Post
<JG>
posted
What's the test condition?

Is it '', 0, MISSING ?

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.
 
Report This Post
Expert
posted Hide Post
6 years later and I found just what I needed. thanks




In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
 
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [SOLVED] Drilldown in HTMTABLE

Copyright © 1996-2020 Information Builders