3 Replies Latest reply on Jun 24, 2013 7:14 AM by arun2arunraj

    Is it possible to get Last collected value in SUMMARY TAB ? ? ?

    arun2arunraj

      Hi Developers,

       

          In the Summary Tab,  Is there any possibility to display the last collected value instead of the average values.

       

          When I have searched regarding this, I have got the following snippet. Can anyone explain me what are all these attributes ?

       

       

       <xs:attribute name="category" default="performance">
                  <xs:annotation>
                      
                  </xs:annotation>
                  <xs:simpleType>
                     <xs:restriction base="xs:string">
                        <xs:enumeration value="availability"/>
                        <xs:enumeration value="performance"/>
                        <xs:enumeration value="throughput"/>
                        <xs:enumeration value="utilization"/>
                     </xs:restriction>
                  </xs:simpleType>
               </xs:attribute>
      

       

       

      Regards,

      ArunRaj.