Hello fellow Alteryx users! Here's what I am trying to accomplish.
I have an Excel spreadsheet with three columns (B, D and F) that are variables. Along with these three columns are several cells that when concatenated together in conjunction with the three variable columns look like a formula string. Now I am wondering if I can somehow pass that string to a Filter tool in Alteryx. As an example:
Column A Column B Column C Column D Column E Column F
=======================================================================
[Store] = 12 and [Amount] = 16 and [Employee] = 12345
So if I concatenated all of these cells together you can see the formula would be [Store] = 12 and [Amount] = 16 and [Employee] = 12345
So if I did that in column G of my spreadsheet, could I then say that the value of my Filter tool in my workflow is equal to the formula in Column G?