Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
7689
I need the image corresponding to the maximum sales for each style, i have written an expression
FirstSortedvalue(URL,-Aggr(sum(sales),Style,Item)) -- this is giving nested aggregation error as i am using this in another expression.
Can we get the same logic in script like this FirstSortedvalue(URL,-Aggr(sum(sales),Style,Item)).
Can anyone please help..