Please anybody tell me Is Data integration And ETL programming is same..? Thanks in advance....
3 7274Hai, Can anyone tell me 'how to use one dataprovider result as an input to another dataprovider?. In BO6.5 there is an option like "select query result". we can use this option in the filter. but the same thing not available in BO XI webi. if any one face this problem , can you please share with me how to do this? Thanks, Narmatha.
3 7783My data source is Excel sheet. How to write the SQL Statement for Excel file in data provider? Is is possible?
TCS,
3 9140How to solve the following errors coming in report development? 1.Syntax 2.multi value 3. #Error 4.computation and 5.Objects are not compatible
2 7260How the universe is working for fetching data? when it's get connected with db or data source? what is micro cube and when it is created? Is micro cube reside in inside of the universe?
2 52851.How to convert deski document to webi in infoview? 2.what is connection type for free hand sql?
3 13477in a database date formate is in dd/mm/yy. In my report I want when I prompt the date coloumn it should be displayed in (yyyy/mmm/dd)format. how could I do this plse send me as soon as possible.
3 7759Can master data change???if yes then how it'll change.....please explain with example...... thanx
1 3952Post New Business Objects Questions
Explain when to use local filter and when to use global filter?
How to generate the report from excel sheet?
What is difference between webi and infoview?
What are the data types present in bo? What happens if we implement view in the designer and report?
What is object stores?
How to sort the dynamic objects alphabetically on the Universe based on and SQL Server
how get the grand total in master-detail report?
What we need to discuss with designer before starting the universe designing.
Explain about alerts in bos, under what situation we need to use alerts?
What are the steps to do to use alerts in bo?
U r project in which stage in implementation?
Can we Save (save as) WEBI Doc as DESKI?
Explain what are the steps to do to use alerts in bo?
If there are no indices defined on any of the columns in the above two tables, which columns would you index to speed up the left join query?
Hi I'm using data federator.I would like to know if it allows select statment in where clause.For example: SELECT Employee, company, orgunit FROM TAB_BIG WHERE employee IN (Select TAB_SMALL.employee FROM TAB_SMALL WHERE flag = X ) bye