Ok now I am trying to apply this with a query, and in the futur I will have multiple queries…
Edit Test with :
//Acces to 1st series of data
let firstSeries = data.series[0];
//Access to 1st field
let firstField = firstSeries.fields[0];
//Access to 1st value
let singleValue = firstField.values[0];
singleValue give me the value on my 1st query
Thanks it is working! not without difficulty ![]()