What I have is productname: playstation productname: xbox
What I want is: productname: product 1 productname: product 2
I'm using a derrived column to achieve this but can't find a way to add a variable that increases each time with +1
Is there a way to concatenate a string "product" with the row number for example?