Bursting with multiple datasets

I have a report that I want to burst. The report is based on 2 datasets.
1 dataset contains the information about the people that will be mailed with their report and their personal data. Split by/deliver by is based on this dataset (LIDNUMMER)
The 2nd dataset contains informational data that is placed in a table on this report.
The report runs perfect when it's not burst. Once the report is burst the table with the data from the 2nd dataset remains empty.
Format of the XML :
<DATA>

<Ledenlijst>

<LEDENLIJST_ROW>
<LIDNUMMER>354</LIDNUMMER>
<NAAM>Aer </NAAM>
<VOORNAAM>Mar</VOORNAAM>
<BBSFNR>326</BBSFNR>
<GEBOORTEDATUM>04/08/1997</GEBOORTEDATUM>
<ACTIEF_BIJ_JEUGD>Y</ACTIEF_BIJ_JEUGD>
<JIC_BC>JIC</JIC_BC>
<DINSDAGLIGA/>
<WOENSDAGLIGA/>
<INTER/>

<ADRESSEN>

<ADRESSEN_ROW>
<TELEFOON>016/000000</TELEFOON>
<GSM1>0495/000000</GSM1>
<GSM2/>
<EMAIL1>[email protected]</EMAIL1>
<EMAIL2>[email protected]</EMAIL2>
<STRAAT>laan</STRAAT>
<STRAATNR>33</STRAATNR>
<BUS>21</BUS>
<POSTCODE>3000</POSTCODE>
<WOONPLAATS>Leuven</WOONPLAATS>
</ADRESSEN_ROW>
</ADRESSEN>

<LIDMAATSCHAPPEN>

<LIDMAATSCHAPPEN_ROW>
<NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
<KOST_NIEUW_SEIZOEN>8</KOST_NIEUW_SEIZOEN>
</LIDMAATSCHAPPEN_ROW>

<LIDMAATSCHAPPEN_ROW>
<NAAM>JIC - Jeugdlid</NAAM>
<KOST_NIEUW_SEIZOEN>17</KOST_NIEUW_SEIZOEN>
</LIDMAATSCHAPPEN_ROW>
</LIDMAATSCHAPPEN>
</LEDENLIJST_ROW>

<LEDENLIJST_ROW>
<LIDNUMMER>190</LIDNUMMER>
<NAAM>Al </NAAM>
<VOORNAAM>David</VOORNAAM>
<BBSFNR>27</BBSFNR>
<GEBOORTEDATUM>06/10/1971</GEBOORTEDATUM>
<ACTIEF_BIJ_JEUGD>N</ACTIEF_BIJ_JEUGD>
<JIC_BC>BC</JIC_BC>
<DINSDAGLIGA>Lost 2</DINSDAGLIGA>
<WOENSDAGLIGA/>
<INTER>Rubens 2</INTER>

<ADRESSEN>

<ADRESSEN_ROW>
<TELEFOON>03/00000</TELEFOON>
<GSM1>0475/00000</GSM1>
<GSM2/>
<EMAIL1>[email protected]</EMAIL1>
<EMAIL2/>
<STRAAT>straat</STRAAT>
<STRAATNR> 129</STRAATNR>
<BUS/>
<POSTCODE>2627</POSTCODE>
<WOONPLAATS>Schelle</WOONPLAATS>
</ADRESSEN_ROW>
</ADRESSEN>

<LIDMAATSCHAPPEN>

<LIDMAATSCHAPPEN_ROW>
<NAAM>BBSF L-lid</NAAM>
<KOST_NIEUW_SEIZOEN>25</KOST_NIEUW_SEIZOEN>
</LIDMAATSCHAPPEN_ROW>

<LIDMAATSCHAPPEN_ROW>
<NAAM>BC Liga (+ inter)</NAAM>
<KOST_NIEUW_SEIZOEN>27</KOST_NIEUW_SEIZOEN>
</LIDMAATSCHAPPEN_ROW>
</LIDMAATSCHAPPEN>
</LEDENLIJST_ROW>
</Ledenlijst>

<Lidmaatschappen_volgend_seizoen>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF L-lid</NAAM>
<KOST>25</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF M-lid (enkel verzekering)</NAAM>
<KOST>8</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF Junior-L Lid</NAAM>
<KOST>25</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF Prém. - Min. - Jun. Lid</NAAM>
<KOST>8</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF Miniem-L Lid</NAAM>
<KOST>25</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BBSF Veteraan Lid</NAAM>
<KOST>8</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BC Inter</NAAM>
<KOST>42</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BC Liga</NAAM>
<KOST>17</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>JIC - Jeugdlid</NAAM>
<KOST>17</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>

<LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
<ID>5</ID>
<SEIZOEN>Seizoen '10-'11</SEIZOEN>
<NAAM>BC Liga (+ inter)</NAAM>
<KOST>27</KOST>
</LIDMAATSCHAPPEN_VOLGEND_SEIZOEN_ROW>
</Lidmaatschappen_volgend_seizoen>
</DATA>
So, as you can see both XML's are appended into 1 XML file. To get the table with the data out of the 2nd dataset I had to play with XPATH statements.
Is there a way this can solve the bursting issue as well?
Tx!

