Skip to main content
Woohoo! Qlik Community has won “Best in Class Community” in the 2024 Khoros Kudos awards!
Announcements
Nov. 20th, Qlik Insider - Lakehouses: Driving the Future of Data & AI - PICK A SESSION
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Limitation of transcations for 1 entity among several

Hi all

I have a problem I need some help with.

I have a database with several entities. For all entities except 1 I would like to have all the information reagarding transactions. However how do I write the script to fetch information from all the entites, but for one entity with a limitiation of date.

Part of the script

FROM [$(Dir_Axapta)\CUSTINVOICETRANS.qvd] (qvd)

where not exists (ServiceCheck,Upper(text(ITEMID)))

and Upper(text(ITEMID))<>'1-2420' and Upper(text(ITEMID))<>'1'

This is the entity I would like to only fetch transactions from the date 20130101

     ---    and if (DATAAREAID='mip' and invoicedate >='2013-01-01'); ---

How do I include this information without setting a limitation on the other entites in the database?

//A

0 Replies