Alteryx Designer Desktop Discussions

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

Challenge for experts - web input applications

awojciechowski
8 - Asteroid

Hello,

Someone in my company built special macro workflow which is not to difficult to input data about Client ID from the list box, and two information about date (start and end date).

Below is part of this workflow:

1.JPG 

I need prepare in Alteryx, special Interface for user which look like similar to this one:

Capture.JPG

and in the best way this new solution in Alteryx should be create on web (is it possible to built in Alteryx web interface ??).

 

Now in Alteryx I can use this tool to input data, but this is solution in Alteryx but I need something in web, which will be connected with my workflow in Alteryx.

2.JPG

Could you give me advice how can i start build this??

6 REPLIES 6
MarqueeCrew
20 - Arcturus
20 - Arcturus

@awojciechowski,

 

Please review this post (A video with pptx support):  https://community.alteryx.com/t5/Partner-Resources/Introduction-to-the-Alteryx-API/ta-p/56734

 

Essentially, you can call the application on the gallery via an API.  You can have whatever GUI you desire, what you pass are the parameters necessary to queue and execute your gallery application and return the results.

 

Cheers,
Mark

Alteryx ACE & Top Community Contributor

Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
awojciechowski
8 - Asteroid

Hi @MarqueeCrew

Thanks for your fast answer but unfortunately i don't have access.

 

I see information:

"Access Denied

You do not have sufficient privileges for this resource or its parent to perform this action.

Click your browser's Back button to continue."

KaneG
Alteryx Alumni (Retired)

That link is in the Partner section, not on the public community. The following links are public

 

For starters, I would advise publishing your app to your Gallery anyhow as that will be a web interface. To customise that though, you will need to use the API...

 

An Inspire Presentation on the API & SDK's: https://www.youtube.com/watch?v=QzLSfWMti70

 

Try some of these posts to find more information: 

https://community.alteryx.com/t5/Alteryx-Knowledge-Base/Private-Gallery-API-Key-and-Secret/ta-p/2200...

https://community.alteryx.com/t5/Alteryx-Connect-Gallery/Documentation-on-how-To-have-other-applicat...

https://community.alteryx.com/t5/Alteryx-Connect-Gallery/Alteryx-Gallery-REST-API-Call-from-within-w...

 

awojciechowski
8 - Asteroid

hi @KaneG

Thanks for your answer, i will spent little time to learn more about it, but for first step I need return to my post and ask you and everyone about idea how can I build in Alteryx (not in web). something which look like similar to my current App.

 

Current App looks that

Capture.JPG

 

I bolded in red circle this elements which don't exist in my Alteryx screen.

In Alteryx now I have this parameter screen (view) - have you idea how can I create something nicer / better for user and which will be include  all option which you can see in current application  (above).

 

2.JPG

My workflow which open this screen looks that:

1.JPG

KaneG
Alteryx Alumni (Retired)

There are a couple of aspects here.

 

  1. You won't be able to put the controls next to each other on the Alteryx interface.
  2. Nesting of the items will make it more visually appealing.
  3. The organisation is done in the Interface Designer.
  4. For the Radio Buttons, You can put three Radio Buttons on the canvas and then add a group box in the interface designer. Use the arrows on the side to move the Radio Buttons into the Group Box.
  5. The buttons are standard in Alteryx, you can't change those.

 

awojciechowski
8 - Asteroid

Thanks @KaneG

I found yesterday this "Interface Designer" and I prepared better interface in Alteryx.

Good to know that "You won't be able to put the controls next to each other on the Alteryx interface."

 

Very important to design our interface is shortcut CTRL + ALT + D

 

Now my interface consist of 3 Tabs and include all needed options.

a.JPGb.JPG

 

Labels