Questions
Unanswered
Tags
Users
Ask a Question
Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
Categories
All categories
Analyses
(469)
End-user Environment
(158)
Admin and Developer Functionalities
(386)
Data Set
(111)
Data Source
(68)
Business Model
(63)
Analytical Driver
(33)
Cross Navigation
(15)
Settings
(180)
Integration
(84)
Installation
(273)
Source code
(43)
Most popular tags
cockpit
dataset
error
chart
datasource
installer
datasets
installation
widget
parameters
business-model
olap
knowage
knowage_7_1
integration
login
knowage_7_1-ce
report-designer
cross-navigation
analyticaldriver
Apply a group function on calculated field in a dataset
0
votes
1
view
In a Dataset, I can create a calculated fields with CONCAT function, it works. But if I add a group function like COUNT DISTINCT I have an error in generated SQL
Environment
Knowage 6.1.1 on Centos 7 with MariaDB and thru firefox from my windows station
concatenate
calculated
field
count
distinct
asked
Dec 9, 2017
in
Data Set
by
fbaudin
(
250
points)
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1
Answer
+1
vote
Best answer
Dear François,
The problem is related to the Hibernate library, and how we create HQL.
if you use another aggregate function it's work, e.g. SUM...
We are evaluating a workaround.
Best Regards
Angelo.
answered
Dec 11, 2017
by
abernabei
(
20.7k
points)
selected
Dec 15, 2017
by
aportosa
Thanx Angelo
Please
log in
or
register
to add a comment.
...