I have searched but was not able to find the answer or i just didnt see it!
I have data like:
BookTitle | Author | Category
A | Writer1 | Thriller
A | Writer1 | Action
B | Writer1 | Science fiction
B | Writer1 | Fantasy
A | Writer1 | Horror
A | Writer1 | Thriller
Which i hope to represent in a dashboard as such in a data table
BookTitle | Author | Category
A | Writer1 | Thriller, Action, Horror
B | Writer1 | Science fiction, Fantasy
Now i have tried the top hit metric, which works, until we have double categories recorded.
Ok, from what I understand there is probably a workaround for this, but maybe not exactly how you want the result. It's like a db.groupBy() call, but unsure if you can see it like you want. Still looking though
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.