Say I have the following table:
| Sentence |
| A Data Model is a new approach for integrating data from multiple tables. |
| This parameter is a boolean flag. |
| I will be going to Germany with my boyfriend this May. |
| Nobu is a Japanese restaurant known all over the world for its unique food |
How can I extract the last x words from each sentence. Is there a function similar to SUBSTITUTE in Alteryx wherein I can replace the xth occurrence of the space or is there another option? The REPLACE function replaces all instances of the character.
Thank you!