Hi,
I have a tstats query and I want to display all "others" in piechart .below is my query:
|tstats count AS "Count of Event Object" from datamodel=abcoper where (nodename = EventObject) groupby "EventObject.ysdDash_consumer"
my pie chart is showing
a=20%
b=30%
c=40%
others=10%
I used USEOTHER=F in the end of the query. but still i am not getting the result.
Any ideas how to use useother=f in tstats?
↧