Forums

Default value filtering chronoconnectivity CURIOUS

ideagrup 10 Apr, 2015
Hi friends,

I'm doing filters in chronoconnectivity. All is running OK,

But only have a litle problem

How can I let a default value to filtering??

If i put in (clausule where (in definition model)) filtering add the filters to that.

You understanding me??

MODEL
select * database where fieldsample < 7

filtering
<select fltr[MODEL][fieldsample]>
<option value='1">one</option>
<option value='2">two</option>
<option value='3">three</option>
<option value='4">four</option>
<option value='5">five</option>
<option value='6">six</option>
<option value='7" selected>seven</option>


RESULTS DEBUGIN
select * database where fieldsample < 7 and fieldsample = 7 //😲 😲 😲

CAN U HELP ME??
This topic is locked and no more replies can be posted.