Dear Alteryx colleague,
Here is the problem for which I need help for:
In this example, I have attached an excel file that present:
In tab " Reference data", I have a reference in Column B (FA mapping.)
This reference is the combination of several fields. These fields refer to columns with headers.
In column B, the formula looks like that : =[@[Legal Entity]]&"\"&[@[Account Type]]&"\"&[@Account]&"\"&[@[Sub-Account]]&"\"&[@Position]&"\"&[@[Security Type]]&"\"&[@[Security Type 2]]&"\"&[@[Current/Non-Current]]&"\"&[@[Others/Affiliated]]
So my reference in column B is the result of the formula above. The result would look like that :
*\Assets\10090 - Investments\EN S.R.L.\*\Shares in affiliated undertakings\\*\Affiliated
Based on the result of this column B, I have a used an Index formula in excel that is searching something corresponding to this reference in the Tab "data to find".
The issue, I am facing is that by using the Join tool, it s not recognizing the sign * as a wildcard and it is not returning what I am looking for.
you can see in tab "Reference data", in column Q, what is the value return for reference B2.
My question is: what is the tool I should use in order to get the same value as in Q2 of tab "Reference data" that comes from tab "Data to find ".
thanks for your help,
Guillaume