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 the below car file code and I need to provide hyperlink on the bodytype and seats data whose values are different in each row. TABLE FILE CAR PRINT COUNTRY CAR MODEL BODYTYPE SEATS WHERE COUNTRY EQ 'ENGLAND' END -RUN -EXIT
Say for the bodytype having the value as CONVERTIBLE,the hyperlink would be something like this =HYPERLINK("http://10.20.300.400/nx415/wb_device.php?page=reportname&amo=CONVERTIBLE","CONVERTIBLE")
For Sedan, the hyperlink value would be =HYPERLINK("http://10.20.300.400/nx415/wb_device.php?page=reportname&amo=SEDAN","SEDAN")
Also I need the hyperlink on the seats data in each row and for example for the hyperlink on the seats for convertible bodytype having number of seats as 2 would be =HYPERLINK("http://abcdef.corp.intranet:8880/check?ip=2&show_comm_string=1&seats=2")
for seats 4 for sedan, we would have the hyperlink as =HYPERLINK("http://abcdef.corp.intranet:8880/check?ip=4&show_comm_string=1&seats=4")
If it was a static hyperlink,I would have given the value for the hyperlink but now since it is dynamic,Iam not sure how to pass it differently for different data values.
Any suggestions or solution/s would be highly appreciated....
Thanks a lot in advance!
-IPThis message has been edited. Last edited by: info4pal,
The hyperlink on the seats are working but not on the bodytype....Can you please let me know what needs to be changed for the bodytype hyperlink to work....
The hyperlink on the seats are working but not on the bodytype....Can you please let me know what needs to be changed for the bodytype hyperlink to work....
You are not giving much information on the problem/error.
Also, I would strongly suggest that you check the documentation on drillouts.