Español:
Una disculpa si este caso es una solución facil. He buscado por todos los foros de la comunidad y nada de lo que he visto como una solución, ha resuelto mi problema. Solo llevo unos meses usando Alteryx, así que pido disculpas si esto parece simple.
Tengo este ejemplo de flujo de trabajo de Alteryx que filtra los registros de cada columna [Title], [Status], [Workload Type], [Workload Subtask] y [Flags] para poder tener los dos resultados como se muestran el los dos Filter Tools al final del flujo (luego voy a complementar el flujo mediante herramientas adicionales que me van a permitir hacer selecciones aleatorias y obtener los outputs finales. Esta parte no me preocupa porque sé como hacerlo).
Lo que quiero hacer es que el usuario seleccione estos valores mediante un Alteryx Analytic app, donde el usuario pueda marcar las casillas que correspondan según cada filtro. Estos registros en las columnas [Title], [Status], [Workload Type], [Workload Subtask] y [Flags] pueden variar cada que se actualice el input file, por lo que en vez de hacer fijo las casillas en el Analytic app, ver si el mismo flujo de trabajo puede actualizarlos en base a los registros que por defecto provengan de dichas columnas.
Intente usando el List Box Tool porque las demas opciones de Interfaz Tool que revisé, creo no se adapta a lo que quiero desarrollar, pero háganme saber si puede haber otra opción que se adapte de igual forma o una opción mejor.
De antemano gracias por sus sugerencias sobre posibles soluciones o alternativas.
English:
Sorry if this is an easy solve. I have looked all over the community boards, and nothing that I have seen as a solution has solved my problem. I'm only a few months into using Alteryx, so I apologize if this seems simple.
I have an Alteryx workflow that filters the records in the columns [Title], [Status], [Workload Type], [Workload Subtask], and [Flags]. This allows me to get two results, as shown in the Filter Tools at the end of the workflow (I will then add more tools to make random selections and generate the final outputs. I’m not concerned about this part, as I know how to do it).
The goal is to allow the user to select values through an Alteryx Analytic app, where they can choose the appropriate checkboxes for each filter. The records in the [Title], [Status], [Workload Type], [Workload Subtask], and [Flags] columns may change each time the input file is updated. Instead of making the checkboxes static in the Analytic app, the workflow should be designed to update them dynamically based on the default records from those columns.
I tried using the List Box Tool because, from the other Interface Tool options I reviewed, I believe it’s the best fit for the project I want to develop. However, let me know if there’s another option that works similarly or might be a better choice.
Thanks in advance for your suggestions on possible solutions or alternatives.
Hello @DJBL,
Please check my example that I created in order to make the selection Dynamic.
The data it is dummy but you can relate to your example
Thank you
Hi @JoaoTiagoP Tks for the feedback. I solved the problem by using the “Chain App” technique and the workflows are working correctly.
Anyway, thank you for your feedback.
Hola @DJBL. Avísanos si pudiste resolver tus dudas o si aún necesitas ayuda. 😉
Hola @FláviaB gracias por tu mensaje. Así es, pude resolverlo enfocando el proyecto mendiante la tecnica de “Chain App”.
De igual manera, muchas gracias por tu comentario. 👍