Hello Guys.I am getting all results I want to select array elements by index.
How to do this? I can use First and LAST but i want to get the second third etc. Element of the array.
Thank you
Hello Guys.I am getting all results I want to select array elements by index.
How to do this? I can use First and LAST but i want to get the second third etc. Element of the array.
Thank you
Hi Hurmet,
Thanks for the post!
You can use the SLICE function to do this. This allows you to return a portion of your data based on a given start and end position.
I hope this helps! Please let me know if you have any questions,
Parker