Hi,
I am looking to achieve the following below but have been unsuccessful so far using Cell replacer, and Joiner. When done in excel it is a simple Xlook up formula or Vlookup.
Not sure how to get the Output data below from Input data below.
Hi,
I am looking to achieve the following below but have been unsuccessful so far using Cell replacer, and Joiner. When done in excel it is a simple Xlook up formula or Vlookup.
Not sure how to get the Output data below from Input data below.
Hello @maya29
You can achieve this task in two steps:
join($Store$, $ColumnNames$)
joinSep("_", $Store$, $ColumnNames$)
BR
Thanks alot for your help. It worked for the most part except for the grouping segment.
I’d like to Group Store1 with Book1 and Store 2 with Book1, and then Store1 with Book 2 etc…Store 1 with Book 3.
I did manual table insert, and then joined the data via inner join. It works. But is there maybe a better way?
Joining each book with each store requires a crossjoin
br
Ok, the workflow has to end up with something like this:
And after some tidy up, ending with your desired output.
20220126_unpivoting.knwf (22.4 KB)
BR
Thanks alot! That works.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.