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] Report Painter Invisible Column

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[SOLVED] Report Painter Invisible Column
 Login/Join
 
Silver Member
posted
Trying to understand how Report Painter sets columns to NOPRINT based on variables. In Report Painter, I right clicked on a column and chose the Invisible -> variable option. In the code it generated something like this: “&RP_KWd06P_PR.(,).Invisible.”. I’ve been trying to figure out this syntax. I know that On, Off are the display options when it auto prompts for parameters and the “Invisible” word is the prompt. NOPRINT displays in the code as expected if On is selected and nothing does if Off is selected. I tried setting a default value for the variable, but my default value was ignored until I removed the <> brackets. What do these brackets do? Is there a way to control the crazy variable name and prompt in Report Painter? If I change the variable name in the code it no longer shows the column as grayed out in Report Painter. Just trying to figure out how far Report Painter can take me without having to jump into the code and what the code it generates does.

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


7.7 Windows HTML, PDF, Excel
 
Posts: 46 | Registered: November 08, 2011Report This Post
Silver Member
posted Hide Post
I've been playing around with this some more, and from what I can tell the
 <> 
Just shows the prompts as drop down list options with the first value being the display value and the second being the actual value. I noticed my earlier post didn't show the full code. Should have posted like this:
 &RP_KWd01B_PR.(<On,NOPRINT>,<Off,>).Invisible.  
(Hoping it comes through okay this time.) How do I get it to use the value of the Off option in the drop down list.

How can I select it as my default? I tried -DEFAULT &RP_KWd01B_PR = '', but that didn't work.

I still have the remaining questions on is there a way to control the crazy variable names Report Painter gives it and the prompt information without jumping into the code behind it? Or is there another way completely to do this task in Report Designer?


7.7 Windows HTML, PDF, Excel
 
Posts: 46 | Registered: November 08, 2011Report This Post
Expert
posted Hide Post
Hi shelzalee,

If you have not done so, I would strongly suggest that you open a case with Customer Support Services for more in-depth assistance. The phone number is 1-800-736-6130, or access online at InfoResponse.

Cheers,

Kerry


Kerry Zhan
Focal Point Moderator
Information Builders, Inc.
 
Posts: 1948 | Location: New York | Registered: November 16, 2004Report This Post
Gold member
posted Hide Post
Shelzalee,

If you want the "OFF" to be the default when you are using the Auto Prompt method, you will have to go into the code and just move the "OFF" to the front of the line.

 &RP_KWd01B_PR.(<Off,>,<On,NOPRINT>).Invisible.  


Otherwise, if you create an HTML launch page, you can use the "Properties and Settings" window to move the "OFF" to the top and check the check box for it to be the default.


WF 7.6.10, Windows, PDF, Excel
 
Posts: 75 | Location: Dallas, TX | Registered: February 12, 2004Report This Post
Silver Member
posted Hide Post
I was curious as how to do this without going into the code. This must be part of that 20% you can't do in the designer. I'll mark this solved with that assumption.


7.7 Windows HTML, PDF, Excel
 
Posts: 46 | Registered: November 08, 2011Report This Post
Guru
posted Hide Post
Auto Prompt is not a production facility meaning an application should not be written to use it. It is for testing only. We also document that Guided Parameter Groups should not be used with Auto Prompt.


David Glick
Director WebFOCUS App Studio
and WebFOCUS Developer Studio
WebFOCUS Division
Information Builders, Inc.
Direct (917) 339-5560
Voice Mail (212) 736-6250 x3560
Fax (212) 947-5168
Email david_glick@ibi.com
 
Posts: 315 | Registered: April 13, 2004Report 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] Report Painter Invisible Column

Copyright © 1996-2020 Information Builders