How to ignore some records in browse
How to ignore some records in browse
(OP)
Hi
I want to filter a browse without using the filter option because my filter is a little complicated so I want to go through the records and view only the records that match my criteria (of course without filling the results in a temporary file or queue)
thanx
I want to filter a browse without using the filter option because my filter is a little complicated so I want to go through the records and view only the records that match my criteria (of course without filling the results in a temporary file or queue)
thanx
RE: How to ignore some records in browse
IF <CONDITION>
return(record:filtered)
END
Put in into "Browse on ... -> Validate record " tree
Now we use PROP:sqlfilter because our dedicated SQL server filters 5 years data much faster.