SmartForm ListView custom filter ordering not working

  • 21 September 2016
  • 2 replies
  • 4 views

Badge +2

Hi all,

 

We have some problems with user filters in listview on a smartform. When a user creates a custom filter and applies this, the filter is working but the ordering not.

 

 

 


2 replies

Badge +2

Some Updates:

 

We realized that if on the listview in designer you select ordering preferences this preferences will remain over users own filters.

 

Is there a way to modify the Default Filter for all users?

 

Thanks

Badge +2

New Update:

 

We found that User Filter Ordering depend on Designer ordering selected:

 

  • If Designer don't use any ordering, the custom filter ordering works as expected.
  • If Designer selects ordering by a column, custom filter ordering only will work if this ordering also includes the Designer ordering column:
    1. Designer order by column A (DESC) and User order by column B -> Result ordered by column A (DESC)
    2. Designer order by column A (DESC) and User order by column A (ASC) -> Result ordered by column A (ASC)
    3. Designer order by column A (DESC) and  User order by column B and Column A(ASC) -> Result ordered by column B and at second level by column A (ASC).

Can anyone confirm this bug? Is there any fix?

 

Thanks

 

I attach some Screenshots:

 

DEFAULT FILTER BY Num Documento (DESC)

 

13559i60DDEE07775DCF0C.png

 

Modifying Older Filter Adding Num Documento Column:

15331i503F9D68438D31E2.png

Reply