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.
DEFINE FILE BASELINE
CLRTYP/A500='<td align=left x:num x:fmla=''=SUMPRODUCT(--('||''''Detail - Last 90 Days''''||'!D10:D50000=(LEFT((T(INDIRECT("A" & ROW()))),(FIND(" /",(T(INDIRECT("A" & ROW())))))-1))))''>0</td>';
END
Right now, this is not working, and as a result, the EXL2K worksheet it contains does not export. As a result, I don't get a error message from WebFOCUS or Excel telling me what was wrong with the define.
Is there anyway to get the result of a define, similar to the -TYPE command so that I can debug this?
Thank you.This message has been edited. Last edited by: Kerry,
I'm passing out a formula as HTML so that the forumla is in the cell, but the result of the formula is what is displayed.
The requirement from my customer was for the totals to be forumlas so that if they change or delete the data on their report, the totals will update automatically.
It has been an interesting project, but very frustrating trying to get WebFOCUS to work this way.
You have to separate the double quotes from the single ones, you just can't mix them and expect whatever product to understand what you want. In this particular case, the x:fmla string is denoted by single quotes. That means that you can not use any other single suote within the definition of the x:fmla, because that would mean the end of the string. Each quote within that string has to be a double one.
GamP
- Using AS 8.2.01 on Windows 10 - IE11.
in Focus since 1988
Posts: 1961 | Location: Netherlands | Registered: September 25, 2007
Go back to basics and comprehend what FORMAT EXL2K produces - XMLNS output and not Excel Binary. This means that with a good editor package you can view the output as text.
T
In FOCUS since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2
WebFOCUS App Studio 8.2.06 standalone on Windows 10
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004
You have to separate the double quotes from the single ones
You can hve single and/or double quotes in the desired output value.
Start with the string that you need to produce, and decorate it as needed to construct a correspondng WF Define expression:
If it's all constant, double any single-quotes, and wrap the whole thing in single-quotes; and you should not need any catenation.
If you need to imbed a WF field in the outpout value, it goes outside the quotes, and needs a | or || WF catenation operator to connect it to the adjacent string consant(s).
- Jack Gross WF through 8.1.05
Posts: 1925 | Location: NYC | In FOCUS since 1983 | Registered: January 11, 2005