Report update based on user 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
I am trying to create a report using Alteryx that would run based on user input.Which is the tool to be used for reporting for getting user input and updating the input based on it.
For example: my input has ID-Text
User input ID-123
Report should generate the table with details of 123 only.
Solved! Go to Solution.
- Labels:
- Reporting
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can do this with an Analytic Application.
Start here for an introduction on how to develop them :
https://community.alteryx.com/t5/Interactive-Lessons/Using-Analytic-Applications/ta-p/243106#done
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey Dexter!
Just to give you a bit more here, I've made you a workflow that contains a couple examples.
One has a text box where the user can enter free form text. Make sure to spell things correctly!
One has a list box where the user can select the entries that appear in the data, this is great for databases.
Hope that helps you out!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @dexter90,
Here is a working example:
1) derive Drop Down options from Text Input tool (there is a little trick here to Cross Tab values to field names and only this can feed into Drop Down tool from same workflow - there are other ways this info can be provided from, depending on your setup)
2) Update Cell from the selection and only output this in the output file (with the above trick, Cross Tab enforces '-' character as '_', so to match the original values this is reverse engineered using the Formula tool)
Thanks,
Rafal
#Excuse me, do you speak Alteryx?
- 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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
not able to import due to version limitations.I am using a 2018 version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@dexter90 I'd suggest updating and taking a lot at the workflows provided for you.
Everything you need is in them
