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 am working on WF Dev Studio and displaying the data in InfoAssist... am trying to hide the values that has zero or blank numbers... tried many ways but ... i think am missing some step. I would really appreciate any help. thanks pats.This message has been edited. Last edited by: <Kathryn Henning>,
Date Market Sales Apr-1 USA 100 Apr-2 UK 0 Apr-2 USA 200 Apr-3 UK 100 Apr-3 USA 0
What I don't like to see is the Sale that has 0 value... I can change that 0 in the Dev Studio to show as empty, but still will have the row, with no data, no 0. it will be like Apr-3 USA the record still is in the report with no data. So, would like to find a way to hide the 0 or the empty metrics.
WebFOCUS 8.1.03, Windows 7-64/2008-64, IBM DB2/400, Oracle 11g & RDB, MS SQL-Server 2005, SAP, PostgreSQL 11, Output: HTML, PDF, Excel 2010 : Member of User Group Benelux :
thanks for your reply. I am working with Report Painter at this moment, I changed what I was doing before... Now the data is showing a DOT, the missing default value, I can change to Blank or NA etc... but what i would like to do, is to totally hide it... I am having more than one Metric in the view, so, if its just one metric is easy, but having 2 metrics, but a dimensions across and 2 dims in rows... is there a way to not show any Missing data ? I have the where clause saying :
WHERE (Sales IS-NOT MISSING OR COST IS-NOT MISSING ) , but still, if one of this has data, it will show the missing for the other col, like: Jan01 Jan02 Market Process Sales Cost Sales Cost USA PP . 100 2 50 UK JJ . 100 3 40
it is not hiding when Missing is there..
thanks, Any comment , solution would be more than appreciate! Also, I have used the ON TABLE SET HIDENULLACRS ON, but nothing is doing on it.
Anatess, thanks for your reply ... it is similar post as the other one with my name... am trying to find 2 diffs way for the solution. one is to Hide entire things and if cant be done., second is to reduce the height of the cells, rows, or cols ... anything possible.