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.
1. Make sure you've created the CAR database in IBISAMP. 2. If IBISAMP is not on your APP PATH, then, either add it or code like: ?FF IBISAMP/CAR -EXIT
I have created a fearless report in APP STUDIO report wizard, version 8105
-DEFAULT &COUNTRY = 'FRANCE';
TABLE FILE CAR
PRINT
CAR.BODY.DEALER_COST AS 'DEALER'
CAR.BODY.RETAIL_COST AS 'RETAIL'
CAR.BODY.SALES
BY LOWEST CAR.ORIGIN.COUNTRY
BY LOWEST CAR.COMP.CAR
BY LOWEST CAR.CARREC.MODEL
WHERE COUNTRY EQ '&COUNTRY';
ON TABLE SET PAGE-NUM NOLEAD
ON TABLE SET ASNAMES ON
ON TABLE NOTOTAL
ON TABLE PCHOLD FORMAT HTML
ON TABLE SET HTMLEMBEDIMG ON
ON TABLE SET HTMLCSS ON
ON TABLE SET STYLE *
INCLUDE = IBFS:/EDA/EDASERVE/_EDAHOME/ETC/endeflt.sty,
$
ENDSTYLE
END
and I get this error, which displays in a dialogue box:
>-< -DEFAULT &COUNTRY = 'FRANCE'
at the bottom is a clickable OK button.
What is this ?
I coded the extra line: -DEFAULT &COUNTRY = 'FRANCE'; to avoid getting perpetual prompts for the COUNTRY value.
I would hazard a guess that there is an unprintable character in front of the "-DEFAULT &COUNTRY = 'FRANCE';".
I have run into weird situations like this copying and pasting from Microsoft Outlook e-mails. I have also had App Studio throw in a few garbage characters at the beginning of the first line when opening text files.
Try opening the file up in a good text editor and see if there is an unprintable character at the beginning of the code. A good editor like "Programmer's Notepad" (It's free) will show you these kinds of characters.
App Studio WebFOCUS 8.1.05M Windows, All Outputs
Posts: 594 | Location: Michigan | Registered: September 04, 2015
Are you still encountering this issue, if so can you provide a step by step process of how you add the text into the focexec. Sometimes we miss something when trying out examples.
Can you try this within the BI Portal and on the Reporting Server?
This query command is working for me as well on WebFOCUS 8105. ?F CAR <- Also works, provides just the list of fieldnames - no format listed for the fields.
Let us know your status or if this has been resolved please update the subject line with Tag your topic with keywords .
Since I encountered this issue I have learned that I must put a command like ?F CAR (and its brethren) in a COMMENT component. Otherwise the error occurs.
I have also discovered that a text editor option exists which provides me another means for reviewing and editing my code through the entirety of the fex.