Hi everybody!
I have two tables where I have opposite results that I'd like to see together in some chart (Pie Chart if possible )
The queries are almost the same:
| essql query="select num1.keyword from dataframelast where suffix.keyword in ('mt','dn') group by num1.keyword having count (distinct suffix.keyword) = 2"
| essql query="select num1.keyword from dataframelast where suffix.keyword in ('mt','dn') group by num1.keyword having count (distinct suffix.keyword) = 1"
Is it possible that each result would have different colour and I can see number or percentage of each?
Do you have any suggestion for element which could solve that?
Thank you for any replies in advance!