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.
Ramkumar, 1. This issue is most likely due to HTML encoded spaces being written as & n b s p ; (pardon the extra spacing but the board interprets this literally). When WebFOCUS sees this, it interprets everything with an ampersand as a variable. So it is looking for a value for the variable nbsp.
2. Please PM me your email address, I want to send you a document I've written on getting dynamic chaining to work. It is a straightforward document using the CAR file and producing dynamic drop-downs that feed each other (drill-down style) and a report fex. It is specific to 7.6.11, so other versions may vary. I want to put this out to the group, maybe even write a TECHNIQUE on it, but would like others to help me validate/verify.
Just an FYI. There were a lot of changes to the HTML editor between 7.6.1 ad and 7.6.11. I think it was in 7.6.10 that they went to a more xml oriented HTML editor. Here we are 7.6.7 and in testing 7.6.10 we found that we couldn't edit our webpages through the editor because it would chew up our code and throw it out while trying to replace it with the new xml. This of course wouldn't work and would cause us to have to re write the page.
Ramkumar there are some... shall we say oddities to the way 7.6.1 / 7.6.7 work with the chaining of controls, which may or may not have been solved in 7.6.11. if ABT's solution doesn't work for you, please post the HTML code for the chained elements. Some of the usual suspects that I check is to make sure that the chainnumber, inchainindex, and cacheruntimedata elements are populated properly. Most often for me, I have to turn off the cacheruntimedata by setting it to 0.
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7
You are absolutely right. The composer chews my code before. I have checked the chaining related attributes in my input elements. They seem to be right. But still issue is not resolved yeat. Here is my HTML coding, Please verify it.
As a rule of thumb in our shop, once we have done custom coding for an html page, we stop using the editor because it tends to try to re write everything. We generally open it in the text editor instead to avoid this.
I see that you are getting your sources from fexes. Can you double check your fexes and make sure that you have it in XML format and is set up correctly? The next thing I would check is I would make sure that all of my Amper variables are being passed from one fex to the other for the dropdowns. If you can paste an example of rru_rollupbrand_list.fex and rru_brand_list.fex, that would be helpful as well.
Also are you on 7.6.1 or 7.6.9. In your signature you say 7.6.9 and above you say 7.6.1. I just want to make sure we are talking about the correct version because it probably will make a difference.
Eric Woerle WF 7.6.7 Reportting Server ETL 7.6.10 Dev Studio 7.6.7
Yeah.. editing the code with the composer after writing custom code is not advisable.
Moreove I checked all my Fexes which generate XML for populating the input elements, and all is well. Even the data population is done properly.
But the problem is the previous values are not being passed properly to the consecutive elements, even though the &variable's name and the input element's name are absolutely the same. Chainig alone is not working.
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009
But my big qn is The HTML page which was working very fine in 7.1.4 is not working in 7.6.11... Why this is happening? Why the backward compatibility is not taken care? Why we need to do code changes on every version upgrade ? Is this the right way ?
Thanks,
Ramkumar. WebFOCUS/Tableau Webfocus 8 / 7.7.02 Unix, Windows HTML/PDF/EXCEL/AHTML/XML/HTML5
Posts: 394 | Location: Chennai | Registered: December 02, 2009