I have been working in Informix-4gl for the past 2 years in
an MNC company.But I'm interested to work in Business
Intelligence tools. Is it possible to change the technology
now? I'm really confused, please help me
Answer / syeda
Hi,
Its basically the interest you have to learn new
technologies. You can very well shift to B.I tools and its
very interesting when compared to 4gl. I was with 4gl for
arnd 2.5 yrs then shifted to Informatica for a few months
and then again back to 4gl which I didnt wanted to but as
the requirement and need was highly critical and essential
I had to come back to 4gl. Otherwise B.I tools will really
be a very good option to change to.
| Is This Answer Correct ? | 3 Yes | 0 No |
hi,there is a scenario like. there are three columns empid,salmonth, sal contains the values 101,jan,1000 101 feb 1000 like twelve rows are there then my required out put is like contains 13 columns empid jan feb marc.......dec and the velues are 101 1000 1000 1000 like this . thank you
Why you use repository connectivity?
What is the Difference between PowerPlay transformer and power play reports?
rank() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid order by case when opt2.dm_market_flg in ('Y', 'U') then 1 else 2 end, lkp.contact_rank) as rank1, case opt2.contact_type when 'Buyer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, ship_to_flg desc , last_order_dt desc) when 'Decision Maker' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc , last_quote_dt desc , mailability_score desc , source_ranking desc) when 'Influencer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) when 'Payer' then row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) --elu 05/28/2013 else row_number() over (partition by opt2.dim_plat_site_id, opt2.dim_site_opt_sid, lkp.contact_rank order by has_name_flg desc, mailability_score desc, source_ranking desc) end rank2 row_number() over (partition by opt3.dim_plat_site_id, opt3.dim_site_opt_sid order by rank1,rank2) as "rank", case when "rank"<= opt3.maximum_value then 'Y' else 'N' end as include_flg
following scenario empsal table i want who exist one lakshs sal above monthwise? ` empsal empid monthyear sal 1 jan2008 1000 2 march2009 50000 3 april2009 4000 4 feb2009 100000 5 jul2009 600000 6 dec 2008 90000
3,if our source containing 1 terabyte data so while loading data into target what are the thing we keep in mind?
Explain where to store informatica rejected data? How to extract the informatica rejected data?
which transformation should we use to get the 5th rank member from a table in informatica?can we achieve this in sql?
Do you have knowledge in ralph kimball methodology
What are the limitations of joiner transformation?
How to load a relational source into file taget?
In indirect file loading, suppose we have less no.of flat files then we can enter files names manually in list file creation. If millions of files are there, how can we enter the flat file names in list file?