Focal Point
[CLOSED] Create Graph with procedure

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/309109512

August 20, 2009, 09:07 PM
Yangyang
[CLOSED] Create Graph with procedure
Hi everybody,

in sql2005 database i had a procedure (yytest_1.sql : select a,b,c,d from abcdtable),

in webfocus i want to create a graph,

in test.fex ,i use Sql Editer ,the code see below ,please

SQL SQLMSS SET SERVER WF
END

----------------------------------
SQL SQLMSS EX WF.DBO.yytest_1;
TABLE FILE SQLOUT
PRINT *
ON TABLE HOLD AS TT
END
TABLE FILE TT
PRINT *
END
----------------------------------

this code get the abcdtable table records.

so when i click the "Graph Tool"
--->in "Hold Files" had "SQLOUT" option
--->i choose the "SQLOUT" ,click OK
--->go to graph design menu ,but in the "Field selection" menu ,the "Filds" option haven't anything .

so i want to know , how to create the graph with
procedure.

who have the document about this , tell me where to down.

my web foucs version 767

Thanks,
Yang

This message has been edited. Last edited by: Kerry,


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET
August 20, 2009, 09:21 PM
Waz
Please use the Search the Technical Documentation Library at the top of this page.

Also search this forum for GRAPH FILE


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 20, 2009, 09:24 PM
Yangyang
quote:
Waz


Thanks Waz.
i will try it.


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET
August 20, 2009, 09:52 PM
Yangyang
To Waz,

thanks you for your help

but i can't find the info wiht create with procedure

Thanks,
Yang


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET
August 20, 2009, 10:04 PM
Waz
This is a link to the documentation.

http://documentation.informati...htm?url=topic222.htm


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

August 20, 2009, 11:41 PM
Yangyang
quote:
Originally posted by Waz:
This is a link to the documentation.

http://documentation.informati...htm?url=topic222.htm




Thanks Waz
i will study it.

Thanks,
Yang


WebFOCUS 7.6.8
WebFOCUS 7.6.10
BI
FLEX
.NET