I'm trying to write a programmed query recovering the datas for a list 
of index-key values, itself recovered from previous steps in the 
application.

1/ I did not succeed first to get such a filter in QBE windows.
When I wrote the line
idkleunik=815
in the conditions
I got an active filter
I tried to write two lines, as follows
idkleunik=815
idkleunik=911
and I got no filer at all...

but just write these 3 lines
idkleunik=815
or
idkleunik=911

and it works

2/the corresponding set_filter operation in a script is

myfilter="idcleunik="+str(815)+" or idcleunik="+str(911)
ds.set_filter(myfilter,False)

now, of course the aim is to write the string myfilter by programmation






-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Hk-classes-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/hk-classes-discuss

Reply via email to