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.



Read-Only Read-Only Topic
Go
Search
Notify
Tools
Missing DATA
 Login/Join
 
Member
posted
Good morning/afternoon/evening and night,

Is there a way to show fields from the database wich don't have data in it.

For example iam trying to show the last 4 weeks with data. Some of these last 4 weeks don't contain data.

Those weeks wich don't contain any data aren't being shown in the output. The complete row is being removed from the output.'

Greetings !


WF 7.6.4, WINDOWS XP..
Output: EXCEL, PDF, HTML.
 
Posts: 7 | Registered: November 29, 2007Report This Post
<JG>
posted
There is a very large section in the Developers Studio on-line help dealing with missing data.

It might be a good idea to read it.

SET ALL=PASS

for most adapters however there are lots of rules.

P.S. ask Santa for a basic training course for Christmas.
 
Report This Post
Member
posted Hide Post
SET ALL = PASS...isn't working.. also left outer joins aren't working??

More options?


WF 7.6.4, WINDOWS XP..
Output: EXCEL, PDF, HTML.
 
Posts: 7 | Registered: November 29, 2007Report This Post
<JG>
posted
OK you have a joined structure.

What dbms/file type are the tables you are joining?

If you extract data from each table individually do you see all the rows
required when SET ALL=PASS is used.
 
Report This Post
Expert
posted Hide Post
quote:
P.S. ask Santa for a basic training course for Christmas.

Good One

SMSL

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
 
Posts: 5694 | Location: United Kingdom | Registered: April 08, 2004Report This Post
Virtuoso
posted Hide Post
quote:
For example iam trying to show the last 4 weeks with data. Some of these last 4 weeks don't contain data.


Does your database have any entry at all if no data exists?


Leah
 
Posts: 1317 | Location: Council Bluffs, IA | Registered: May 24, 2004Report This Post
Virtuoso
posted Hide Post
I suppose your want something like a week report and even if a specific week has no data you want it in the report.

Something like

           01      02       03     04         05
Country
ENGLAND     5       2        1                 7
SPAIN       3       4        2                 5
ITALY       2       1        3                  
          ---     ---      ---               ---
TOTAL      10       7        6                12
          ===     ===      ===               ===


If this is it, you can do a forced column by the command

TABLE FILE xxx
SUM SALES
BY COUNTRY
ACROSS WEEK COLUMNS '01' AND '02' AND '03' AND '04' AND '05'
END


So even if week '04' has no data you will get it in your report

Happy Holidays




Frank

prod: WF 7.6.10 platform Windows,
databases: msSQL2000, msSQL2005, RMS, Oracle, Sybase,IE7
test: WF 7.6.10 on the same platform and databases,IE7

 
Posts: 2387 | Location: Amsterdam, the Netherlands | Registered: December 03, 2006Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic


Copyright © 1996-2020 Information Builders