Oracle Analytics Publisher

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

How do we split the report into another sheet if the first sheet reaches maximum limit of 65000

Received Response
1608
Views
28
Comments
13»

Answers

  • Anusha Dupuguntla
    Anusha Dupuguntla Rank 4 - Community Specialist

    Hi,

    I have created a new thread.

    Regards,

    Anusha

  • Brajesh Shukla-95078
    Brajesh Shukla-95078 Rank 7 - Analytics Coach

    Request you to open different thread if issue is different

  • Anusha Dupuguntla
    Anusha Dupuguntla Rank 4 - Community Specialist

    Hi Rajesh,

    I have one doubt regarding the parameter. In my requirement I have to add one parameter in the report. That's why I changed the data template as shown below but the output is not as expected.

    <dataTemplate name="myDataTemplate">

    <properties>

    <property name="debug_mode" value="on"/>

    </properties>

    <parameters>

    <parameter name="loc" dataType="integer"/>

    </parameters>

    <dataQuery>

    <sqlStatement name="Q_LOC">

    select distinct loc from item_loc_soh

    </sqlStatement>

            <sqlStatement name="Q_ITEM_LOC">

                <![CDATA[select item

                  ,stock_on_hand

      ,loc

      ,ceil(rownum/65000) countrow

        from item_loc_soh where stock_on_hand > 0

    and loc=nvl(:loc,loc)]]>

            </sqlStatement>

        </dataQuery>

        <dataStructure>

    <group name="LOC" source="Q_ITEM_LOC">

    <element name="LOC" value="LOC"/>

            <group name="G_RECORD_GROUP" source="Q_ITEM_LOC">

                <element name="RECORD_GROUP" value="COUNTROW"/>   

                <group name="ROW" source="Q_ITEM_LOC">

                    <element name="ITEM" value="ITEM"/>

                    <element name="STOCK_ON_HAND" value="STOCK_ON_HAND"/>

                    <element name="LOC" value="LOC"/>

                </group>  

            </group>

    </group>

        </dataStructure>

    </dataTemplate>

    Can you please help me with this? Is the changes made are correct or else can I add anything more to get the output as expected?

    Note : When I select a particular location from the drop down  list the report must shows the data regarding to that location and if no location is selected then report has to show all the locations data and at a time if the data reaches maximum limit of 65000 the report has to split into sheets.

    Regards,

    Anusha

  • User_BG3UK
    User_BG3UK Rank 3 - Community Apprentice

    Hi

  • User_BG3UK
    User_BG3UK Rank 3 - Community Apprentice

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

  • @User_BG3UK This is a 8 year old thread. Please post your question as new thread instead of tagging to this one which is resolved.

    Thanks

    Gayathri

  • User_BG3UK
    User_BG3UK Rank 3 - Community Apprentice

    Hi Gayathri,

    I am not able see the option to open the new thread .Could you please let me know how to open the new thread.

    Thanks,

    Dhanunjaya Reddy

  • Hi Dhanunjaya

    In the same community click on Ask a Question on the top left , choose ask a question and post your question.

    Thanks

    Gayathri