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.
-* File mchargebacks_html.fex
TABLE FILE MCHARGEBACK
PRINT
CARD_NUMBER AS '&ACCOUNT_NO_LBL'
TOKEN AS '&TOKEN_LBL'
COUNT_OF_CHARGEBACKS AS '&CHARGEBACKS_LBL'
AMOUNT AS '&AMOUNT_LBL'
BY HIGHEST COUNT_OF_CHARGEBACKS NOPRINT
COMPUTE EXPORT_URL/A2000 = IF '&IN_OUTFORMAT' NE 'HTML' THEN ' ' ELSE
'<select javascript id="output" style=" FONT-SIZE: 7pt; FONT-FAMILY: Arial; " '
|'onchange="var url_file=''/ibi_apps/WFServlet?IBIF_webapp=/ibi_apps''+''&'' '
|'+''&''+''IBIC_server=EDASERVE''+''&''+''IBIWF_msgviewer=OFF'' '
|'+''&''+''IBIAPP_app=mchargebacks''+''&''+''IBIF_ex=mchargebacks.fex''+''&''+''CLICKED_ON='' '
|'+''&''+''OCM_SESSION_KEY=&OCM_SESSION_KEY'' '
|'+''&''+''IN_CHARGEBACKDATE_TOKEN=&IN_CHARGEBACKDATE_TOKEN'' '
|'+''&''+''IN_CARDNUMBER=&IN_CARDNUMBER'' '
|'+''&''+''IN_TOKEN=&IN_TOKEN'' '
|'+''&''+''OUTLET=&OUTLET'' '
|'+''&''+''LISTVAL=&LISTVAL''+''&''+''LISTLBL=&LISTLBL'' '
|'+''&''+''IN_OUTFORMAT=''+ output.value '
|'; window.open(url_file);'
|'" name="output"><option value="HTML">&EXPORT_AS_LBL ...</option><option value="PDF">PDF</option><option value="EXL2K">XLS</option><option value="COMT">CSV</option></select>'; NOPRINT
ON TABLE SUBHEAD
"&REPORT_TITLE"
"&REPORT_RUN_DATE_LBL &DATEFORMAT"
"<EXPORT_URL"
"&REPORT_CRITERIA_LBL"
" "
"&HLBL1 <+0> <+0> &HVAL1 <+0> &HLBL2 <+0> <+0> &HVAL2"
"&HLBL3 <+0> <+0> &HVAL3 <+0> &HLBL4 <+0> <+0> &HVAL4"
ON TABLE SET PAGE-NUM OFF
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = elavoncommoncss/reportingcommonwfstyle,
$
ENDSTYLE
END
And for some strange reason it prints the export in the actual report a few times listed as ** EXPORT_URL Export As ...(dropdown). I have this working fine in other reports.This message has been edited. Last edited by: Kerry,