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     [CLOSED]DRILLMENUITEM displays erratically

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED]DRILLMENUITEM displays erratically
 Login/Join
 
Guru
posted
I am using the DRILLMENUITEM command for my drill downs. I am not using a DEFMACRO. I have a report that lists my clients. That report drills down to a summary report that has the drill menu in it. Sometimes the drill menu displays and other times it does not. Any idea of what could stop it from displaying? I also made sure that both report are displays the exact same values on the report.

Below is a view of the code via source when it does work.

TYPE=DATA,
COLUMN=N3,
TARGET='_blank',
DRILLMENUITEM = 'Ancillary Detail to User Screen',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID=' 46113' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:31:04 ' \
REPORT_TYPE='AHTML' \
),
DRILLMENUITEM = 'Ancillary Detail to Excel',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID=' 46113' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:31:04 ' \
REPORT_TYPE='EXL07' \
),
DRILLMENUITEM = 'Ancillary Detail to PDF',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID=' 46113' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:31:04 ' \
REPORT_TYPE='PDF' \
),
$

Below is a view of the code via source when it does not work.

TYPE=DATA,
COLUMN=N3,
TARGET='_blank',
DRILLMENUITEM = 'Ancillary Detail to User Screen',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID='_FOC_NULL' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:32:32 ' \
REPORT_TYPE='AHTML' \
),
DRILLMENUITEM = 'Ancillary Detail to Excel',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID='_FOC_NULL' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:32:32 ' \
REPORT_TYPE='EXL07' \
),
DRILLMENUITEM = 'Ancillary Detail to PDF',
FOCEXEC=/WFC/Repository/QBR/Dashboard/DB_AncPPDDrilldown.fex(\
CORPID='_FOC_NULL' \
HOSPID='_FOC_NULL' \
LABELNAME = N3 \
FROM_DATE=' 20160930' \
BUSINESS_MODEL='FeeForService' \
TIMESTAMP='2016/09/15 14:32:32 ' \
REPORT_TYPE='PDF' \
),
$

This message has been edited. Last edited by: Jay Potter,


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report This Post
Virtuoso
posted Hide Post
The only thing that I see is that when it does work you have
CORPID=' 46113'

and when it doesn't
CORPID='_FOC_NULL'


Is this the normal behavior ?


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
 
Posts: 2409 | Location: Montreal Area, Qc, CA | Registered: September 25, 2013Report This Post
Virtuoso
posted Hide Post
Jay,
Could you try creating a REPRO with one of the IBI sample files? CAR or GGSALES?


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

 
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006Report This Post
Guru
posted Hide Post
Thanks for the replies. I found the problem. It was me.


WebFocus 8.1.5
iSeries/Windows
DB2/SQL/Access
Dev Studio
App Studio
Maintain
ReportCaster
 
Posts: 341 | Location: Pembroke NH/Jericho NY | Registered: June 15, 2011Report 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     [CLOSED]DRILLMENUITEM displays erratically

Copyright © 1996-2020 Information Builders