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     Drill down default value

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Drill down default value
 Login/Join
 
Member
posted
My drill down list is populated dynamically by a focexec. Currently when my initial page is launched, my drill down list will display 08/01/2007. But I want to display 01/01/2007 as a default whenever the initial page is launched. Likewise when next year comes around, I want the default to show 01/01/2008. Can anyone has any quick way of doing this?

A drill down list is created using this focexec
TABLE FILE TIMEMNTH
SUM
MAX.DT2
BY HIGHEST FROMTID
WHERE TIME_ID LE &OLSMAX
HEADING
""
FOOTING
""
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT XML
ON TABLE SET HTMLCSS ON
END

This results in the following list.

ID MAX DT2

99 08/01/2007
98 07/01/2007
97 06/01/2007
96 05/01/2007
95 04/01/2007
94 03/01/2007
93 02/01/2007
92 01/01/2007 <-- want this to display when initial page is launched
91 12/01/2006
90 11/01/2006
89 10/01/2006
88 09/01/2006
87 08/01/2006
86 07/01/2006
85 06/01/2006
84 05/01/2006
.......


WF 7.6X
WinXP
MS SQL Server 2000
Excel, PDF, HTML, AHTML
 
Posts: 8 | Location: Texas | Registered: May 23, 2004Report This Post
Member
posted Hide Post
I commented out the 'ON TABLE HOLD' to create the above list. The actual one should appear like this.
  
  <?xml version="1.0" encoding="ISO-8859-1" ?> 
- <fxf version="1.0" data="hold">
- <report records="99" lines="99" columns="2" rows="99">
  <target format="" version="" type="" destination="HOLD" /> 
- <column_desc>
  <col colnum="c0" fieldname="FROMTID" alias="E01" datatype="integer" width="5" focus_format="I5" description="" accept="" help_message="" title="" within="" property="" reference="" valign="right" /> 
  <col colnum="c1" fieldname="DT2" alias="E02" datatype="char" width="40" focus_format="A40" description="" accept="" help_message="" title="" within="" property="" reference="" valign="left" /> 
  </column_desc>
- <table>
- <tr linetype="data" linenum="1">
  <td colnum="c0" rawvalue="99">99</td> 
  <td colnum="c1">08/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="2">
  <td colnum="c0" rawvalue="98">98</td> 
  <td colnum="c1">07/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="3">
  <td colnum="c0" rawvalue="97">97</td> 
  <td colnum="c1">06/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="4">
  <td colnum="c0" rawvalue="96">96</td> 
  <td colnum="c1">05/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="5">
  <td colnum="c0" rawvalue="95">95</td> 
  <td colnum="c1">04/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="6">
  <td colnum="c0" rawvalue="94">94</td> 
  <td colnum="c1">03/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="7">
  <td colnum="c0" rawvalue="93">93</td> 
  <td colnum="c1">02/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="8">
  <td colnum="c0" rawvalue="92">92</td> 
  <td colnum="c1">01/01/2007</td> 
  </tr>
- <tr linetype="data" linenum="9">
  <td colnum="c0" rawvalue="91">91</td> 
  <td colnum="c1">12/01/2006</td> 
.....
</tr>
  </table>
  </report>
  </fxf>
 
Posts: 8 | Location: Texas | Registered: May 23, 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     Drill down default value

Copyright © 1996-2020 Information Builders