This String is in one issue field and I need to pick different values with the Array function GET(array, x) to show it in different columns in a Structure:
0, 5, 0, 5, 0, 16, 13, 2024-05-12, {panel:borderStyle=solid|borderColor=white|bgColor=#59B161} {color:white}*ONTRACK*{color}{panel}, 2024-06-30
ARRAY(my_string) creates an array with only one item that contains the complete string, but I need an array multiple items (for each comma separated part?
Thank you for ideas?
I found a solution:
SPLIT("One, Two, Three", ",") → ARRAY("One", "Two", "Three")
: )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.