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     Passing of Multiple Parameters in Tabular Report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Passing of Multiple Parameters in Tabular Report
 Login/Join
 
Platinum Member
posted
Hi
i want to Pass Multiple Parameters in Tabular Report.the requirement is on the click of data in the tabular report iwant to show a new window with another graph.here iam sending my code.

-* File click_on_tabular_report.fex
-DEFAULT &COUNTRY=&COUNTRY
-DEFAULT &IBIAPP_app=&IBIAPP_app
-DEFAULT &THEVALUE = 'ENGLAND'



-HTMLFORM BEGIN


<script>
function callthefex(parm1,parm2) {

var urlcall = "/ibi_apps/WFServlet?IBIF_ex="
var thepath ="&IBIAPP_app=ibisamp"
var thefex = "carinst"
var theparm = "&COUNTRY="


//alert(urlcall+thefex+thepath+theparm+parm1)


window.open(urlcall+thefex+thepath+theparm+parm1,"somename","top=0 left=0 height=500 width=500");

}




-HTMLFORM END

-RUN
SET CSSURL = http://localhost:8080/approot/benchmarkbi/mystyle.css

APP PATH IBISAMP

TABLE FILE CAR
SUM RC DC
BY COUNTRY
BY CAR
HEADING
"CLICK ON ME"
ON TABLE NOTOTAL
ON TABLE SET HTMLCSS ON
ON TABLE SET ONLINE-FMT HTML
ON TABLE SET STYLE *
UNITS=IN,
SQUEEZE=ON,
ORIENTATION=PORTRAIT,
$
TYPE=REPORT,
GRID=OFF,
FONT='TIMES NEW ROMAN',
SIZE=10,
COLOR='BLACK',
BACKCOLOR='NONE',
STYLE=NORMAL,
$
TYPE=REPORT,
-* LINE=1,
-* OBJECT=TEXT,
-* ITEM=1,
-* CLASS=NOUNDERLINE,$
JAVASCRIPT=callthefex('&THEVALUE'),
$
ENDSTYLE
END
please suggest me how to Pass Multiple Parms in report.


Thanks,
Kalyan.S
------------------------------------
WebFOCUS 7.1.4, Win XP SP2,
Oracle8i.
------------------------------------
 
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006Report This Post
Expert
posted Hide Post
Hi Kalyan,

Has this issue regarding multiple parameters been resolved on your site?

I am wondering, have you thought about using drilldowns? That sounds close to what you are trying to accomplish here. I ran a bit search on Information Builders' online documents and came across the following topics which may be of interest:

How to pass multiple parameters to a URL drilldown?
http://techsupport.informationbuilders.com/sps/83571042.html

How to continue parameter on next line in a drill down?
http://techsupport.informationbuilders.com/sps/73471024.html

How to pass more than 1 parameter in DRILL DOWN menu?
http://techsupport.informationbuilders.com/sps/33031049.html

How to pass multiple parameters between FOCEXECs(drilldown)
http://techsupport.informationbuilders.com/sps/13532040.html

Hope this helps. Big Grin

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Member
posted Hide Post
This is from the help from dev studio;
JAVASCRIPT=myfunc(COUNTRY \CAR MODEL 'ABC'),$
 
Posts: 28 | Location: New Jersey | Registered: July 11, 2005Report 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     Passing of Multiple Parameters in Tabular Report

Copyright © 1996-2020 Information Builders