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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
HTML Layout Painter
 Login/Join
 
Member
posted
I am having difficulty capturing a parameter from a URL string within a hidden field on my launch page to be sent to a stored procedure.

It doesn't seem to want to get the value from the URL string. However, I have date range values within the launch page that is sent to my other fex without a problem.

WHERE FD GE '&QRYDATE1' AND FD LE '&QRYDATE2'

I am in HTML Layout Painter now - When I reference the fex within the Launch page it prompts me to select parameters; however, the one that is not working is not listed as an option- &USERCOOK

I attempting to captured the value of &USERCOOK and send it the value needed for my stored procedure within a fex example:
URL String: https://bi.unisonsite.com/ibi_apps/WFServlet?IBIF_ex=op....fex&USERCOOK=jhomle

stored procedure:
ENGINE SQLMSS SET DEFAULT_CONNECTION VAEQ-FSSQL1A
SQL SQLMSS
EX dbusasms.dbo.sp_USARptOriginationTrends2 '&USERCOOK';

Help! No one seems to have any guidance for me. I opened a ticket number 21152107 and am getting no help.


Clay Williams
WebFOCUS 7.1.4
 
Posts: 26 | Location: Frederick Maryland | Registered: October 07, 2005Report This Post
Member
posted Hide Post
OK I got the &USERCOOK to be regonized by the HTML Layout painter; however, it still won't get and them pass the &USERCOOK=jdoe to my fex.

How do you get a value from a URL string and pass it to a fex from a launch page???? Anyone?


Clay Williams
WebFOCUS 7.1.4
 
Posts: 26 | Location: Frederick Maryland | Registered: October 07, 2005Report This Post
Virtuoso
posted Hide Post
Ok, I think I get what you are trying to do. Correct me if I'm wrong.

- You have a URL that calls a fex (op...fex) with a parameter USERCOOK.
- The Fex calls a HTML page with a form in it that the user will eventually submit.

So, if I am correct, then you would like the USERCOOK to included in the html page as a hidden parameter so that it can then be passed to a subsequent request. If this is correct, make the value of the hidden parameter to be like this:
 <input type="hidden" name="USERCOOK" value="!IBI.AMP.USERCOOK;"> 

Hope this helps


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
 
Posts: 1102 | Location: Toronto, Ontario | Registered: May 26, 2004Report This Post
Member
posted Hide Post
thank you so much for responding to me. I appreciate very much. It worked fine.
take care


Clay Williams
WebFOCUS 7.1.4
 
Posts: 26 | Location: Frederick Maryland | Registered: October 07, 2005Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders