Hi all,
The product page loads all products, but I need that the page only loads the products that has status as 1 (active), not load products that has status in 2 and 3 (In progres and desactive).
I tried the following formula in slices (in the Data section).
IN([codigoEstado],{1})
The page still loading products with all status.
Any one knows how it works.