IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    WebFOCUS Quiz Thread
Page 1 2 
Go
New
Search
Notify
Tools
Reply
  
5-star Rating (1 Vote) Rate It!  Login/Join 
Master
Posted Hide Post
Ginny is the winner. The second big difference is dealing with blanks in the values that are in the external file being used in the selection statement.

Try running the following example one with the IF statement and then again with the WHERE clause. you will see that the WHERE clause fails due to the fact that W GERMANY has a blank in the value. The IF statement will work just fine.

TABLE FILE CAR
COUNT CAR NOPRINT
BY COUNTRY
ON TABLE SET HOLDLIST PRINTONLY
ON TABLE SAVE AS 'COUNTRY'
END
-RUN

TABLE FILE CAR
SUM CNT.CAR SALES
BY COUNTRY
IF COUNTRY EQ (COUNTRY)
-*WHERE COUNTRY IN FILE COUNTRY
END


Thanks!

Mickey

WebFOCUS 7.1.3 /// Windows 2003 Server /// Oracle Data Sources /// HTML, PDF, EXCEL Output
 
Posts: 933 | Location: Gaithersburg, MD, USA | Registered: May 07, 2003Reply With QuoteEdit or Delete MessageReport This Post
Virtuoso
Posted Hide Post
Well, this proves that I read documentation. I in fact have that whole discussion flagged in my hardcover manual.

Give me a little while to come up with a new question.


Ginny
---------------------------------
Prod: WF 7.6.5 with 7.6.6 WFRS; AIX 5.2; WebSphere 6.1.0.15
Dev: WF 7.6.5 with 7.6.6 WFRS; AIX 5.3; WebSphere 6.1.0.15
Primarily self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable
 
Posts: 1534 | Location: BNSF: Fort Worth, TX | Registered: April 05, 2006Reply With QuoteEdit or Delete MessageReport This Post
Virtuoso
Posted Hide Post
I am a WebFOCUS admin for a bunch of business unit developers and, other than passwords, the majority of questions are about application pathing. So let's play admin.

Assumptions

1. Secure WebFOCUS Reporting Server
2. Browser apps run under a default id if there is no logon.
3. Self-service
4. The master is not in the focexec directory.
5. Do not assume that the master directory is in edasprof.prf

How do you tell your developer to:

1. Access the master from Developer Studio tools.
2. Access the master when the program is run from the browser.
3. Access the master for a dynamic pulldown.

Though this is not a difficult question, maybe getting the answers here all in one place will help a future poster.


Ginny
---------------------------------
Prod: WF 7.6.5 with 7.6.6 WFRS; AIX 5.2; WebSphere 6.1.0.15
Dev: WF 7.6.5 with 7.6.6 WFRS; AIX 5.3; WebSphere 6.1.0.15
Primarily self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable
 
Posts: 1534 | Location: BNSF: Fort Worth, TX | Registered: April 05, 2006Reply With QuoteEdit or Delete MessageReport This Post
 Previous Topic | Next Topic powered by eve community Page 1 2  
 

IB - Developer Center    Forums  Hop To Forum Categories  FOCUS/WebFOCUS    WebFOCUS Quiz Thread

Copyright © 1996-2008 Information Builders, leaders in enterprise business intelligence.