Focal Point
No Prompt for Parameters?[SOLVED]

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

October 11, 2010, 06:08 PM
T.Peters
No Prompt for Parameters?[SOLVED]
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
October 11, 2010, 06:35 PM
Waz
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!

October 11, 2010, 07:12 PM
T.Peters
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
October 12, 2010, 01:44 AM
Landerman
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
October 12, 2010, 09:14 AM
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.


WebFOCUS 7.7.05
October 12, 2010, 09:24 AM
T.Peters
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
October 12, 2010, 11:53 AM
Tony A
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 
October 12, 2010, 03:11 PM
GamP
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
October 12, 2010, 04:22 PM
Tom Flynn
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
October 13, 2010, 10:57 AM
T.Peters
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