~oh-dev/openhealth/phit-tools

« back to all changes in this revision

Viewing changes to ihris-suite/lib/i2ce/modules/CustomReports/templates/customReports_reportView_field_numeric.html

  • Committer: litlfred at ibiblio
  • Date: 2009-10-23 12:59:28 UTC
  • Revision ID: litlfred@ibiblio.org-20091023125928-u5lkafz0urm9t8eq
updated ihris-suite to 4.0.1-prerelease -- not debugged

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<li class='sortme'>
2
 
  <table class='multiFormTable reportviews' cellpadding="0" cellspacing="0" border="0"><tr>
3
 
    <td>
4
 
      <input name='reportView_FORM_form_FIELD_field_enabled' type='checkbox' value='1'/>
5
 
      <span name='reportView_field_display_name' class='sortable_handle'/>
6
 
    </td>
7
 
    <td>
8
 
      Choose a method to collect (aggregate) this data:
9
 
      <select name='reportView_FORM_form_FIELD_field_aggregate'>
10
 
        <option value='none'>None</option>
11
 
        <option value='sum'>Sum</option>
12
 
        <option value='maximum'>Maximum</option>
13
 
        <option value='minimum'>Minimum</option>
14
 
        <option value='average'>Average</option>
15
 
        <option value='count'>Total Number</option>
16
 
        <option value='count_distinct'>Total Distinct</option>
17
 
      </select>
18
 
    </td>
19
 
  </tr>
20
 
  </table>
21
 
</li>