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.
We have built a Clustered Master for one of our customers. From this Clustered Master a few Business Views are created. The root table (the one at the top of the hierarchy) contains monthly data. This table is recreated every month and there are always 3 tables: this month, last month and the previous month. The customer does not want to have to multiply by 3 the CMs nor the BVs. Is there a way to use an Amper Variable in the access file of the CM? And, if so, when and how would a value be passed to it?This message has been edited. Last edited by: Kerry,
Daniel In Focus since 1982 wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF
Posts: 1980 | Location: Tel Aviv, Israel | Registered: March 23, 2006
There is a new feature in 7.7x where you can use variable in the master file. I was not aware of this feature before. The project I worked on customer data was stored in separate but identical views. Downside of this approach is that you have to manually edit the access and master files after you generate them to make them dynamic. Here is a link to documentation. Parameterizing Master and Access File Values Using Variables
-* File rpt_environment.fex
-* Set up reporting environment
-* Set the default values for database and database server.
-SET &&CLNT_DB = 'Reporting';
-SET &&CLNT_SRV = 'SQL1_PROD'
-* Overwrite data adapter to point to the appropriate database and database server.
ENGINE SQLMSS SET CONNECTION_ATTRIBUTES &&CLNT_CONN &&CLNT_SRV/,;&&CLNT_DB
Thanks for the knowledge share on the global variables within master and access files new feature.
We have cases were we've had two sets of files, one for each of two schemas.
From my testing, it looks like we will now be able to pass the schema into the access file programatically via a variable, thus we'd only need to maintain one set of files going forward.
Once again, many thanks, Dave
Pilot: WebFOCUS 8.2.06 Test: WebFOCUS 8.1.05M Prod: WebFOCUS 8.1.05M Server: Windows Server 2016/Tomcat Standalone Workstation: Windows 10/IE11+Edge Database: Oracle 12c, Netezza, & MS SQL Server 2019 Output: AHTML/XLSX/HTML/PDF/JSCHART Tools: WFDS, Repository Content, BI Portal Designer & ReportCaster