Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi guys,
Why this set analysis is not working
sum( {$<Customer = P({1<Product={‘Shoe’}>} Customer)>} Sales )
i want sales of customer who having bought product only as Shoe.
is there any problem with my Qvw application.
- Thanks
Villyee.
Probably you have copied this expression from help/manual. There the single quotes are some other character. That cuases the issue. Delete those copied quotes and type your quotes, it will work.
sum( {$<Customer = P({1<Product={'Shoe'}>} Customer)>} Sales )Customer)>} Sales )
Can you try:
Sum({<Product={'Shoe'}>} Sales)
Probably you have copied this expression from help/manual. There the single quotes are some other character. That cuases the issue. Delete those copied quotes and type your quotes, it will work.
sum( {$<Customer = P({1<Product={'Shoe'}>} Customer)>} Sales )Customer)>} Sales )