Focal Point
[SOLVED] how to create business view command?

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

January 12, 2011, 10:14 PM
Cobain
[SOLVED] how to create business view command?
we can create SYNONYM use script like
"CREATE SYNONYM path/name FOR owner.tablename"
but,any one knows how to create business view using command with join other table?
I search doc didn't find it
thanks a lot ~

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


WebFOCUS 7.6
Windows, All Outputs
January 12, 2011, 10:29 PM
Waz
As far as I know, you have two choices.

1. Create a view and then create the synonym.

2. Create a multi segemtn master. Each segment point to a different table, and the relationship is defined in the ACX 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!

January 12, 2011, 10:49 PM
Cobain
Dear Waz,
thanks for your reply,would you please give me a sample about how to defined relationship in the acx file?


thanks you very much


WebFOCUS 7.6
Windows, All Outputs
January 12, 2011, 11:11 PM
Waz
Check out the documentation here.


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!

January 13, 2011, 01:02 AM
Cobain
Thank you very much


WebFOCUS 7.6
Windows, All Outputs