Oracle EPM Data Exchange Validity SQL code working inversely
Hi all,
I am working on a File based #DataIntegration scenario where the source data contains a column which states the validity of the row saying "Active"/"Inactive" that does not present in the application as a dimension.
CASE WHEN DESC1 = 'Active' THEN AMOUNT ELSE NULL END
Using this SQL filter in member mapping for Data, but the data loaded in opposite i.e., loaded for inactive records.
please help me out here.
Tagged:
0