Free Trial

Alteryx Designer Desktop Discussions

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

User input

Borisham
8 - Asteroid

Hello,

 

I would like to give the option to the user to write data into table.

This option could happen couples of time during the day, and should be as much as simple as possible, they are not data user, or non tech user.

 

This is the table I would like them to use:

Color_id and background_id should be the compsite keys for this table.

 

Color_idbackground_idTrue/falseTimestamp (time and date)
    

 

What is the best option could I create this ?

 

Thanks for help

22 REPLIES 22
atcodedog05
22 - Nova
22 - Nova

Hi @Borisham 

 

You can convert your workflow to an app and give use interface tool text box to give user the option to enter values.

 

Here is a interactive lesson link.

https://community.alteryx.com/t5/Interactive-Lessons/Entering-Free-Form-Text/ta-p/243112

 

Hope this helps 🙂

atcodedog05
22 - Nova
22 - Nova

Hi @Borisham 

 

You will be able to create something like below.

App:

atcodedog05_0-1602494716225.png

Output:

atcodedog05_1-1602494742316.png

Which can be set you write, process etc.

 

Workflow:

atcodedog05_2-1602494779032.png

 

Hope this helps 🙂

 

If this helps please mark the post as solution. And give a like if you dont mind 😀👍

Borisham
8 - Asteroid

Thanks, that's great!

 

If users need to insert severl recored in one act, how could we do it ?

 

Thanks

Emil_Kos
17 - Castor
17 - Castor

Hi @Borisham,

 

One question do the users have Alteryx designer or you have Alteryx server in your organisation? 

As this will be required for solutions provided by @atcodedog05 to work.

 

 

 

Borisham
8 - Asteroid

@Emil_Kos @atcodedog05 The users have not the desiner, they only have access for the gallery / server

 

Sorry for forgetting to mention that

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Borisham 

 

It might be possible to enter multiple times by using chained app. Let me see how it can be implemented. 

Borisham
8 - Asteroid

@atcodedog05 

I would like to give to the users the option to upload many recoreds in one task.

 

The data they need to fill in : Color_id, background_id, True_false,

 

The timestamp will have the system time on the time the upload the data in

 

The have only access for the gallery, it should be as simple as possible, they are non tech users

 

I appriciate your help

 

Thanks

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Borisham 

 

Here is how you can do it.

In interface designer In chain app configuration. Chain the same app.

atcodedog05_0-1602497186556.png

What this will do is it will run the same app till exit is selected.

 

After some iteration output file will be like

atcodedog05_1-1602497670149.png

 

Take a look.

 

Hope this helps 🙂

 

If this post helps you please mark it as solution. And give a like if you dont mind 😀👍

 

 

atcodedog05
22 - Nova
22 - Nova

Hi @Borisham 

 

Here is an interactive lesson on chained apps. You chain an app(i,e open another app) based on success.

 

https://community.alteryx.com/t5/Interactive-Lessons/Chaining-Analytic-Apps/ta-p/243120

 

Hope this helps 🙂

 

Labels
Top Solution Authors