Focal Point
[CLOSED]Drill Down issue 8105

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

November 10, 2016, 10:29 AM
v_ani
[CLOSED]Drill Down issue 8105
Hi,
We have this report on portal.When I try to click on the drilldown field it does nothing,It is not showing up the drill down report. We have 8105 on our machine. I appreciate any one having this like this. I attached the code below.

 ON TABLE SET STYLE *
TYPE=DATA,
     COLUMN=BUYINCCURR,
     JUSTIFY=LEFT,
     JAVASCRIPT=BIDrillTo(
	 '/WFC/Repository/Sales/Sales_Dashboard/buying_income_review' \
     BUYINCCURR \
	 CURRMARGIN \
	 &CURRYR.QUOTEDSTRING \
     &CURRPD.QUOTEDSTRING \
	 N1 \
	 &CURRWK.QUOTEDSTRING \
 	&TERR.QUOTEDSTRING \
 	&SEGM.QUOTEDSTRING \
 	&RGN.QUOTEDSTRING \
	&PROD.QUOTEDSTRING \
     &BU.QUOTEDSTRING \
	 &AF.QUOTEDSTRING \
	 CURRSALES \
     ),
$
ENDSTYLE
END 

Thank you
V_Ani

This message has been edited. Last edited by: <Emily McAllister>,


WebFOCUS 8
Windows, All Outputs
November 10, 2016, 10:39 AM
MartinY
Instead of :
JAVASCRIPT=BIDrillTo(
	 '/WFC/Repository/Sales/Sales_Dashboard/buying_income_review' \



try this:
FOCEXEC=IBFS:/WFC/Repository/Sales/Sales_Dashboard/buying_income_review.fex( \



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
November 10, 2016, 03:47 PM
Waz
If you have to use a javascript call, have you checked the browsers console to see if there are any js errors?


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

November 10, 2016, 04:41 PM
v_ani
MartinY:I tried your Suggestion still it did not work. Thankyou

Waz: When I run the report ,I am just getting warning script error message.

An error has occurred in the scrip on this page
Line: 81
Char: 1
Error: Expected identifier, string or number.
COde: 0


WebFOCUS 8
Windows, All Outputs
November 10, 2016, 04:48 PM
Waz
What does the BIDrillTo function do ?

If you just need to run fex, then MartinY's suggestion should work


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!