Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oracle adf page definition

hamedrokniDec 29 2014 — edited Dec 30 2014

hi

I have page definition

<pivotTable IterBinding="EmployeesView1Iterator" id="EmployeesView1" xmlns="http://xmlns.oracle.com/adfm/dvt">

      <pivotTableDataMap>

        <columns>

          <data aggregateDuplicates="true" defaultAggregateType="SUM">

            <item value="Salary"/>

          </data>

        </columns>

        <rows>

          <item value="EmployeeId"/>

          <item value="DepartmentId"/>

        </rows>

        <pages/>

        <drills type="INSERT"/>

        <hierarchies>

          <item value="DepartmentId" location="BEFORE">

            <child value="JobId"/>

          </item>

        </hierarchies>

        <sorts>

          <categorySort item="DepartmentId" direction="ASCENDING"/>

        </sorts>

      </pivotTableDataMap>

    </pivotTable>

my question is I want to change or remove drills type (<drills type="INSERT"/>) in page definition with code

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Jan 27 2015
Added on Dec 29 2014
2 comments
192 views