PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → dificult query
dificult query
Iniciado por guest, 24,may. 2016 10:19 - No hay respuesta
Publicado el 24,mayo 2016 - 10:19
Hello,

I have to combine data from 3 tables

- Documents
- MyKeywords
- Documents_MyKeywords

I want to select a number of keywords in a multi selection table.

1) I want to show the documents accord with ALL the keywords (few results) (AND)
2) I want to show the documents acoord with SOME keywords (a lot results) (OR)

The document_MyKeywords table is automatically generated by WebDev

Is it better to use HFilter and generate a filterstring according the selections ?

How do I start this. Thanks.

Willy Hermans.