I have an archivio have field "TAGS "cr 200
sample : "Computer; Portatile; apparecchi per la cucina;"
from another archive I select a field cTopic:= "computer"
and I must search the word "computer" into the first archive on all records
and I wish show only the records having on "eti" the word "computer"
How I must make ?
I try with
OrdScope(0, { || UPPER(ctopic) $ inv->TAGS })
OrdScope(1, { || UPPER(ctopic) $ inv->TAGS })
but not run well
any solution ?