Challenge #423: Wind Tower Proximity—Earth Day Special
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
AGilbert
11 - Bolide
04-22-2024
11:45 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
jeprime
8 - Asteroid
04-22-2024
03:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
binuacs
21 - Polaris
04-22-2024
03:10 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
12 - Quasar
04-22-2024
03:18 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
JSON parse makes life easier. Use the column definitions in the container to also make life easier.
AaronSmatta
8 - Asteroid
04-22-2024
03:55 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
21 - Polaris
04-22-2024
05:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
It is a fun challenge.
And as noticed before the "Maximum Distances" field in the "Find Nearest" tool can not accept manual input anymore. 😬
AGilbert
11 - Bolide
04-22-2024
07:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Re: Find Nearest tool in 2023.2 - Alteryx Community
@Qiu the XML of the find nearest tool can be updated to use it as it was prior to the 2023.2 software release.
21 - Polaris
04-22-2024
07:15 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@AGilbert
This is good to know. Thank you very much.
TurboToad
11 - Bolide
04-22-2024
09:04 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Happy Earth day! 🌳🌻
15 - Aurora
04-22-2024
10:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
My solution.
Spoiler
Workflow

Expression in Formula tool
Irvine HQ =
ST_CreatePoint(
ToNumber(REGEX_Replace([Irvine HQ (lat, long)], "^.*, ", "")),
ToNumber(REGEX_Replace([Irvine HQ (lat, long)], ",.*", ""))
)
Expression in Formula tool
Irvine HQ =
ST_CreatePoint(
ToNumber(REGEX_Replace([Irvine HQ (lat, long)], "^.*, ", "")),
ToNumber(REGEX_Replace([Irvine HQ (lat, long)], ",.*", ""))
)