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.
Where and how do I set the parameters in the download file name?
I have a report with many hyperlinks. Each one is on a column and sends parameters to another fex to pull the report that is formatted as a spreadsheet.
Each time we do the hyperlink the file downloaded has the same name even when the parameters change. The effect is the client can only open one AR_Cnt_day120_Balance spreadsheet at a time and gets an error when trying to pull a different filter for another market. The file must be saved and closed before a new version can be opened. I would like to put the parameters in the file name so that each spreadsheet would have a distinct name.
Here is the code for the spreadsheet output:
TABLE FILE DB_UPPER_ARC_DTL SUM DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.CUR_AMT/D20.2CSM AS 'CURR AMT' DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.DAY30_AMT/D20.2CSM AS 'DAY30' DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.DAY60_AMT/D20.2CSM AS 'DAY60' DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.DAY90_AMT/D20.2CSM AS 'DAY90' DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.DAY120_AMT/D20.2CSM AS 'DAY120, PLUS' BY DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.RUN_DATE_BKT_YEAR_M AS 'MONTH' BY DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.AR_CTGRY AS 'ARCATEGORY' BY DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.CUST AS 'CUSTOMER,NUMBER' BY LOWEST DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.SUB AS 'SUBSCRIBER,NUMBER' BY DB_UPPER_ARC_DTL.DB_UPPER_ARC_DTL.SUB_STAT AS STATUS WHERE DAY120_CNT GT 0; WHERE DIVISION EQ &DIVISION.QUOTEDSTRING; WHERE MARKET EQ &MARKET.QUOTEDSTRING; WHERE SYS EQ &SYS; WHERE PRIN EQ &PRIN; WHERE AGNT EQ &AGNT; WHERE SUB_STAT EQ &STATUS.QUOTEDSTRING; WHERE AR_CTGRY EQ &ARCATEGORY.QUOTEDSTRING; WHERE RUN_DATE_BKT_YEAR_M EQ &MONTH.QUOTEDSTRING; ON TABLE SET PAGE-NUM NOLEAD ON TABLE SET ASNAMES ON ON TABLE NOTOTAL ON TABLE PCHOLD FORMAT XLSX ON TABLE SET XLSXPAGESETS ON ON TABLE SET HTMLCSS ON ON TABLE SET STYLE * INCLUDE = /FILE/IBI_HTML_DIR/javaassist/intl/EN/combine_templates/ENBlue_Light2.sty, $ ENDSTYLE ENDThis message has been edited. Last edited by: FP Mod Chuck,