Hi,
I need to add a condition to a view. I have two tables. Let's say one of them contains begindate and endate, another one contains comparisondate:
Table1:
...some fields...
begindate dats 8
enddate dats 8
Table2:
...some fields...
comparisondate dats 8
I want this view only to contain rows which ensures this condition:
table1-begindate LE table2-comparisondate AND
table1-endate GE table2-comparisondate
Is it possible to achieve this with using selection conditions?
Actualy I am trying to do this for a search help. Should I use "Search help exit" instead? Can I achieve it with Search help exit ?