hi, i have a db containing some information regarding a product and lagnuages and dates for each language.
i can create a view that gives me the information for each language, for example
select @contains french “y”
and this view displays the dates releveant for the french language.
i have the same views for other languages and that is all working fine.
now my problem, is that i would like to have an overview of all my languages, meaning i would like to be able to see results for all the views in one view, instead of going to each view and then copy/paste the info somehwere else.
Basically like a union of queries in query language.
i have looked on the forums and in the help, but could not find an answer that was helping. My database (well a form in LN) is not in db2, so i do not think i can use the db2 options thta i have found in help.
i have setup all my fields in one form, for example:
french, date1_french, date2_french…
german, date1_german, date2_german
and so on for all the languages
thanks in advance for any help…