Hello!
I am having trouble using the numeric up down tool to set the N sample size in a sample tool. I'd like to use the interface tool for users to select how many records they'd like to output from the full file without adjusting the sample tool itself.
I've attached a very simplified version here of what I'm attempting to do. I'd appreciate any suggestions if anyone has any ideas on how to make this work using an interface tool.
Thank you in advance!
Solved! Go to Solution.
This is a great question. And if anybody has any good training videos or articles they'd recommend on Action Tools, I'd really appreciate it too. Thanks!
Hey @atxdata - you actually had this set up perfectly! However, there was nothing in place to show the results to the user. You can see here all I've done is add a Browse tool and then in the Interface Designer (Ctrl+Alt+D), ticked this as what to show upon a successful run of the app. Now when I run the app, I get the number of records I have selected:
Hope this helps! :)
Hello @atxdata , you were just missing this small piece.
Also, attached you'll find the workflow.
Gabriel
Amazing, thank you so much @datanath !