Hi Friends
I'm newbie to Alteryx. I'm struck to a VLOOPUP Function in Alteryx. I tried using Find & Replace and Join Function but it didn't worked. So, to start with I have 2 data sets which I want to marry up to get the new data in new tab created in file 1.
In excel i can simply use the condition IF(Strategy=",", VLOOKUP(Ticker, File 2!A:B,2,FALSE),Strategy)).
But how to use the same feature in Alteryx. I tried marrying both files with Find & Replace tool i was able to amend Ticker data in File 1 and replace with Strategy data of File 2. But faced 2 problems -
1) Where i see blank in excel my IF condition pick strategy from File 1.
2) I was not able to create new column in File 1 to apply the VLOOKUP. It was applied to existing columns.
File 1
| Ticker | Strategy |
| PNL TICKER: PNL ENTITY: Collateral Funding | Collateral Funding |
| PNL Ticker: Reserves | |
| PNL Ticker: Brokerage | |
| | Options |
File 2
| Ticker | Strategy |
| NOTAPPLICABLE | VMASTER |
| CDXHY2206/19V4 | HY22 |
| CDXHY2312/19V3 | HY23 |
| NOTAPPLICABLE | VMASTER |
| CDXHY2206/19V4 | HY22 |
Can someone please help me with the flow?
Best Regards
Vikas