Invert Data
Hi,
I have some data in this format;
Record Var1 Var2 1 00001 00002
but only want to query a single variable in my query so;
Record Var 1 00001 2 00002
Is there an easy way to do this? I'm looking online but all of the solutions I've found are far more complex and often incompatible with Campaign.
Better yet - if there was a way to take the array value like this;
(00001,00002,etc)
And do the same that would be a better solution. Ideally this needs to by dynamic and create as many new rows as there are possible variables.
