Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

in map widget configuration, you can't select ATTRIBUTE to be shown in detail :

Is there Any way to change the behavior of the interface to be able to display attributes on detail popup ?

since there is no reason to prohibit displaying attributes in detail, why not removing this interface constraint ?

Environment Knowage version 7.4, with Docker, on macos and chrome
in Workspace by (670 points)
Hi,

from the version 7.4, the user needs to explicitly define the aggregation for the map: that is needed to support the Spatial Attribute defined as CLOB in the DB; the LOB datatypes cannot be used in the GROUP BY clause of SQL.

That said, as you can see you from your screenshot, you are not aggregating by any attributes. If you doesn't select the attribute for aggregation Knowage will not extract that field from the query and will not insert it in the GROUP BY clause.

My suggestion is: if you don't use CLOB for the spatial attribute, aggregate for all the attributes. In that case you should use dateObserved for the detail popup.
Hello, thanks for your kind reply, I catch the reason, and by setting "aggregate by" on attributes I can set "show on details".

Please log in or register to answer this question.

...