I would like to have the following output:
File 1 - Store 2 - Query A + Store 2 - Query B
File 2 - Store 4 - Query A + Store 4 - Query B
File 3 - Store 5 - Query A + Store 5 - Query B
the bursting level should be give at
File 1 - Store 2 - Query A + Store 2 - Query B
so the tag in the xml has to be split by common to these three rows.
since the data is coming from the diff query, and the data is not going to be under single tag.
you cannot burst it using concatenated data source.
But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
select distinct store_name from all-stores
select * from query1 where store name = :store_name === 1st query
select * from query2 where store name = :store_name === 2nd query
define the datastructure the way you wanted,
the xml will contain something like this
<stores>
<store> </store> - for store 2
<store> </store> - for store 3
<store> </store> - for store 4
<store> </store> - for store 5
<stores>
now you can burst it at store level.

Similar Messages

  • No content with multiple datasets in detailregion

    I have a detailregion, in which I don't just want to display
    data, but want to enable data maintenance via a form. There are
    some dynamic select fields, so their datasets are declared together
    with the main dataset when the detail region is set up. T
    The code used to declare the detailregion is
    <div spry:detailregion="routerlist_xml edit_country_xml
    edit_region_xml">
    The detailregion that should be under the list display is
    well - not showing.
    When I take the datasets for the select fields away so the
    line looks like
    <div spry:detailregion="routerlist_xml">
    the detailregion displays as expected.
    (Of course the browser will complain about the missing
    datasets, but that is not the point here).
    Is it not possible to have multiple datasets in a
    detailregion? If not, what is a workaraound to get a dynamic select
    into a detailed field? If yes, is there anything wrong in my code?
    Or is there a bug in the Spry framework?
    Any pointers are welcome.
    Thanks

    Trial and error solved the problem.
    When there is an error XML the dataset for the dynamic select
    field is based on, then the whole region in to which the dataset
    was linked will not be shown.
    The 'error' in my case, it appears, were non-US keyboard
    characters (from a german keyboard). The underlying database mysql
    is set to UTF8-unicode, and the xml-export function has
    $xmlExportObj->setDBEncoding("UTF-8");
    $xmlExportObj->setXMLEncoding("UTF-8");
    in its code.
    Once those characters were removed, it all worked fine.
    To make things even more confusing was the fact that the page
    worked fine in Firefox when the detailed region just would not show
    in IE7 due to the special characters.
    A bug or a compatibality issue for the Adobe crew to check
    out ?
    Comments welcome...

  • Creating a Month dropdown list for a report with multiple datasets

    I am currently working on a report that contains many charts that rely on multiple datasets. Currently, I have parameters @StartDate and @EndDate to display the information of the previous month across all the charts as my default value. Now, I would like
    to create a dropdown list so that the user can pick any month, and have the report display the data across all the charts for that particular month, while keeping the display of the previous month as the default value. Can anyone help as to how I can approach
    this. Would I have to use an expression when I specify my available values, or would I have to create a dataset to get the value of all 12 months? Any help would be greatly appreciated.

    This is essentially where I am having some trouble, as in creating the dataset that returns the individual months of the year as I am relatively to the use of SSRS. Could you possibly elaborate on how I can do so? Thank you in advance!
    Create a dataset in SSRS
    Inside dataset properties map datasource and then inside give command like
    DECLARE @Month int = 5 --example value
    SELECT ...
    FROM Table
    WHERE datefield >= DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-2),0)
    AND datefield < DATEADD(mm,DATEDIFF(yy,0,GETDATE())*12 +(@Month-1),0)
    then on refresh it will take field information and parameter information by itself.
    Please Mark This As Answer if it solved your issue
    Please Mark This As Helpful if it helps to solve your issue
    Visakh
    My MSDN Page
    My Personal Blog
    My Facebook Page

  • Bursting with multiple data sources

    Hello all,
    I am working in a retail environment and we are building reports for the stores. There are several reports and they all receive the same reports. We are using BIP Entreprise with the bursting feature and it works very well.
    The problem is that there are too many reports and we would like to combine all reports of the same store within the same PDF. We use the multiple data source feature and was able to concatenate all reports together.
    Using this new report and template, we can not make the bursting functionality to work properly: the bursted report do not contain all the required report components.
    For example, I have 2 queries A and B each producing reports for 3 stores: 2, 4 and 5. Without bursting, the output is as is:
    Query A - Store 2
    Query A - Store 4
    Query A - Store 5
    Query B - Store 2
    Query B - Store 4
    Query B - Store 5
    With bursting into a file using the store number, I get the following:
    File 1 - Store 2 - Query A
    File 2 - Store 4 - Query A
    File 3 - Store 5 - Query A
    + Store 2 - Query B
    + Store 4 - Query B
    + Store 5 - Query B
    I would like to have the following output:
    File 1 - Store 2 - Query A
    + Store 2 - Query B
    File 2 - Store 4 - Query A
    + Store 4 - Query B
    File 3 - Store 5 - Query A
    + Store 5 - Query B
    The main question is: can this be done using BI Pub Enterprise? We using version 10.1.3.3.2
    If it is, can you provide me with help on how to configure either/or the requests and template to accomplish this task?
    I create an SR and Oracle Support does not have an answser and suggested that somebody in the Forum might help.
    Thanks in advance,
    Minh

    I would like to have the following output:
    File 1 - Store 2 - Query A + Store 2 - Query B
    File 2 - Store 4 - Query A + Store 4 - Query B
    File 3 - Store 5 - Query A + Store 5 - Query B
    the bursting level should be give at
    File 1 - Store 2 - Query A + Store 2 - Query B
    so the tag in the xml has to be split by common to these three rows.
    since the data is coming from the diff query, and the data is not going to be under single tag.
    you cannot burst it using concatenated data source.
    But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
    select distinct store_name from all-stores
    select * from query1 where store name = :store_name === 1st query
    select * from query2 where store name = :store_name === 2nd query
    define the datastructure the way you wanted,
    the xml will contain something like this
    <stores>
    <store> </store> - for store 2
    <store> </store> - for store 3
    <store> </store> - for store 4
    <store> </store> - for store 5
    <stores>
    now you can burst it at store level.

  • How to fix a report textbox aggregate expression error in SQL server reporting with multiple datasets?

    I have a SQL Server Reporting Services report that has a textbox within a Report with variations of the following expression 
    =Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) 
    and 
    Iif(Fields!PointID.Value = 500, 1, 0)) / Sum(Iif(Fields!PointID.Value = 500, 1, 0)) 
    I see the following error when I try to preview the report: 
    The Value expression for the text box ‘Textbox2’ uses an aggregate expression without a scope. A scope is required for all aggregates used outside of a data region unless the report contains exactly one dataset. 
    What am I missing in this this expression to make it run incorrectly

    Can you include dataset name in your sum functions? e.g. Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) 
    and 
    Iif(Fields!PointID.Value = 500, 1, 0)) should include your dataset name as Sum(IiF(Fields!RegisterID.Value = 6000, 1, 0) and Iif(Fields!PointID.Value = 500, 1, 0),"datasetname")Like wise  Sum(Iif(Fields!PointID.Value = 500, 1, 0))  should also have dataset name Sum(Iif(Fields!PointID.Value = 500, 1, 0),"datasetname") 
    Gaur

  • Bursting with multiple attachments?

    hi all,
    we have created a custom PO report. the report produces an xml data grouped by a vendor then by their POs. we want to use bursting but need to create separate report outputs per PO then will attach all POs to an email then send it to its corresponding Vendor.
    is this possible in BI Publisher?
    thanks
    allen

    I would like to have the following output:
    File 1 - Store 2 - Query A + Store 2 - Query B
    File 2 - Store 4 - Query A + Store 4 - Query B
    File 3 - Store 5 - Query A + Store 5 - Query B
    the bursting level should be give at
    File 1 - Store 2 - Query A + Store 2 - Query B
    so the tag in the xml has to be split by common to these three rows.
    since the data is coming from the diff query, and the data is not going to be under single tag.
    you cannot burst it using concatenated data source.
    But you can do it, using the datatemplate, and link the query and get the data for each file under a single query,
    select distinct store_name from all-stores
    select * from query1 where store name = :store_name === 1st query
    select * from query2 where store name = :store_name === 2nd query
    define the datastructure the way you wanted,
    the xml will contain something like this
    <stores>
    <store> </store> - for store 2
    <store> </store> - for store 3
    <store> </store> - for store 4
    <store> </store> - for store 5
    <stores>
    now you can burst it at store level.

  • Multiple Datasets w/ Observers

    I have a spry-ajax paging system setup so users can goto the
    next 10 records, or back 10 records, etc.
    it uses the onDataChanged observer to do
    contentObserver.onDataChanged = function(dataSet, data){
    Do some stuff
    This works fine when there is one dataSet being used, but now
    we need to add paging for multiple datasets, and we could have 5 or
    6 on a page.
    Normally, I would just do this:
    contentObserver.onDataChanged = function(dataSet, data,
    dataSetNumber){
    But I'm new to observers, and my understanding is it doesn't
    work that way. But there must be a way to know inside my function
    what dataset is being returned.
    So has anyone every done spry paging with multiple datasets
    and could shed some light on this?

    Try to create a general function like this:
    myDataChanged = function(dataSet, data, datasetnumber){
    Do some stuff
    and then call this function from within different observers:
    ds1.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 1)}});
    ds2.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 2)}});
    ds3.addObserver({onDataChanged:function(ds, data){return
    myDataChanged(ds, data, 3)}});
    If this doesn't help you, please describe us the real use
    case when you need multiple pagination.
    Thanks,
    Diana

  • Bursting a report with multiple queries

    Hi,
    I need to set-up bursting in BIP for a report with multiple queries. The output format is pdf and delivery is through e-mail. Since the queries need to be linked, I'm trying to do this using data template. I've set-up split and burst based on a field (store_id) from the first query which is used as a bind variable in the subsequent queries. So I'd ideally want the report to be split based on store_id. The report works fine if I use a parameter for store_id and view the output by store_id. When I try to schedule the report for bursting, it generates and e-mails the reports but only the last report appears to have correct data output while the others have only the output from the first query (and all other queries appear to return nothing in the report).
    Any suggestions on what could be the issue here? Thanks!
    Here is the data template for the report:
    <dataTemplate name="Report" description="Report" dataSourceRef="ReportDB">
    <dataQuery>
    <sqlStatement name="STORE_VENDOR">
    <![CDATA[SELECT STORE.STORE_ID Q1_STORE_ID, VENDOR.VENDOR_ID Q1_VENDOR_ID, VENDOR.VENDOR_DESC Q1_VENDOR_DESC, PERSON.NAME Q1_NAME
                   FROM STORE, SERVICE_TICKET, VENDOR, ROLE, ROLE_TYPE, PERSON, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = VENDOR.SOURCE_ID AND SERVICE_TICKET.VENDOR_ID = VENDOR.VENDOR_ID)
                   AND (STORE.SOURCE_ID = ROLE.SOURCE_ID AND STORE.STORE_ID = ROLE.STORE_ID)
                   AND (ROLE.SOURCE_ID = ROLE_TYPE.SOURCE_ID AND ROLE.ROLE_TYPE_ID = ROLE_TYPE.TYPE_ID AND ROLE_TYPE.TYPE_DESC = 'PIC')
                   AND (ROLE.SOURCE_ID = PERSON.SOURCE_ID AND ROLE.PERSON_ID = PERSON.PERSON_ID)
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   GROUP BY STORE.STORE_ID, VENDOR.VENDOR_ID, VENDOR.VENDOR_DESC, PERSON.NAME
                   ORDER BY STORE.STORE_ID]]>
    </sqlStatement>
    <sqlStatement name="WO">
    <![CDATA[SELECT STORE.STORE_ID Q3_STORE_ID, 'Nightly Cleaning' Q3_NIGHTLY_CLEANING, 'Nightly Cleaning' Q3_DESCRIPTION, SERVICE_TICKET.TICKET_ID Q3_TICKET_ID, TO_CHAR(SERVICE_TICKET.END_DATE, 'MM/DD/YYYY') Q3_END_DATE, 'Excellent' Q3_QUALITY_RATING_1, 'Satisfactory' Q3_QUALITY_RATING_2, 'Unsatisfactory' Q3_QUALITY_RATING_3
                   FROM SERVICE_TICKET, STORE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4']]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_1">
    <![CDATA[SELECT STORE.STORE_ID Q4_STORE_ID, ZONE.ZONE_DESC Q4_ZONE_DESC, SERVICE_TICKET_LINE.SERVICE_COST Q4_SERVICE_COST, SERVICE_TICKET_LINE.TICKET_ID Q4_TICKET_ID, TO_CHAR(SERVICE_TICKET_LINE.WO_END_DATE, 'MM/DD/YYYY') Q4_WO_END_DATE, 'Excellent' Q4_QUALITY_RATING_1, 'Satisfactory' Q4_QUALITY_RATING_2, 'Unsatisfactory' Q4_QUALITY_RATING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'ABC'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TICKET_LINE.SOURCE_ID, SERVICE_TICKET_LINE.TICKET_ID, SERVICE_TICKET_LINE.LINE_ID]]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_2">
    <![CDATA[SELECT STORE.STORE_ID Q5_STORE_ID, ZONE.ZONE_DESC Q5_ZONE_DESC, SERVICE_TICKET_LINE.SERVICE_COST Q5_SERVICE_COST, SERVICE_TICKET_LINE.TICKET_ID Q5_TICKET_ID, TO_CHAR(SERVICE_TICKET_LINE.WO_END_DATE, 'MM/DD/YYYY') Q5_WO_END_DATE, 'Excellent' Q5_QUALITY_RATING_1, 'Satisfactory' Q5_QUALITY_RATING_2, 'Unsatisfactory' Q5_QUALITY_RATING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'XYZ'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TICKET_LINE.SOURCE_ID, SERVICE_TICKET_LINE.TICKET_ID, SERVICE_TICKET_LINE.LINE_ID]]>
    </sqlStatement>
    <sqlStatement name="SERVC_TYPE_3">
    <![CDATA[SELECT STORE.STORE_ID Q6_STORE_ID, ZONE.ZONE_DESC Q6_ZONE_DESC, 'Excellent' Q6_QUALITY_RATING_1, 'Satisfactory' Q6_QUALITY_RATING_2, 'Unsatisfactory' Q6_QUALITY_RATING_3, 'One' Q6_QTY_MISSING_1, 'Two' Q6_QTY_MISSING_2, '3 or More' Q6_QTY_MISSING_3
                   FROM SERVICE_TICKET_LINE, SERVICE_TICKET, STORE, SERVICE_TYPE, ZONE, PERIOD PERIOD_FROM, PERIOD PERIOD_TO
                   WHERE (SERVICE_TICKET.SOURCE_ID = SERVICE_TICKET_LINE.SOURCE_ID AND SERVICE_TICKET.TICKET_ID = SERVICE_TICKET_LINE.TICKET_ID)
                   AND (SERVICE_TICKET.SOURCE_ID = STORE.SOURCE_ID AND SERVICE_TICKET.STORE_ID = STORE.STORE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = SERVICE_TYPE.SOURCE_ID AND SERVICE_TICKET_LINE.SERVICE_TYPE_ID = SERVICE_TYPE.TYPE_ID)
                   AND (SERVICE_TICKET_LINE.SOURCE_ID = ZONE.SOURCE_ID AND SERVICE_TICKET_LINE.ZONE_ID = ZONE.ZONE_ID)
                   AND SERVICE_TYPE.TYPE_DESC = 'PQR'
                   AND SERVICE_TICKET.START_DATE BETWEEN PERIOD_FROM.START_DATE AND PERIOD_TO.END_DATE
                   AND STORE.STORE_ID = :Q1_STORE_ID
                   AND PERIOD_FROM.PERIOD_DESC = 'Cal Week 1'
                   AND PERIOD_TO.PERIOD_DESC = 'Cal Week 4'
                   ORDER BY SERVICE_TYPE.TYPE_ID]]>
    </sqlStatement>
    </dataQuery>
    <dataStructure>
         <group name="G_STORE_VENDOR" source="STORE_VENDOR">
              <element name="Q1_STORE_ID" value="Q1_STORE_ID"/>
              <element name="Q1_VENDOR_ID" value="Q1_VENDOR_ID"/>
              <element name="Q1_VENDOR_DESC" value="Q1_VENDOR_DESC"/>
              <element name="Q1_NAME" value="Q1_NAME"/>
         </group>     
         <group name="G_WO" source="WO">
              <element name="Q3_NIGHTLY_CLEANING" value="Q3_NIGHTLY_CLEANING"/>
              <element name="Q3_DESCRIPTION" value="Q3_DESCRIPTION"/>
              <element name="Q3_TICKET_ID" value="Q3_TICKET_ID"/>
              <element name="Q3_END_DATE" value="Q3_END_DATE"/>
              <element name="Q3_QUALITY_RATING_1" value="Q3_QUALITY_RATING_1"/>
              <element name="Q3_QUALITY_RATING_2" value="Q3_QUALITY_RATING_2"/>
              <element name="Q3_QUALITY_RATING_3" value="Q3_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_1" source="SERVC_TYPE_1">
              <element name="Q4_ZONE_DESC" value="Q4_ZONE_DESC"/>
              <element name="Q4_SERVICE_COST" value="Q4_SERVICE_COST"/>
              <element name="Q4_TICKET_ID" value="Q4_TICKET_ID"/>
              <element name="Q4_WO_END_DATE" value="Q4_WO_END_DATE"/>
              <element name="Q4_QUALITY_RATING_1" value="Q4_QUALITY_RATING_1"/>
              <element name="Q4_QUALITY_RATING_2" value="Q4_QUALITY_RATING_2"/>
              <element name="Q4_QUALITY_RATING_3" value="Q4_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_2" source="SERVC_TYPE_2">
              <element name="Q5_ZONE_DESC" value="Q5_ZONE_DESC"/>
              <element name="Q5_SERVICE_COST" value="Q5_SERVICE_COST"/>
              <element name="Q5_TICKET_ID" value="Q5_TICKET_ID"/>
              <element name="Q5_WO_END_DATE" value="Q5_WO_END_DATE"/>
              <element name="Q5_QUALITY_RATING_1" value="Q5_QUALITY_RATING_1"/>
              <element name="Q5_QUALITY_RATING_2" value="Q5_QUALITY_RATING_2"/>
              <element name="Q5_QUALITY_RATING_3" value="Q5_QUALITY_RATING_3"/>
         </group>     
         <group name="G_SERVC_TYPE_3" source="SERVC_TYPE_3">
              <element name="Q6_ZONE_DESC" value="Q6_ZONE_DESC"/>
              <element name="Q6_QUALITY_RATING_1" value="Q6_QUALITY_RATING_1"/>
              <element name="Q6_QUALITY_RATING_2" value="Q6_QUALITY_RATING_2"/>
              <element name="Q6_QUALITY_RATING_3" value="Q6_QUALITY_RATING_3"/>
              <element name="Q6_QTY_MISSING_1" value="Q6_QTY_MISSING_1"/>
              <element name="Q6_QTY_MISSING_2" value="Q6_QTY_MISSING_2"/>
              <element name="Q6_QTY_MISSING_3" value="Q6_QTY_MISSING_3"/>
         </group>
    </dataStructure>
    </dataTemplate>

    Hello user6428199,
    When you use ":Q1_STORE_ID" in your queries, BI Publisher looks for a report parameter named Q1_STORE_ID. Change all your report queries to get data for all the store_id's available. As you are bursting the report using the store_id as the bursting key, BI Publisher will split the report based on the stored_id and delivers content based on it. No matter how many queries you may have, BI Publisher will loop through all the store_id's available and all the queries will return data for that particular id in a report.
    Thanks,
    Machaan

  • Modifying XML to run a batch/burst on a Book With Multiple Connections

    Figured I'd use the ENTIRE subject line.
    Quick: I have a book that has multiple reports with multiple data connections. I wanted to create a batch and have it burst for a certain POV. Unfortunately because there are multiple data connections, it will only modify one report POV, not all associated with the book.
    I exported the batch file and modified the XML file and called <Batch_POV_OVERRIDE> twice within the <BURSTING_OPTIONS> tags but it reduced performance significantly (1 minute to 12 minutes a report)
    Question is, is there a better way to do this? I know this really relates to Hyperion BI Applications, but since this is in XML, I was hoping someone with experience in both could POSSIBLY help me.
    Thanks in advance!

    Kolbjxrn,
    Please post this question on http://forums.oracle.com/forums/forum.jsp?id=486963 for best response.
    Ashesh Parekh
    Oracle9iAS Product Management

  • Scheduled Report - Bug with Multiple Selection LOV parameter

    Problem:
    I have a scheduled report with a parameter that has it's "Multiple Selection" checkbox checked. I schedule the report with multiple values selected. When I receive the report via email, the report ran as if I only selected one LOV value instead of multiple values.
    Facts:
    1) Enterprise version 10.1.3.2.1
    2) When you run the report manually with multiple values selected in the LOV, it runs great with the correct dataset.
    3) This scheduled report does not have a Data Template.
    James
    P.S. - I searched this forum for other treads on this issue. I didn't find any. Sorry if this is a duplicate.

    I have this same problem, too.
    When I select multiple parameters on the "View" screen for a given report, everything works fine.
    When I schedule it, however, only the last parameter I clicked on (regardless of whether a select a range or multiple individual values) is passed to the query. The other selections I make are ignored.
    What gives? Am I doing something wrong? Is this a bug? Is there a workaround?

  • BIPublisher - Bursting to multiple Email IDs

    Hi,
    I have a requirement to burst email to multiple recipients. I am using Oracle Report 10g for generating XML tags. I am getting multiple records with multiple email IDs and need to send email to all of them with there set of data, meaning for email data will be replaced with actual data for corresponding record.
    Sample Data -
    <?xml version="1.0" encoding="UTF-8"?>
    <!-- Generated by Oracle Reports version 10.1.2.3.0 -->
    <C_CSD_DEVICE_LATE_RECEIPT>
    <LIST_G_SHIP_DATE>
    <G_SHIP_DATE>
    <INCIDENT_ID2>7806</INCIDENT_ID2>
    <SHIP_DATE>18-NOV-11</SHIP_DATE>
    <RECEIVE_DATE></RECEIVE_DATE>
    <REPAIR_NAME>Loaner, Repair and Return</REPAIR_NAME>
    <REPAIR_NUMBER>49004</REPAIR_NUMBER>
    <REPAIR_LINE_ID>48004</REPAIR_LINE_ID>
    <DISPOSITION_CODE></DISPOSITION_CODE>
    <CARTON_NUMBER>10415262</CARTON_NUMBER>
    <INCIDENT_NUMBER>6606</INCIDENT_NUMBER>
    <SERIAL_NUMBER>MOTXT912-4</SERIAL_NUMBER>
    <LIST_G_RO_ID>
    <G_RO_ID>
    <RO_ID>32003</RO_ID>
    <TRACKING_NUMBER>795347884618</TRACKING_NUMBER>
    </G_RO_ID>
    </LIST_G_RO_ID>
    <LIST_G_HEADER_ID>
    <G_HEADER_ID>
    <HEADER_ID>356160</HEADER_ID>
    <PARTY_ID>16478</PARTY_ID>
    <SHIP_TO_CUSTOMER_NAME>AB Limited</SHIP_TO_CUSTOMER_NAME>
    <SHIP_TO_ADDRESS1>AB Limited</SHIP_TO_ADDRESS1>
    <SHIP_TO_ADDRESS2>Garonor BP724</SHIP_TO_ADDRESS2>
    <SHIP_TO_ADDRESS3></SHIP_TO_ADDRESS3>
    <SHIP_TO_CITY>Aulnay sous Bois</SHIP_TO_CITY>
    <SHIP_TO_STATE></SHIP_TO_STATE>
    <SHIP_TO_COUNTY></SHIP_TO_COUNTY>
    <SHIP_TO_COUNTRY>FR</SHIP_TO_COUNTRY>
    <SHIP_TO_POSTAL_CODE>93515</SHIP_TO_POSTAL_CODE>
    <SHIPMENT_NUMBER>10415262</SHIPMENT_NUMBER>
    <SHIP_DATE1>18-NOV-11</SHIP_DATE1>
    <INCIDENT_ID>7806</INCIDENT_ID>
    <LIST_G_INCIDENT_ID1>
    <G_INCIDENT_ID1>
    <INCIDENT_ID1>7806</INCIDENT_ID1>
    <PARTY_ID1>1050001081</PARTY_ID1>
    <CONTACT_POINT_TYPE>EMAIL</CONTACT_POINT_TYPE>
    <TO_EMAIL>[email protected]</TO_EMAIL>
    </G_INCIDENT_ID1>
    </LIST_G_INCIDENT_ID1>
    </G_HEADER_ID>
    </LIST_G_HEADER_ID>
    </G_SHIP_DATE>
    <G_SHIP_DATE>
    <INCIDENT_ID2>15028</INCIDENT_ID2>
    <SHIP_DATE>03-DEC-11</SHIP_DATE>
    <RECEIVE_DATE></RECEIVE_DATE>
    <REPAIR_NAME>Advance Exchange</REPAIR_NAME>
    <REPAIR_NUMBER>91016</REPAIR_NUMBER>
    <REPAIR_LINE_ID>97016</REPAIR_LINE_ID>
    <DISPOSITION_CODE></DISPOSITION_CODE>
    <CARTON_NUMBER>10519452</CARTON_NUMBER>
    <INCIDENT_NUMBER>14828</INCIDENT_NUMBER>
    <SERIAL_NUMBER>MOTCUST02</SERIAL_NUMBER>
    <LIST_G_RO_ID>
    <G_RO_ID>
    <RO_ID>32003</RO_ID>
    <TRACKING_NUMBER>795347884618</TRACKING_NUMBER>
    </G_RO_ID>
    </LIST_G_RO_ID>
    <LIST_G_HEADER_ID>
    <G_HEADER_ID>
    <HEADER_ID>440201</HEADER_ID>
    <PARTY_ID>1050287175</PARTY_ID>
    <SHIP_TO_CUSTOMER_NAME>Tauseef</SHIP_TO_CUSTOMER_NAME>
    <SHIP_TO_ADDRESS1>APT 21</SHIP_TO_ADDRESS1>
    <SHIP_TO_ADDRESS2>CHEC09G BLDG</SHIP_TO_ADDRESS2>
    <SHIP_TO_ADDRESS3></SHIP_TO_ADDRESS3>
    <SHIP_TO_CITY>Los Angeles</SHIP_TO_CITY>
    <SHIP_TO_STATE>CA</SHIP_TO_STATE>
    <SHIP_TO_COUNTY>Los Angeles</SHIP_TO_COUNTY>
    <SHIP_TO_COUNTRY>US</SHIP_TO_COUNTRY>
    <SHIP_TO_POSTAL_CODE>910316</SHIP_TO_POSTAL_CODE>
    <SHIPMENT_NUMBER>10519452</SHIPMENT_NUMBER>
    <SHIP_DATE1>03-DEC-11</SHIP_DATE1>
    <INCIDENT_ID>15028</INCIDENT_ID>
    <LIST_G_INCIDENT_ID1>
    <G_INCIDENT_ID1>
    <INCIDENT_ID1>15028</INCIDENT_ID1>
    <PARTY_ID1>1050287175</PARTY_ID1>
    <CONTACT_POINT_TYPE>EMAIL</CONTACT_POINT_TYPE>
    <TO_EMAIL>[email protected]</TO_EMAIL>
    </G_INCIDENT_ID1>
    </LIST_G_INCIDENT_ID1>
    </G_HEADER_ID>
    </LIST_G_HEADER_ID>
    </G_SHIP_DATE>
    </LIST_G_SHIP_DATE>
    </C_CSD_DEVICE_LATE_RECEIPT>
    Sample Control File -
    <?xml version='1.0' encoding='ISO-8859-1'?>
    <xapi:requestset xmlns:xapi="http://xmlns.oracle.com/oxp/xapi">
    <xapi:request select="/C_CSD_DEVICE_LATE_RECEIPT/LIST_G_SHIP_DAT/G_SHIP_DATE/">
    <xapi:delivery>
    <xapi:email id="${CONC_REQUEST_ID}" server="remotesmtp.abc.com" port="25" from="[email protected]" reply-to ="[email protected]">
    <xapi:message id="${CONC_REQUEST_ID}" to="${TO_EMAIL}" cc="" bcc=""
    attachment="false"
    subject="Device Return Notification">
    Dear ${SHIP_TO_CUSTOMER_NAME},
    ${SHIP_TO_ADDRESS1},
    ${SHIP_TO_ADDRESS2}, ${SHIP_TO_ADDRESS3},
    ${SHIP_TO_CITY,${SHIP_TO_STATE},${SHIP_TO_POSTAL_CODE}
    </xapi:message>
    </xapi:email>
    </xapi:delivery>
    <xapi:document output="${CONC_REQUEST_ID}" output-type="HTML" delivery="${CONC_REQUEST_ID}">
    <xapi:template type="rtf" location="xdo://C_APPS.C_CSD_DEVICE_LATE_RECEIPT.en.US/?getSource=true" filter=""/>
    </xapi:document>
    </xapi:request>
    </xapi:requestset>
    Regards
    Tauseef

    Hi Chris,
    If my understanding is right, you must be using the master data of vendor Code(Which has an attribute to store Email IDs).
    You can add multiple email ID to the same master data separated by semi colon ";"
    If you are using user IDs instead, I dont think it is possible to use multiple user ID in the same attribute.
    in this case you need to enhance the master data with a new attribute to store the second user ID and the  create a separate setting for this attribute.
    Hope this helps.
    Regards.
    Shafi.

  • Bursting with BO EDGE ?

    How can we do bursting with BO EDGE? 
    I have a Crystal Report(2008) which is extract data from SAP through the SAP integration kit.  I also have BO EDGE 3.0 and I would like to publish this report to many sales rep with their own data.  Then, I know with BO Enterprise there a publication feature that allow to do that but I cannot see it in EDGE.   Could you explain step by step how to do bursting with Edge 3.0 and Crystal Report 2008 ?
    thanks in advance.

    In the document "Crystal Reports 2008 User's Guide" I can read;
    "Advanced report publishing
    Also known as report bursting, this new advanced-publishing feature is a
    platform for the mass distribution of personalized content. Multiple reports
    can be created based on different data sources, combined into one desired
    file format (for example, PDF), loaded with personalized content, and then
    sent to a dynamic list of recipientsu2014all in one action. The content can be
    archived, printed, or emailed in separate actions, or simultaneously. This
    feature makes scheduling much faster and easier, and provides the ability
    to conduct cost effective one-on-one marketing campaigns and other
    personalized high-volume reporting.
    Note: This feature is available only with a BusinessObjects Enterprise
    Release 3 server environment.
    Then, I repeat my question because we don't have BO Enterprise:  Can we do Bursting with BO Edge Series 3.0 or 3.1?
    I'm asking because even though there's a note, sometime it's confuse between Enterprise and Edge.

  • Lookup or Filter multiple datasets in an Expression?

    Hi 
    I am new to Visual Studio and am trying to find my feet.
    I have a totals form which I can use an Expression to select all the data from multiple datasets fine, but I am wanting to filter the results to just show a single user at a time on my form. (Dataset shows Users and Grand Totals)
    Is it possible to use an Expression to say (Select ["Grand Totals" from Dataset1] where ["User" from Dataset1] = "Julie Smith") ?
    Thank you 
    Tracey

    Hello Tracey,
    Your issue is out of support range of VS General Question forum which mainly discusses the usage issue of Visual Studio IDE such as
    WPF & SL designer, Visual Studio Guidance Automation Toolkit, Developer Documentation and Help System
    and Visual Studio Editor.
    I am moving your question to the moderator forum ("Where is the forum for..?"). The owner of the forum will direct you to a right forum.
    In addition, If you are working with Windows Forms app, you can consult on Windows Forms Forum:http://social.msdn.microsoft.com/Forums/windows/en-US/home?category=windowsforms
    If you are working with WPF app, you can choose WPF forum:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=wpf
    If you are working with ASP.NET Web Application, I suggest that you can consult your issue on ASP.NET forum:
    http://forums.asp.net/
     for better solution and support.
    Visual Studio Language Forums:
    http://social.msdn.microsoft.com/Forums/vstudio/en-US/home?category=vslanguages
    Best regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Best way to design website with multiple pages

    In dreamweaver what are your suggestions to create a full website with multiple pages where each page has a different but similar setup. I'd have a similar theme but I don't want each page to be exactly the same as the home page? I've tried a template but that was a nightmare since some of my pages were different from the original page and i had to mess with it to fix it.I've also made the home page, saved the html file in my website root folder then changed that page into the second page and saved it as another html file. I have thought about using pre-made templates and designs but I kind of want to design from my own creative viewpoint.
    your ideas are appreciated, advice welcome.

    Templates do make your life much easier.  I use the following scheme....
    First, I mentally separate the page layout into three sections:
    1.  Stuff that will not change for the life of the site (i.e., the basic
    structural elements)
    2.  Stuff that *could* change from time to time (e.g., navigation elements,
    burst advertisements, section-specific navigation, etc.)
    3.  Stuff that *will* change from one page to the next
    Then I create a template containing all class1 elements.  Next I create
    server-side include files containing all class 2 elements and place them on
    the template as needed.  Note - some of the class 2 elements may be
    "section-specific elements", and their placement on the template will be
    subject to the next item.  Finally, I insert editable regions to cover the
    class 3 items, INCLUDING the section-specific navigation.
    This allows me to just cookie-cut the rest of the site.  I estimate that
    even for fairly large sites, about 80% of my work goes into planning and
    creating this template file.
    To handle pages that have substantially different layouts I just change the CSS on those pages, and leave the Template alone.

  • Is anyone working with large datasets ( 200M) in LabVIEW?

    I am working with external Bioinformatics databasesa and find the datasets to be quite large (2 files easily come out at 50M or more). Is anyone working with large datasets like these? What is your experience with performance?

    Colby, it all depends on how much memory you have in your system. You could be okay doing all that with 1GB of memory, but you still have to take care to not make copies of your data in your program. That said, I would not be surprised if your code could be written so that it would work on a machine with much less ram by using efficient algorithms. I am not a statistician, but I know that the averages & standard deviations can be calculated using a few bytes (even on arbitrary length data sets). Can't the ANOVA be performed using the standard deviations and means (and other information like the degrees of freedom, etc.)? Potentially, you could calculate all the various bits that are necessary and do the F-test with that information, and not need to ever have the entire data set in memory at one time. The tricky part for your application may be getting the desired data at the necessary times from all those different sources. I am usually working with files on disk where I grab x samples at a time, perform the statistics, dump the samples and get the next set, repeat as necessary. I can calculate the average of an arbitrary length data set easily by only loading one sample at a time from disk (it's still more efficient to work in small batches because the disk I/O overhead builds up).
    Let me use the calculation of the mean as an example (hopefully the notation makes sense): see the jpg. What this means in plain english is that the mean can be calculated solely as a function of the current data point, the previous mean, and the sample number. For instance, given the data set [1 2 3 4 5], sum it, and divide by 5, you get 3. Or take it a point at a time: the average of [1]=1, [2+1*1]/2=1.5, [3+1.5*2]/3=2, [4+2*3]/4=2.5, [5+2.5*4]/5=3. This second method required far more multiplications and divisions, but it only ever required remembering the previous mean and the sample number, in addition to the new data point. Using this technique, I can find the average of gigs of data without ever needing more than three doubles and an int32 in memory. A similar derivation can be done for the variance, but it's easier to look it up (I can provide it if you have trouble finding it). Also, I think this funtionality is built into the LabVIEW pt by pt statistics functions.
    I think you can probably get the data you need from those db's through some carefully crafted queries, but it's hard to say more without knowing a lot more about your application.
    Hope this helps!
    Chris
    Attachments:
    Mean Derivation.JPG ‏20 KB

