Initializing Views in XML Publisher Desktop [message #275099] |
Thu, 18 October 2007 05:04 |
sphinx
Messages: 1 Registered: October 2007
|
Junior Member |
|
|
Can anyone help with the following problem?
In XML Desktop Publisher i'm creating template but in my database query i'm using a view. The problem is that i need to initialize this view before running the query.
The code to initialize the views before i can use them is something like this:
BEGIN
Client_info ... org(102)
END
Thanx
|
|
|
Re: Initializing Views in XML Publisher Desktop [message #275111 is a reply to message #275099] |
Thu, 18 October 2007 06:04 |
tarmenel
Messages: 63 Registered: February 2007 Location: Israel
|
Member |
|
|
Why do you need to initialize the view? You may need to do it from PL/SQL Developer or Toad but if the View is being run from within Report Builder,you are using report builder to build the groups??, you will not need to initialize these views because this is passed. Give some more info on how you are creating the source data for the report, are you using reporter or something else.
|
|
|