Hi team,
I'm facing an issue when I try to filter some registers using the date interface function.
When I run the workflow show me a correct result. For instance datetime_out >= 2021-04-01
But when I run it as an analytic app, the result keep the same. For instance, I changed the date to 2021-01-01.
How can I solve it?
Please find attached the alteryx workflow.
Rgds
Eduardo
Solved! Go to Solution.
Hey @eduardomarchesin ,
The issue is in the action tool, which is the tool that applies whatever selection you make in the app interface to the actual workflow.
Currently, you have not selected which value should get replaced, so if you click on the action tool, you will notice that it is not configured
The value you want to replace is whatever comes after the >= in your expression, the operand, so if you select it as shown below
and save the app, that should do it.