Oracle Analytics Publisher

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Could please let me know I have only one group how to split into multiple sheets in oracle EBSR12

Received Response
97
Views
13
Comments
2»

Answers

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    Do you have two iterations of G_ORG?

    Do you get an error?

    FYI: Please do not upload the XML data.

    Thx,

    Kevin

  • Suresh Ramanujam
    Suresh Ramanujam Rank 0 - Community Observer

    On the XDO_METADATA tab I did

    Version

    ARU-dbdrv

    Extractor Version

    Template Code

    Template Type

    TYPE_EXCEL_TEMPLATE

    Preprocess XSLT File

    Last Modified Date

    Last Modified By

    ABCD

    Data Constraints:

    XDO_MARKUP_?

    false

    XDO_SHEET_?

    <?.//G_SUPPLIER_INDEX?>

    XDO_SHEET_NAME_?

    <?.//SUPPLIER_INDEX?>

    Since I was using the supplier name as the Main Index I did this in the DM

    end as Supplier_Name,
    CASE
    WHEN hp.party_name = 'ZZZZZ' THEN 'ZZZZ'
    WHEN SUBSTR(hp.party_name,1,1) BETWEEN '0' AND 'E' THEN 'Suppliers 0-E'WHEN SUBSTR(hp.party_name,1,1) BETWEEN 'F' AND 'L' THEN 'Suppliers F-L'WHEN SUBSTR(hp.party_name,1,1) BETWEEN 'M' AND 'S' THEN 'Suppliers M-S'ELSE 'Suppliers T-Z'
    END
    SUPPLIER_INDEX

  • Kevin M-Oracle
    Kevin M-Oracle Rank 6 - Analytics Lead

    What was the result?

    Kevin