I have read through the many similar examples of dynamic drop downs and list boxes, but I am clearly missing something basic in my example. I have usually built workflows, not nearly as many analytical apps.
Ultimately, in the attached example, I am generating a list of dates and allowing the user to choose one, which would then be used in selecting the right data for the output.
Solved! Go to Solution.
Hi @QuantumViridis ,
the crosstab tool replaces spaces and special characters with an underscore because it hates me and want to make my life difficult.
I've raised this with Alteryx but currently, that's the way it is. You need to apply a Dynamic Rename to replace the underscores with "-". I've applied this for you:
You will now get the following:
As for the debug of Apps, go to your interface designer (View->Interface Designer)
Then go to the window below:
I hope this helps,
M