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.
Is there a simple way to pass multi-select values to a drill down?
I have a html page with four multi select boxes on it each with between 6 and 1000 possible selections. The resulting graph has a drill down and I need to send the multiselect values to this drill down to ensure the selection criteria are the same, writing out a list of & variables as I normally would (i.e. VAR0=&VAR0, VAR1=&VAR1 etc) is not an option since I (hypothetically) could have up 1000 for one of my boxes.
The only way I can think of around this is to write the values to a text file and read them back out at my drill down, but that's going to be really clunky and slow my code down. Is there an easier way?
Thanks
Tewy
WF 7.6.11 Output: HTML, PDF, Excel
Posts: 123 | Location: UK | Registered: October 09, 2003
there's a limit in the size of the multi drill paragraph, i was told something like '2400 characters'...i'm not sure exactly, but i have hit it. And when you hit it, the multidrill just stops working; So, for that reason, i dont allow multi-select where i have multi-drills.(my users hate this and don't understand why, so..) I have created special groups in my dropdown boxes with automatically group my most-groupable items; I then have just one parm to pass thru, but it can have a value that gets interpreted as an IF FIELD IS VALUE1 OR VALUE2 OR VALUE2 That was my work around.
In Focus since 1979///7706m/5 ;wintel 2008/64;OAM security; Oracle db, ///MRE/BID
Posts: 3811 | Location: Manhattan | Registered: October 28, 2003
I've written a solution for this which works for my page. Basically I'm writing the WHERE statements to a text file, copying that to a .fex extension and using -INCLUDE in my drill down to call the statements.
A bit long-winded but it does the job
Thanks
WF 7.6.11 Output: HTML, PDF, Excel
Posts: 123 | Location: UK | Registered: October 09, 2003