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 a global variable that stores the current semester. This is found in the global_setting.fex file. I can't seem to create a limit in the .mas file that uses this variable, &&CTERM.
The limit I created is TBRMEMO_TERM_CODE EQ &&CTERM
The error I am getting is (FOC32569) VARIABLE &&CTERM IS UNDECLARED
Are you not allowed to setup filters in .mas files that contain variables that are to be used in procedures?This message has been edited. Last edited by: <Emily McAllister>,
I don't think I asked the question properly. I have a SET command labeled &&CTERM that returns the value of the current semester. I would like to use this semester value in my report limits so that the user is not prompted for the value but it is supplied automatically to the limit. The confusion is that it is not really a variable, it is a calculated value at the time the report is run. Can this be done? Sorry for the newbie question.
ENGLAND 2 0
ENGLAND 4 0
ENGLAND 5 12000
FRANCE 5 0
ITALY 2 25400
ITALY 4 4800
JAPAN 4 78030
W GERMANY 4 8900
W GERMANY 5 79290
Example of fex:
-* File trudy01.fex
-* The data is in my "focalpoint" application
-*
-SET &&SEATS=2;
FILEDEF TRUDY DISK FOCALPOINT/TRUDY.FTM
TABLE FILE TRUDY
PRINT *
WHERE TSEAT
END
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