lotus notes - xpages : Filtering a View Data Source using the keys parameter(filter by category name) -


i have xpage linked 1 of our databases displays history view of documents in database. view categorized in notes client. need filter data view value selected combobox, have limited data single category adding parameter categoryfilter :" filter category name".

the problem display of filtered view takes lot of times appears me time error message.

n.b: history view voluminous.

can 1 me please fix problem. thank you.

@modified : 29/07/2016

when use filter column value : have first document filter column value

but when use filter category name : have complete result filter category name

use "filter column value" instead of "filter category name".

your source code should then:

<xp:viewpanel     ...     <xp:this.data>         <xp:dominoview             var="view1"             viewname=...             keys="#{javascript:sessionscope.categorykey}">         </xp:dominoview>     </xp:this.data> 

Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -