Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.
SOLVED

Interface - "Numeric Up Down" icon - Action icon - Getting no results

david_rogers
7 - Meteor

Arrow EM.pngMain EM.pngThis is what I get EM.png

7 REPLIES 7
Aguisande
15 - Aurora
15 - Aurora

Hi @david_rogers

Actually, there are some specifics to address in your question.

First, let's start with the Action Tool:

The numeric up-down tool will "Update Value(Default)" to the line you select in the Tree View you're marking with the orange-ish baloon. In this case, for example, if you select the line that says "Value[@name='NPercent']-value='60'", the value (60) will be replaced by the value of the Up-Down Tool (note the gray on the selected value to be affected by the control, is very light, but it's there).

 Action_Tool.JPG

The "There Were No Output Files" message is based on that your workflow doesn't have any Output Tool within. In the case you want to see the results, just add one Output to it. Additionally, you can add a browse tool, but you need to use the Interface Designer (Ctrl+Alt+ D) and Tick the Browse Tool you just added to be included in the Output. This'll show you the results of the Workflow.

 Interface Designer.JPG

 

The results will be (From the original record count of 9426 (I used the Transactions.xml Sample file), only the % amount selected using the up-down tool, in this case 50%=4713 records are selected/output) :

Result.JPG

Hope this helps,

_AG_ 

david_rogers
7 - Meteor

Thanks for answering. 

You stated "if you select the line that says "Value@name='NPercent']-value='60'.  This may sound like a silly question but how do you "Select" I can highlight but is this "Selecting"?

ResponsePic1.png

I created this very simple one and still can't get it to work.  I just want to be able to type in 40, 50 or whatever to pull a percent.  The "There Were No Output Files" message  still shows up.

 

Aguisande
15 - Aurora
15 - Aurora

Hi @david_rogers

You're right (Select=Highlight), just click over the line you want to affect with the value entered in the up-down tool.

 

I'm attaching a very similar workflow, to show you how it's done.

 

If you like, call me on skype and we can go step by step (Skype: albertoguisande)

david_rogers
7 - Meteor

I have the latest version of Alteryx but I get the following message when I try to open your .yxwz

 

There was an error opening

Action_Tool.yxwz: This document was created by a ore recent version of this applicasion and cannot be read.

 

Is this referring to another program beside Alteryx?

 

My Alteryx version is 11.0.6.28907

 

Not sure which one to "highlight".  I'm assuming Value[@name='NNumber']-value="1000"

                                                                                                                          @name-value="NNumber"

I acutally tried to highlight each one but still got the message..."There Were No Output Files"

 

I don't have Skype.   : (

 

 

 

 

Aguisande
15 - Aurora
15 - Aurora

Hi @david_rogers

Last version is 11.3.2.29874, that's the one I'm using, and that's why is throwing that error.

 

You should highlight the line containing the NPercent (with value=60), that's the line indicating the Percentage. The value selected in the Up-down tool will change that 60 for the value selected by the user.

Select.PNG

 

 

To fix the "There Were No Output Files" you may take two paths:

- Remember to go over the Interface Designer --> wrench icon (Settings) and check the checkbox corresponding to the Browse tool connected to the Random % Sample.

- Add an Output Tool to the workflow (for example that saves an Excel file), and you'll be able to see the results.

 

 

david_rogers
7 - Meteor

That works!  

Not sure exactly what I did but it works!  I'll mess with it and then write out a detailed Step-by-Step.

 

Thanks so much!

 

I could find nothing that you did here documented anywhere.  Is there a site I'm missing.  What is your best suggestion for learning more about using "Interface" ?

Aguisande
15 - Aurora
15 - Aurora

@david_rogers

The Tool Mastery series (by @SeanAdams) is a great place to learn more about the Tools.

Just search Tool Mastery in the search bar of the Community.

 

For example, here is the article related to Check Box:

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Tool-Mastery-Check-Box/ta-p/60724

 

Best,

_AG_

Labels