Focal Point
[CLOSED]DRILLMENUITEM displays erratically

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

September 15, 2016, 02:35 PM
Jay Potter
[CLOSED]DRILLMENUITEM displays erratically
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
September 15, 2016, 03:00 PM
MartinY
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
September 16, 2016, 07:35 AM
Danny-SRL
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

September 16, 2016, 01:17 PM
Jay Potter
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