Reports

Build 1501 on 14/Nov/2017  This topic last edited on: 20/Nov/2015, at 14:32

Report: enable extFilters of SearchObjectUI in client reports

GN4-2944

The extFilters of SearchObjectUI now works in client reports.
Try, for example, the following syntax (report_PrintedPages.xml):

 
 <SearchObjectUI name="Search">
   <attribute path="ObjectType.Id" op="In" objectTypes="page" mode="Hidden" />
   <attribute path="[page.editionRef.titleRef]" mode="Normal" op="In" >
     <ui labelPosition="Side" label="Title:">
       <template kind="CheckBoxList" opMode="Hidden"/>
     </ui>
   </attribute>
   <attribute path="[page.editionRef.date]">
     <ui labelPosition="Side" label="Edition date:">
       <template kind="Calendar" opCodes="Today Tomorrow ThisMonth ThisWeek EqualDate After Between" />
     </ui>
   </attribute>
   <extFilter xquery="nav:audit/nav:actionDesc[@Action='Print']" />
 </SearchObjectUI>

Modified date: 26/08/2015 15:34:43 - P4 Changelist: 78252 - From build: 2.2.2643.x (T)