Hi there,
I want to reuse outputted data from a view in another view. like this reduced and grouped data:
{"rows":[
{"key":"cool","value":3},
{"key":"einzigartig","value":1},
{"key":"mega","value":1},
{"key":"nice","value":1},
{"key":"spitze","value":1},
{"key":"super","value":2}
]}
...because I want to interchange key <> value so that the output gets sorted by value. This is mainly for sorting tags from documents by count, descanding.
Sorry 4 my bad english :)
Best regards