Well thanks for your response Andre
We have one keyword document.
Building application to very easy in use.
This keyword document has one text field with multivalue enabled which contains
DE
NT
FR
values are entered by “ENTER key”
we have on database that reads the information from another database, and searches value in this database by using value those are in keyword documents ( Actually keyword document contains departmental code)
today only this value is there but may be they are going to change, thts why they are maintaning this document so in future if they want more documents to be fetched from another database they have to modify only in keyword document.
so in that database i want to search all documents those have matches department value as defined in keyword document.
in short
it should work like this
db.search= {form=“xyz” & department code=“value specified in keyword document”
lets say simply in view formula it would look like this
Form=“xyz” & Dept_cide=“DE”:“ME”: “RE”
thanks