every DWH must have time dimension
so now what is the use of the time dimension
how we can calculate sales for one month,half-yr'ly,and
year'ly?how we are doing this using time dimension.
Answer / ravi
BY TAKING THE TIME DIMENSION TO EXPRESSION TRANSFORMATION
AND CREATE NEW PORTS AND MAKE THE NEW PORTS AS OUTPUT PORTS
WRITE CONDITION IN THE NEW PORTS BY USING THE FUNCTION
GETDATE_PART(DATE DIMENSION)
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the scenario which compels informatica server to reject files?
In dimension and fact table? which one holds big data?
1)you have multiple source system where u receive files ,how do you actually load into mapping using transformation,what are the transformation you use? 2)you have files in ftp location ,how do you get it into mapping with you ETL concept?
what is confirmed dimension?
my source having 10 records but how can i load 20 records in target, i am not bother about duplicates?
What is reconstalation n What is fact constalation? Correct me if i m wrong in the question.
Hi, I saw one mapping implemented by my seniors . In Expression transformation they implemented following logic. That is iif(is_date(in_UC_DATINV,'YYYYMMDD'),to_date(in_UC_DATINV,'Y YYYMMDD'),'Inventory Date is either invalid or null') Inventory_Date is validated only for is_date() But not validated for notisnull() . But error says “ either invalid or null “ why? Whether is_date() also check for not isnull() ? or in this logic something is different ? Please answer me . Advance thanks
What are the reusable transforamtions?
what is the difference between Informatica 7.1 and Abinitio?
How can u insert o ne row in the target if that row does not exists in the target and update if it exists
which one is costliest transformation? costliest means occupying more memory. which one Aggregator,sorter,filter,etc..
How is Data Models Used in Practice?