Focal Point
[SOLVED] Basic question: Can I collect data with Managed Reporting?

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

September 27, 2013, 08:55 AM
Jason K.
[SOLVED] Basic question: Can I collect data with Managed Reporting?
Real simple question.
I have a table in my database that I would like to update using a webfocus .fex file. Is this something that is possible?

Is there another piece of software we would need to buy to update database tables using webfocus? If I just knew the name of the product I could get a demo.

Thanks!

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


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
September 27, 2013, 09:13 AM
Kamesh
Yes it is possible as long as you have access to update in to the database.


WFConsultant

WF 8105M on Win7/Tomcat
September 27, 2013, 10:02 AM
Jason K.
Kamesh: what should I look for in the documentation to see an example of how to do this?


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
September 27, 2013, 10:13 AM
Kamesh
It's going to be a same way you write your SELECT sql.

SQL ENGINE SET SERVER CONNECTIONNAME
SQL SQLORA

UPDATE TABLE
SET COLUMN = VALUE
;

TABLE FILE SQLOUT
PRINT *
END
-EXIT


WFConsultant

WF 8105M on Win7/Tomcat
September 29, 2013, 11:40 AM
Twanette
Hi Jason, You could use SQL, if the underlying DB understands SQL.

Or, you may be able to use MAINTAIN - but that is a WebFOCUS module that you would need to buy.

And, if you're willing to roll up your sleeves and write code i.e. no GUI!, then you could use MODIFY.

We use a combination of HTMLFORMs and MODIFY quite a bit for really simple Add/Update/Delete programs. I'm not sure whether anyone will give you a demo though ;-)


WebFOCUS 8.2.06 mostly Windows Server
September 29, 2013, 11:01 PM
Vivian
Look at Modify. It is simple and will probably solve your problem.

All of the commands are in the WebFocus Keysheet from Aviter..also maintain if you choose to go that route. But IMHO
Modify is simpler.

Vivian


Vivian Perlmutter
Aviter, Inc.


WebFOCUS Keysheet Rel. 8.0.2
(Almost) 1001 Ways to Work with Dates thru Rel. 8.0.2
Focus since 1982
WebFOCUS since the beginning
Vivian@aviter.com

September 30, 2013, 06:35 AM
Danny-SRL
Jason,
Use MODIFY: it is free.
If you need some help drop me a line.


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF