Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
TRandy
Contributor III
Contributor III

Handle Array without key

[{
  
    "bio": "admin",
    "created_time": { "_seconds": 1709669408, "_nanoseconds": 149000000 },
    "Served": [
      "akim",
      "asaima",
      "rela",
      "Aois",
    ],
    "id": "11"
  }
]
 
 
1 -- how to know the number of elements served by id
2 -- how to extract the elements from in this form : 
11 , akim
11 , asaima
11, rela
11, Aois
    
Labels (2)
0 Replies