Maybe you are looking for

  • Iphone 5: updating to IOS 7.02 from IOS 7.0 battery runs out really fast down 50% in two hours when the phone is closed

    after updating my Iphone 5 to IOS 7.02 from IOS7.0 (with IOS 7.0 everything was fine) i have a battery life issue. my battery runs out really fast down 50% in two hours when the phone is closed. could someone help plz?

  • Imported text won't maintain editability

    Hi, I'm trying to import some artwork from Illustrator CS5.1 however some of the text is not maintaining it's editablity. For example if I copy and paste one one text element into Flash Catalyst it allows me to edit it. When I copy another piece of t

  • IMac (Intel) starting up in "DOS"?

    I just got an iMac 20" (1.5gb RAM - 1gb of which is 3rd party/Kingston, 250 gb hd). When I start up or restart, the screen goes gray, then black and it goes through a boot process (white text on black) that looks something like starting up in MS-DOS.

  • Unstructured UI Template Substitution tags - PROBLEM

    Hello I'm trying to make a UI Template, but are having problems with the substitution tags. I want to make a home-link, but with my own text such as "Take me home" I've tried this approach: Take me home But as a result i get the standard icon for hom

  • Change of timezone of production server

    Hi All, Currently we have business objects XI 2 release 2 on Production Server. The timezone is in MDT. We are going to install BOXI3.1 with SP2 on the same production server and use the import wizard to migrate the reports and the schedule instances