Hi,
Does someone know if it is possible to do a kind of SELECT DISTINCT over the values of a column with the Reporting plug-in?
And the cherry on the top of the cake, not only show the values distinctively but also showing an extra column with the count of values.
For instance, taking the following list of values in a single column table:
A, B, C, B, C
The resulting table would show:
| Value | Freq |
| A | 1 |
| B | 2 |
| C | 2 |
Thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KMTek
Not so sure for that reporting app - but have you tried contacting the vendor for more direct assistance?
You can do this from the Marketplace...
Let us know if you find a resolution!
Ste
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @KMTek ,
We can also suggest trying our Table Filter and Charts for Confluence app and its Pivot Table macro - seems that this macro will be able to fulfill the case.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.