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 - Disabling Auto Prompt Page for Graph

Read-Only Read-Only Topic
Go
Search
Notify
Tools
SOLVED - Disabling Auto Prompt Page for Graph
 Login/Join
 
Silver Member
posted
I am filtering multiple graphs/reports in our portal using the "Magically Filtering" method. This has worked great in our 8007 environment. We are migrating to 8104 and I am looking to redesign the portal page that this is working on to take advantage of the fluid canvas. There are a lot of items on some of the graphs so I've add a "Make Selection" option to the selection boxes.

When doing this I get the auto-prompting screen for the parameters. I would like to have it not show the auto-prompting screen and instead a blank screen with possible message saying to make a selection.

I know about the admin page to change the auto-prompting page but I don't think that will suit my needs.

Does anyone have an idea on what I can do for this.


--------------------
I ended up going with the hidden field to pass the parameter that displays the htm page. Work great! Thanks.

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


8.1.0.4
Windows 7
Excel, AHTML, HTML,PDF
 
Posts: 41 | Location: North Carolina | Registered: September 14, 2012Report This Post
Expert
posted Hide Post
All I can suggest is supplying -DEFAULTH for all parameters


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
Virtuoso
posted Hide Post
I agree with Waz that you can use -DEFAULTH &var = value; if you haven't already done so to "disable" the autoprompt from popping up by giving everything default values.

In regards to setting up a simple message in place of the autoprompt facility popping up, you can supply a default value in a check at the top of your procedure/content to see if the form with the filters has passed its default values to the procedure yet or not by adding a hidden control (like a dropdown - calling it HIDDEN or something) to your form, and setting it to a static default value of like Y. The check at the top of your content would then be something like:

-IF &HIDDEN EQ 'N' THEN GOTO Wait;


Then at the bottom of your code, have something like:

-IF &HIDDEN EQ 'Y' THEN GOTO TheEnd;

-Wait

-HTMLFORM IBFS:/WFC/Repository/appFolder/subFolder/PlzWaitForFilters.htm

-TheEnd


This setup can be used for checking the hidden value, or even a value for a non-hidden filter like your wanting. If the user hasn't selected a certain filter value, you can check for that and then display a simple html message in place of running the report or graph until the user does select something for that filter.

Hope this helps!


8.2.02M (production), 8.2.02M (test), Windows 10, all outputs.
 
Posts: 1113 | Location: USA | Registered: January 27, 2015Report 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 - Disabling Auto Prompt Page for Graph

Copyright © 1996-2020 Information Builders