Bring your best ideas to the AI Use Case Contest! Enter to win 40 hours of expert engineering support and bring your vision to life using the powerful combination of Alteryx + AI. Learn more now, or go straight to the submission form.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Question about GetWord function

prakashatutd
8 - Asteroid

In the attached work flow, Output of the Formula: "Three". I was expecting "Two"
What might I be missing?

Thanks

2 REPLIES 2
Qiu
21 - Polaris
21 - Polaris

@prakashatutd 
Like many other program languages, Alteryxu use 0-based index.

GetWord(string, n): Returns the Nth (0-based) word in the string (0-based index means the first word is at the 0 position, the second is at the 1 position, and so on). 
0817-prakashatutd.png0817-prakashatutd-A.png

 

prakashatutd
8 - Asteroid

Thanks for enhancing my knowledge. I did not know about "0-based" . Appreciate it.

Labels
Top Solution Authors