I have a JSON column (calculatedvalues) in a table (saleitem) in SQL. I want to extract those values in QlikSense. I extracted them by writing the script:
LOAD * From_Field(Saleitem, calculatedvalues) (json, utf8, no labels);
It worked. But in the same column, there's an array. How do we extract those values?
Normally, most of the rows in the calculatedvalues column is similar to this: