Jump to content

Report not prompting for a parameter


Go to solution Solved by David Beagan ,

Recommended Posts

Posted (edited)

I'm using webfocus 9.3.1.  In the past, I have been able to create a report and set the format as a parameter and get prompted for a value when it is run.  Now, for some reason (and maybe it's this version), it just throws an error on the report saying that the value for the parameter called &FORMAT is not valid.  Here is a sample report with the CAR file.

 

TABLE FILE car
BY CAR.ORIGIN.COUNTRY
BY CAR.COMP.CAR
BY CAR.BODY.SEATS
BY CAR.BODY.DEALER_COST
BY CAR.BODY.RETAIL_COST
BY CAR.BODY.SALES
BY CAR.SPECS.LENGTH

ON TABLE PCHOLD FORMAT &FORMAT
ON TABLE NOTOTAL
ON TABLE SET CACHELINES 100
ON TABLE SET STYLE *

TYPE=REPORT, TITLETEXT=&WF_TITLE.QUOTEDSTRING, SUMMARY=&WF_SUMMARY.QUOTEDSTRING, ORIENTATION=LANDSCAPE, $
ENDSTYLE
END

-RUN

 

image.png.3c760d4b2a987f454dba3c61556a810c.png

 

Here are my parameter prompting settings in the Admin console:

 

image.png.e32e57193a6bd50988bcb799aa23bc6e.png

 

The setting for the parameters is the same in my other environments (test and prod) but those are both 9.1.1 right now.  Is there some different way to get these parameters to show up in the new version? 

 

Edited by Erin Trotter

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...