Focal Point Banner


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.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Changing Rows height depending on Data

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] Changing Rows height depending on Data
 Login/Join
 
Member
posted
Hi there,
I would like to change the rows height data depending on having data or not.
let's say I have 0 data, that is showing as Missing, DOT, is not really hiding that data, so i would like to hide it, but as i cant find a way, i will like to change the height of the rows when data is missing.
How can i achieve that ?

thanks!!

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 15 | Registered: February 11, 2014Report This Post
Gold member
posted Hide Post
Hi Pats,

You can use SET NODATA to change how missing values show up:

SET NODATA = 0

Where "0" can be anything.

Hope it helps.


WebFOCUS App Studio 8103
Windows7
All outputs
 
Posts: 58 | Location: London, UK | Registered: May 09, 2011Report This Post
Member
posted Hide Post
thank you for your reply..
But I dont want to show anything for that.. Like, I want to hide entire row when missing data, no zero, no blank , no Dot.. my idea was to change the height of the row so it will disappear.. I tried many ways to hide the Missing but still showing the cells.


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 15 | Registered: February 11, 2014Report This Post
Guru
posted Hide Post
Pats,

How is different than your last post?


WF 7.6.11
Oracle
WebSphere
Windows NT-5.2 x86 32bit
 
Posts: 398 | Registered: February 04, 2008Report This Post
Member
posted Hide Post
Sorry, couldnt get you.
Other Posts that I did, outside this one is asking how to Hide the missing values... if there's a specific Code. No good replies yet.. So, my other idea is to change the height of the Row or Column when there's no data.. so, at least i put like 0.1 as height, or whatever, and it will be like "dissapear". it does make sense?

thanks.


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 15 | Registered: February 11, 2014Report This Post
Guru
posted Hide Post
If you want to eliminate the entire row if a data value is missing, why can't you just do a WHERE MYDATA IS NOT MISSING; to report only data that has values?


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
Member
posted Hide Post
i did it already, I have:

WHERE ( SALES IS-NOT MISSING OR
COST IS-NOT MISSING)
But, i swear it is still showing MISSING values, the DOT lets say, when there's no data for one of the Measures and data for the other one. Like, Cost has data and Sales does not, it will show both, so sales with have all DOTS in entire column... that's why my problem.
hope it is clear.
thanks.!


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 15 | Registered: February 11, 2014Report This Post
Guru
posted Hide Post
quote:
Originally posted by Pats:
i did it already, I have:

WHERE ( SALES IS-NOT MISSING OR
COST IS-NOT MISSING)
But, i swear it is still showing MISSING values, the DOT lets say, when there's no data for one of the Measures and data for the other one. Like, Cost has data and Sales does not, it will show both, so sales with have all DOTS in entire column... that's why my problem.
hope it is clear.
thanks.!


Yes, it will show the dot because it is an OR condition. It only needs one to be Not Missing for it to show.

So, if you don't want to see the dot, then change it to something else using SET NODATA.

So, say you SET NODATA=''. If SALES is missing but COST is not missing, then it will show the line with SALES as nothing (no dot) next to the COST data.

So, if SALES and COST are both missing, then the entire line is eliminated by the WHERE statement because it will not match the OR condition.

Is this not how you want it?


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
Member
posted Hide Post
Thanks Anates!

In my case, If SALES is missing but COST is not missing, then I would like to see only SALES not COST. I dont want to see any line, not blank nor NULL nor DOT, i dont want to see anything from COST. So, it should have only SALES in that block.

thank you.


WebFOCUS 7.6
Windows, All Outputs
 
Posts: 15 | Registered: February 11, 2014Report This Post
Guru
posted Hide Post
This would be much easier to understand if you provide a sample output.


WF 8.1.05 Windows
 
Posts: 333 | Location: Orlando, FL | Registered: October 17, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] Changing Rows height depending on Data

Copyright © 1996-2020 Information Builders