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 main report in which one of the columns has multidrilldown functionality. One of the drill down report asks for loading the image of the product. In order to get this image i have pass few parameters from the main report and get the column in which this link is stored. After I get this link from column, can somebody tell me how to execute this link directly. Any example would be really great!!This message has been edited. Last edited by: <Emily McAllister>,
I have a report something like below: SELECT CAR COUNTRY, MODEL_COUNTRY, MODEL, LINK FROM CAR A INNER JOIN IMAGE B ON A.CARID = B.CARID WHERE CAR ='BMW' AND COUNTRY = '&COUNTRY'
The parameter &COUNtry is based on condition. if the Country column is blank then I would be passing the filter MODEL_COUNTRY EQ 'COUNTRY'. Kindly note this condition is applicable for the column Link. I cannot change the entire report logic for getting the link from the column Link. I was thinking to pass the parameters from column Country and model_Country to the drilldown report and then get the link. However, I would like to open this link directly as the output of the drilldown report.