Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
Please Suggest me how to use this below condition inside a set analysis
Below is the SQL Condition
where
(left(Productcode, 3) BETWEEN 'C00' AND 'D99')
Hi Raj,
try
Sum({<Product={"=Left(Product,3) >= 'C00' and Left(Product,3) <= 'D99'"}>} Value)
Regards,
Antonio
Hi Raj,
try
Sum({<Product={"=Left(Product,3) >= 'C00' and Left(Product,3) <= 'D99'"}>} Value)
Regards,
Antonio
you can also use set analysis builder based on our requirement
yes, that will work