What are two ways to calculate the Sales for the ProductCategory. Shoes? {Select two )
Money(Sum(SaIes) )
Money(Sum({}Sales))
Money(Sum(Sales))
Money(Sum({<{ProductCategory > = 'Shoes'>}Sales))
Money(Sum({}Sales) )
Submit