Hi,
I've seen some nice samples of editbox fields allowing you to filter the results of a view (via requestscope ad 'Filter by column value' or using the search property of data).
Is there a way to do a similar thing for a view filled with jdbcQuery data ?
I tried making SQLQuery computed and use the requestScope value but it seems as if the Query is not executing during a full refresh.
Can someone give me some tips ?
Thanks !
An