User specified numeric input
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
"Numeric Up Down" or "Find & Replace" might be part of a solution but ...
I'd like to be able to enter a numeric value into an Input Data Table (or the Formula Tool ). My user specified Input Data Table would have one row for data and a field with a unique string would be used later to Join to another Input Data Table. Another field for the user input.
Solved! Go to Solution.
- Labels:
- Interface Tools
- Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You would typically use an Action tool to update the value of something in a formula or text input tool. Action tools, in turn, are updated from interface tools such as numeric up/down.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the advice to use the text input tool.
App results: There Were No Output Files
I don't want to output a file. I only want to send the numeric value downstream to a Union tool.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
How would i i use the Numeric up down with Text input and keep the output in the workflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
In other words, how do i get around this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Darren1
The no outputs just means that no files (like Excel, etc) were created. So if you didn't mean to create any then this is what you'd expect to see.
The inputs are used in your workflow by unioning, appending, etc them.
Important thing to bear in mind is that by inputs from an app interface are only taken into account when you run your workflow as an app. If you just run it normally, these values won't be incorporated.
Cheers
Kat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Darren1
Sorry - this is what I was trying to allude to in my prior message. If run the workflow in normal mode (i.e. by clicking Run (green button)) it won't read the inputs from the app layer. Only if you run it as an app (with the wand), will it work.
To see that output you need to enable the browse tool in the designer output. Try going to the interface designer (CTRL + ALT + D) and go to the wrench symbol. Select the browse tool output.
Cheers
Kat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks @kat for the advise to select the Browse tool (and the short cut keys to get to the Interface designer)
Browse enabled now.
But still no change to the Source amount when run as an app.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oh I see it now, it's the positioning of the action tool.
Put a formula tool in your workflow in which you select the 'SOURCE' column as the column to do the formula tool. Then type in any number. Link the update tool to this and choose to update (replace) this number with your numeric up down.
Hope this helps!
Kat
