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.
I have a requirement to bring in dynamic drill down in WebFOCUS.
From the main page I get the o/p at the summary level. In the output the requirement is to place a 'FILTER BY' field which will contain the drill down level.
For example : Consider the first level of o/p will be at University level in India. Here we need to provide a 'Filter By' which will have values like 'State','Direction'. State level provides details of Universities at State level and Direction provides details of Universitites at Direction level (Like University in North India, South India, East India and West India)
Please, let me know if further details are required.
I have the actual screenshot of my requirement. Is there any way to upload the snapshots here?
Thanks in advance, Aravind
Posts: 12 | Location: India | Registered: February 13, 2006
REPORT1 ---------- TABLE FILE CAR PRINT CAR COUNTRY MODEL DEALER_COST BY CAR NOPRINT ON TABLE SET STYLE * TYPE=DATA,COLUMN=CAR,FOCEXEC=REPORT2(SORTID=P1),$ TYPE=DATA,COLUMN=COUNTRY,FOCEXEC=REPORT2(SORTID=P2),$ ENDSTYLE END
REPORT2 --------- -DEFAULT &SORTID='CAR';
TABLE FILE CAR PRINT DEALER_COST RETAIL_COST BY &SORTID END
Hope this helps
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
But the requirement we are facing is entirely different.
We need to have a 'Filter By' column which will have values say 'A', 'B', 'C'. Depending on the values selected by the User the report may be a drill down report, or the same report with some extra information added on it.
Thanks and Regards, Aravindbaalaaji
Posts: 12 | Location: India | Registered: February 13, 2006
You can pass the value what you select, right? Based on the value call the report. Either different report or the same report. If you need to show more information on the same report, pass some value and run the same report. Check for that value whenever you run the report and based on the value you can show the report. I did this and if you need any help doing this, let me know.
WFConsultant
WF 8105M on Win7/Tomcat
Posts: 780 | Location: Florida | Registered: January 09, 2005
Hi Kamesh, I have the same issue. I am required to print the detail records after each summary record and it should follow the summary record. Can't use drilldown here.