Challenge #5: HR Position Finder Application
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Amarendra
10 - Fireball
08-12-2017
04:35 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
do you mind sharing a yxmd file? The file u uploaded is an app and I cannot check the underlying workflow. Can I check the workflow directly from an app?
PhilipMannering
16 - Nebula
08-12-2017
04:52 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Amarendra Try opening it from File > Open Workflow in the Alteryx Designer.
dheerajpoojari
7 - Meteor
08-17-2017
11:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Attaching my solution which is dynamic based on the input.
jamielaird
14 - Magnetar
08-20-2017
09:39 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Here's how I approached this one. Solution file attached.
Spoiler
1) Created a unique set of position numbers and transposed them to field names for use in a Drop Down tool.
2) Passed the selected value into the workflow and appended to the original source table, to create a 'match' value.
3) Found and filtered the matched records and outputted to a YXDB.
2) Passed the selected value into the workflow and appended to the original source table, to create a 'match' value.
3) Found and filtered the matched records and outputted to a YXDB.
Natasha
9 - Comet
08-27-2017
03:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
patrick_digan
17 - Castor
09-15-2017
05:14 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Spoiler
I like passing interface tools like %Question.Name% since it uses one less tool (no action tool). I used the arrange and crosstab tools to reorient the data so I populate the dropdown.
jdunkerley79
ACE Emeritus
10-04-2017
12:56 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
vkarthik21
8 - Asteroid
10-18-2017
08:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
JoshKushner
12 - Quasar
10-26-2017
10:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
michael_d
8 - Asteroid
11-07-2017
10:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Fairly self explanatory this one, good practise for those who are unfamilar with building an Analytical App.
The only thing I don't like about them is I always find myself using the Fields from a connected tool option, would be nice to able to use unique records from a selected field or something like that!
Another down side with that option is that you must run the App as a workflow first, before you can see any options in the Apps dropdown menu, caught me out a few times.
Thanks,
Michael