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] passing variables using XML request in report

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] passing variables using XML request in report
 Login/Join
 
Master
posted
Hi,

I have one html page and one fex. I am calling the fex inside frame on the html page. I would like to pass the parameter to the fex. When I pass the variable along with the request, it's not working.


<iframe id=iframe2 style="Z-INDEX: 14; LEFT: 0px; WIDTH: 520px; POSITION: absolute; TOP: 15px; HEIGHT: 185px"

tabIndex=14 name=iframe2 marginWidth=0 marginHeight=0 src="" frameBorder=no scrolling=yes autoExecute="True"

WIDTHOLD="498" HEIGHTOLD="185" request_list="0" persistentuniqueid="compUid_4">

ibif_ex="&LLOWRPTNAME" activereport="0" reportcolumns="" ibiapp_app="webportal">






Thanks

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


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
<JG>
posted
HTML and XML have no idea what an amper variable is
you'll have to use a script to resolve them before it will work
 
Report This Post
Master
posted Hide Post
Found the solution. Added this code inside the rootxmlnode.

<variables>
<variable controltype="7" name="Z" parametercreatedinreslay="1" top="108" left="265" width="60" height="20" inbinding="1">
<link linktype="default">
<condition default="1" name="Default" whattodowithcontrol="4" valuescompareoperator="0" parameterscompareoperator="0"

conditionmultiselectoperator="0">
<data_info selectedvalue="&TOD">
<static_values>
<static value="&TOD" display="&TOD" selected="1"></static></static_values></data_info></condition></link>
<requestid id="0"></requestid>
</variable></variables>


WFConsultant

WF 8105M on Win7/Tomcat
 
Posts: 780 | Location: Florida | Registered: January 09, 2005Report This Post
Guru
posted Hide Post
Kamesh,

I'm curious to know how you are using this. In this example are you grabbing the time of day and then passing it to a procedure or are you doing something with it in the html page?

If passing it to a procedure, why not just populate it there?

If using it on the html page can you use the
!IBI.AMP.VARNAME; method?

Dan


7.7.05M/7.7.03 HF6 on Windows Server 2003 SP2 output to whatever is required.
 
Posts: 393 | Location: St. Paul, MN | Registered: November 06, 2007Report 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] passing variables using XML request in report

Copyright © 1996-2020 Information Builders