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 pretty simple table I am using with the following fields: Year, Month, Count of Incident, Rate of Incident, Incident_type, and Location.
I am trying to create a Guided report, where the user selects one or both metrics (Rate, Count) and then there are two dimensions (Location, and type), and across is the Year/Month.
I was able to successfully break out my dimensions/metrics. But when I run the report, it comes up to being quite a mess. For example, every column repeats itself (what the incident type is), I was thinking is there anyway to clean it up? For example, can you make the selection at the beginning to only show the incident type of "falls" (one of the possible values in the incident_type field), or select one of the units only and only display those?
My code is as follows:
TABLE FILE FACT_RISKPRO_RATES PRINT &METRICS.(AND(,)).METRICS. &DIMENSIONS.(BY(,)).DIMENSIONS. ACROSS LOWEST &XTABS.(ACROSS(,)).XTABS.This message has been edited. Last edited by: hfung1,