Welcome to Knowage Q&A

Here you can read the Q&A history.

To get new community support please go to GitHub discussions (KnowageLabs/Knowage-Server · Discussions · GitHub).

0 votes
1 view
As only Count option is available in the Aggregation type I am unable to use the many functionality's of the DataSets. So any One please say me how to do the Distinct Count Aggregation for Charts.

ThankYou,
in Charting by (360 points)
reshown by

1 Answer

0 votes
 
Best answer

What you should do is:

1. open your server

2. open folder webapps

3. open knowagecockpitengine.war with WinZip or WinRar 4. open js\src\angular_1.4\chart\designer\services

5. open chartDesignerService.js with Notepad++

6. add

{name:'COUNT DISTINCT',value:'COUNT_DISTINCT'},

around line 2389 ( below {name:'COUNT',value:'COUNT'}, )

7. Save and close

Start your server.

by (3.3k points)
selected by
...