Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 214 Oracle Analytics News
- 42 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How do we split the report into another sheet if the first sheet reaches maximum limit of 65000
Answers
-
Hi,
I have created a new thread.
Regards,
Anusha
0 -
Request you to open different thread if issue is different
0 -
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
0 -
Hi
0 -
Could please let me know I have only one group how to split into multiple sheets
0 -
@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
0 -
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
0 -
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
0