I'm using a NumericUpDown in a filter. But it is not working. I've already checked the data format and it's as double.
Does anyone know why it's not working?
Solved! Go to Solution.
I believe you need to wrap [#1] in ToNumber().
hey @GQuirino,
What is the type of [#1]? It must not be a number type
I believe it is number, no?
At the moment, you're just running the workflow and there's no number populated so nothing is satisfying your filter. If you actually try and run it via the debug (in the interface designer - Ctrl+Alt+D), or just run as an app using the magic wand icon, you'll be able to see it.working: