Hi,
I have a question, how to push result of query to TEXT chart or something type chart.
Example:
Query
- Query: Count total (A)
- Query : Unique Count (B)
- Querry : Count with filter (C )
HTML / Markdown (or something):
Total value: $A
Total Unique value: $B
Total value with filter: $C
Result:
Total value: 7
Total Unique value: 8
Total value with filter: 2