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

I have a simple dataset like: 

select name from table order by name

Data is sorted by name (and I can check it in preview). Then I want to display it's data on html-widget. Html looks like this:

<div kn-repeat="true">

   <div> [kn-column='name' ] </div>

</div> 

Output is not sorted.  

When I try acces to data with  [kn-column='name'  row='0']  [kn-column='name'  row='1'] ..., it unsorted too.

Is there any way to get sorted data list in html-widget?  

Environment Knowage CE 6.2
in Cockpit, Dashboard and Console by (2.8k points)
edited by

1 Answer

0 votes
Hi,

   sorry but at the moment isn't possible to force ordering on this widget type.
by (4.4k points)
...