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.
Hi! I'm trying to create a Funnel Graph in InfoAssist, but I can't use a logarithmic scale in it. Also, I tried to edit the .fex file and use the function
setY1LogScale(true);
and also I tried with
axisname: { bIsLog: boolean }
, but it also failed, so I don't know if it's actually possible to use a logarithmic scale in funnel charts. Does anyone know if it can be done?
Thanks in advance!This message has been edited. Last edited by: Galante96,
I reached out to the product manager for charting and here is what he told me.
Funnel Charts in WF do not use the Y-Axis at all (they are actually sort of a triangular version of a pie chart). Therefore they do not understand or respond to the y-axis log y property.
He also said this..
Probably not what they want either, but you can point them to the WF 820X chart extension known as a Ratio chart in the very off chance it is useful to them.
Oh, it's a shame to read this, I'll try to use a HOLD to convert the data to a more suitable type for use the funnel (or I'll use another type that support y-axis scalling ).
I'll take a look of the Ratio Chart also, so thank you Chuck!