Subversion Repositories SmartDukaan

Rev

Rev 2401 | Rev 2532 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2401 Rev 2517
Line 54... Line 54...
54
		</Dimension>
54
		</Dimension>
55
		<Measure name="TotalSales" column="unit_price" datatype="Numeric" formatString="##,###.00" aggregator="sum" visible="true">
55
		<Measure name="TotalSales" column="unit_price" datatype="Numeric" formatString="##,###.00" aggregator="sum" visible="true">
56
		</Measure>
56
		</Measure>
57
		<Measure name="Quantity" column="quantity" datatype="Integer" formatString="##,###" aggregator="sum" visible="true">
57
		<Measure name="Quantity" column="quantity" datatype="Integer" formatString="##,###" aggregator="sum" visible="true">
58
		</Measure>
58
		</Measure>
-
 
59
		<Measure name="Average Selling price" column="unit_price" datatype="Numeric" formatString="##,###" aggregator="avg" visible="true">
-
 
60
		</Measure>
59
	</Cube>
61
	</Cube>
60
</Schema>
62
</Schema>