Hi,
I have a query and two datasources attached to it.Two datasources reference the same table.But both have different range values.
For Example:
Query has dataSources as CustTrans_1 and CustTrans_2.(Both reference CustTrans table)(Datasources are not joined).
CustTrans_1 has ranges as Approved = Yes and TransDate
CustTrans_2 has ranges as Approved = No and TransDate
Now I want to fetch the records which has (Approved status as 'YES' and TransDate <= 31-12-2011
) and
(records with Approved status as "No" and TransDate = 31-12-2012.)
Can Anyone help me on this please???
Regards
Sindhu