|
From: Rashmi B. <ra...@us...> - 2005-03-18 23:28:46
|
Update of /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30189 Modified Files: derbyconfig.xml Log Message: changes for saved reports Index: derbyconfig.xml =================================================================== RCS file: /cvsroot/pocolap/pocolap/userdocs/sampledata/pocolapDB/crosstabdefs/derbyconfig.xml,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** derbyconfig.xml 18 Mar 2005 15:53:12 -0000 1.8 --- derbyconfig.xml 18 Mar 2005 23:28:23 -0000 1.9 *************** *** 57,62 **** </dimension> <supplemental> - <reporticon src="pocologo_tiny.jpg" alt="The pocOLAP logo" - height="75" width="75" top="10" left="10" /> <description>This shows data stored in a Derby database</description> <link linktext="Learn more at the pocOLAP home page" linkurl="http://pocolap.sourceforge.net" /> --- 57,60 ---- *************** *** 82,90 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range startvalue="Barkley" endvalue="Weston"/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> <combineWithAnd/> </field> <field name="Shoe Size" type="number" > --- 80,88 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>Barkley</greaterThan> <lessThan>Weston</lessThan> <combineWithAnd/> + <range startvalue="Barkley" endvalue="Weston"/> </field> <field name="Shoe Size" type="number" > *************** *** 92,100 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range/> <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> <combineWithAnd/> </field> </table> --- 90,98 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan>2.0</greaterThan> <lessThan>10.0</lessThan> <combineWithAnd/> + <range/> </field> </table> *************** *** 104,112 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range/> <greaterThan/> <lessThan/> <combineWithAnd/> </field> </table> --- 102,110 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan/> <lessThan/> <combineWithAnd/> + <range/> </field> </table> *************** *** 116,127 **** <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> ! <range startvalue="2000-01-16" endvalue="2005-03-16" /> <greaterThan/> <lessThan/> <combineWithAnd/> </field> </table> </filter> </savedreport> </crosstab> \ No newline at end of file --- 114,126 ---- <excludeMatchList/> <matchStrings/> ! <excludeMatchStrings/> <greaterThan/> <lessThan/> <combineWithAnd/> + <range startvalue="2000-01-16" endvalue="2005-03-16" /> </field> </table> </filter> </savedreport> + </crosstab> \ No newline at end of file |