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 one Graph(Master) and iam doing drilldown for this Graph, the detail report is Tabular report. here the problem is i have two Amper variables in My Graph and the same in Tabular report i want to pass these values of the variable from graph to tabular reprt.
any one have work around this please let me know. thanks,
Thanks, Kalyan.S ------------------------------------ WebFOCUS 7.1.4, Win XP SP2, Oracle8i. ------------------------------------
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006
Hi Tony, i searched in existing posts but ididn't get any suitable one,
the thing here i need to pass first report ampervarible values to second report. the two reports having the same amper varibles(where clauses like where country eq &country).
Master report ****************** GRAPH FILE CAR PRINT SEATS BODY TYPE WHERE COUNTRY EQ &COUNTRY; ON TABLE.... END ****************** Detail Report. ***** TABLE FILE CAR PRINT SEATS DEALERCOST WHERE COUNTRY EQ &COUNTRY; ON TABLE..... END *************
MY REQUIREMNET IS I WANT PAAS DYNAMICALLY THE FIRST REPORT AMPERVARIBLE VALUE IN TO SECOND REPORT. I THINK BY USING THE JAVASCRIPT WE CAN ACHIVE THIS IAM TRYING THIS BUT I DIN'T GET THE SOLUTION.
THANKS,
Thanks, Kalyan.S ------------------------------------ WebFOCUS 7.1.4, Win XP SP2, Oracle8i. ------------------------------------
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006
hi Tony i checked the Francis Post, mine is entirely different. here i want to pass The amper variable values means what iam entering to the first report to the second one.
it means for Eg: in first fex filter if i enter country as ENGLAND i want to pass this value to the second report(otherwise on the click of first report it will ask the Country Value to show the detail. i want to pass this country value at the time of clicking the first report to aviod the prompt)
Thanks,
Thanks, Kalyan.S ------------------------------------ WebFOCUS 7.1.4, Win XP SP2, Oracle8i. ------------------------------------
Posts: 155 | Location: Bangalore. | Registered: January 24, 2006
GRAPH FILE CAR
PRINT SEATS BODY TYPE
WHERE COUNTRY EQ '&COUNTRY';
ON TABLE SET STYLE *
TYPE=DATA, FOCEXEC=DETAIL ( \
COUNTRY1='&COUNTRY1' \
COUNTRY2='&COUNTRY2' \
CONTINENT='&CONTINENT' \
), $
END
Use the \ character to continue a drilldown line in a WF stylesheet.
This stuff is in the manuals.This message has been edited. Last edited by: Francis Mariani,
Francis
Give me code, or give me retirement. In FOCUS since 1991
Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server