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     Finding values in large datasource in Report Assistant

Read-Only Read-Only Topic
Go
Search
Notify
Tools
Finding values in large datasource in Report Assistant
 Login/Join
 
Member
posted
Problem: When using Report Assistant against a 16 million row datasource our users are needing to fill out criteria but they don't always know exactly what they are looking for. For this reason they would like to be able to use the 'Values' option in the Selection Criteria {Select values} popup screen. But as one can guess, with 16 million rows it takes too much time for Report Assistant to come up with a distinct list for the users to choose from.
Question: Has anyone else found a useful solution to this problem or does anyone know of a different way to work with Report Assistant's innate tool set that will allow our users to use this option but instead pull from a different distinct list of values?



Production: 7.6.4 WF Server  <=>  7.6.4 WF Client  <=>  7.6.4 Dev Studio
Testing: <none>
Using MRE & BID.  Connected to MS SQL Server 2000
 
Posts: 15 | Location: Wichita, KS | Registered: June 01, 2005Report This Post
Platinum Member
posted Hide Post
Can't think of a realtime way. You could pull a distinct list nightly, I suppose.

TABLE FILE whatever
BY fieldname
ON TABLE HOLD AS VALUES FORMAT FOCUS
END

Resulting in a file with one field, containing distinct values of fieldname.

Or possibly use SQL's SELECT DISTINCT and save the results. Either way, your values list will obviously be slightly out of date.


dwf
 
Posts: 135 | Location: Portland, OR | Registered: March 23, 2005Report This Post
Expert
posted Hide Post
Johnny,

I had a similar question posed to me at my current Client, although it was adding all the distinct values and not nearly as many.

My solution was to add some HTML form controls that allowed retrieval based on a match before one or more selections were made. Rather complex JavaScript to achieve a simple(ish) result but not in Report Assistant.

DWF's suggestion may work best for you.

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 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Guru
posted Hide Post
Is this for enduser using Reporting Objects from the BID interface or Managed Reporting?

What release?

Are endusers allowed to see all distinct values or only a subset?


ttfn, kp


Access to most releases from R52x, on multiple platforms.
 
Posts: 346 | Location: Melbourne Australia | Registered: April 15, 2003Report This Post
Member
posted Hide Post
Piipster - we are using 7.1.3. And this is for users who are running Report Assistant from the BID interface. Users are allowed to see all distinct values, and I would like for them to. But right now it takes far to long for RA to generate this list due to the number of rows in the table.



Production: 7.6.4 WF Server  <=>  7.6.4 WF Client  <=>  7.6.4 Dev Studio
Testing: <none>
Using MRE & BID.  Connected to MS SQL Server 2000
 
Posts: 15 | Location: Wichita, KS | Registered: June 01, 2005Report 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     Finding values in large datasource in Report Assistant

Copyright © 1996-2020 Information Builders