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.
If I display the user_id on the first report it shows the correct id, but if I drilldown using xlsx then it changes to public and it doesn't know what &&FOCEXURL is. If I run the report in pdf or html I have no issues.
TABLE FILE CAR HEADING "Sample Report" "Run by &IBIMR_user" PRINT CAR MODEL SEATS BY COUNTRY IF COUNTRY EQ '&COUNTRY' ON TABLE PCHOLD FORMAT &OUTFMT ON TABLE SET STYLE * TYPE=DATA,COLUMN=COUNTRY,COLOR=RED,STYLE=BOLD+ITALIC,$ TYPE=DATA,COLUMN=CAR,COLOR=CYAN,STYLE=BOLD,$ TYPE=DATA,COLUMN=MODEL,COLOR=PURPLE,STYLE=BOLD,WHEN=SEATS GT 4, FOCEXEC=IBFS:/EDA/EDASERVE/ibisamp/carinst2.fex(MODEL=N3 OUTFMT='&OUTFMT' ),$ TYPE=DATA,COLUMN=SEATS,STYLE=BOLD,$ END
-******************************************************** the second file is carinst2.fex
TABLE FILE CAR HEADING CENTER "Sample Drilldown Report" "Run by &IBIMR_user " "for Car MODEL: PRINT COUNTRY CAR MODEL IF MODEL EQ '&MODEL' ON TABLE PCHOLD FORMAT &OUTFMT END
if I change the outfmt to be PDF it works and the id stays the same , but if I have OUTFMT = 'XLSX' then the id changes to public and it can't pickup the value for "&&FOXEXURL
The car file will be accessible if you add ibisamp to the path or reference the master file with ibisamp/car.
Also the drilldown is going to generate a link that the may not as the link is from the perspective of the web client, and when it is executing the reporting server will not know what to do with it.
I don't believe the issue is with the code. I believe it is in the setup of my server. I can run the same code successfully in 2 other environments but not on the one that is intended to be production.
I don't know what setting to check to look for differences between the 3 environments.
I found a difference in the configuration for Report Caster. SMTP Password was blank in my soon to be production setting and it had a period in the QA environment.
thanks for looking into this for me.This message has been edited. Last edited by: Laura1,