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     No Prompt for Parameters?[SOLVED]

Read-Only Read-Only Topic
Go
Search
Notify
Tools
No Prompt for Parameters?[SOLVED]
 Login/Join
 
Platinum Member
posted
I have the following WF request:
TABLE FILE FS004
PRINT *
HEADING
""
FOOTING
""
WHERE FS004.FS004.AC_PROC_STATUS EQ &ProcStat.(AND(<Bypass,B>,<Cancel,C>,<Hold,H>,<Montly,M>,<Process,P>)).Process Status.;
ON TABLE SET PAGE-NUM OFF 
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML  


When I run it , the HTML window tells me that "(FOC295) A VALUE IS MISSING FOR: &ProcStat". What am I missing here? Usually when I set up a parameter in this way, the window will prompt me beforehand, but it appears it is bypassing this step and just running the request immediately.

This message has been edited. Last edited by: T.Peters,


WebFOCUS: 7702
O/S : Windows
Data Migrator: 7702
 
Posts: 127 | Location: San Antonio | Registered: May 29, 2009Report This Post
Expert
posted Hide Post
HAve you checked th parameter IBIF_wfdescribe in the administration console ?


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!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Platinum Member
posted Hide Post
I dont believe I have access to the admin console, but I'll try

EDIT.....
No, I dont have access to that, but I am able to view the config files on my IFS. What should I be looking for?

This message has been edited. Last edited by: T.Peters,


WebFOCUS: 7702
O/S : Windows
Data Migrator: 7702
 
Posts: 127 | Location: San Antonio | Registered: May 29, 2009Report This Post
Silver Member
posted Hide Post
HI,Peters
you can ask your admin to logon to console
ort/ibi_apps" target="_blank">http://serverRazzerort/ibi_apps
in general and change the IBIF_wfdescribe to XMLRUN
or you can use Prompt commant to do it.


Landerman

WebFOCUS 7.7.01
Windows 2003 server
all output
 
Posts: 30 | Registered: January 29, 2010Report This Post
Virtuoso
posted Hide Post
If this is a procedure you are running from Managed Reporting, make sure the "Prompt for Parameters" box is checked in the Properties dialog for the procedure.


WebFOCUS 7.7.05
 
Posts: 1213 | Location: Seattle, Washington - USA | Registered: October 22, 2007Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by Dan Satchell:
If this is a procedure you are running from Managed Reporting, make sure the "Prompt for Parameters" box is checked in the Properties dialog for the procedure.



Dan, no, I was trying to do it in the EDASERVE. I knew about that check box but since I was developing in the EDASERVE, that option never came up. I'll try Landerman's suggestion and see if that works.


WebFOCUS: 7702
O/S : Windows
Data Migrator: 7702
 
Posts: 127 | Location: San Antonio | Registered: May 29, 2009Report This Post
Expert
posted Hide Post
Do not forget that changing the server profile to set IBIF_wfdescribe to XMLRUN will affect ALL end users and may impact their developments. If your Production environment is set to OFF then I would urge you to keep that setting in Devlopment also.

But then you knew that anyway Wink

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
quote:
I was trying to do it in the EDASERVE

You mean outside of the WebFocus client? If so, then yeah, there is no autoprompt.
As a rule of thumb, I would not advise to do your development directly on the server, I'd always try to do it towards the way the endusers will be using the product. That way there'll be no awkward surprises after development has been concluded....


GamP

- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
 
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007Report This Post
Expert
posted Hide Post
Take out the AND:
 
WHERE FS004.FS004.AC_PROC_STATUS EQ &ProcStat.(<Bypass,B>,<Cancel,C>,<Hold,H>,<Montly,M>,<Process,P>).Process Status.;
 


Tom Flynn
WebFOCUS 8.1.05 - PROD/QA
DB2 - AS400 - Mainframe
 
Posts: 1972 | Location: Centennial, CO | Registered: January 31, 2006Report This Post
Platinum Member
posted Hide Post
quote:
Originally posted by GamP:
You mean outside of the WebFocus client? If so, then yeah, there is no autoprompt.

Are you sure this is the case? After asking my systems guys to check that setting, I am getting what I needed to prompt for the parameter.

quote:
Take out the AND:


WHERE FS004.FS004.AC_PROC_STATUS EQ &ProcStat.(,,,,).Process Status.;



Tom, the AND was put in by the product. I was trying to get a combo box where I could filter for multiple values.


WebFOCUS: 7702
O/S : Windows
Data Migrator: 7702
 
Posts: 127 | Location: San Antonio | Registered: May 29, 2009Report 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     No Prompt for Parameters?[SOLVED]

Copyright © 1996-2020 Information Builders