Hi Guys - I have an item saved search that returns...
# general
s
Hi Guys - I have an item saved search that returns a list of items at the product > colour > size level (e.g. style1 > Black > XXS, Style1 > Black > XS etc.). I'd like to be able to filter it just to show a line per unique style/colour. Does anyone know how I could do that? TIA!
a
Make a formula text field to concatenate style and color together {stylefield} || {colorfield} OR add a dash between them {style field} || ‘-‘ || {color field} Then group on that field (plus whatever other columns you want) but be sure to NOT group the size column
Or I guess you could just group the style and color columns separately as well.