Can We customize the Business Object infoview in BO?
Answer Posted / shikha
Yes we can customize Business Objects Infoview settings
from the OPTION available on the first page of it.There we
have options to set default skin,language,default page...etc
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Explain about a tricky situation for which you found a very simple solution?
Explain the difference between union and group?
Did you face any problems while creating reports? Name? Solutions?
Explain is there any tool that can compare two unvs / two rpts , built using bo 5.1 / bo 6.5?
Explain the difference between detect alias and detect context?
What is a fantrap in business objects?
Can we Save (save as) WEBI Doc as DESKI?
any difficulitis have you phase while creating bo reports and how did u solve it
What is a bo repository?
How many universes can be created in a project?
Which command using Query Analyzer will give you the version of SQL server and operating system ?
can some body explain how migrate the BoXI r2 to BO 3.x and crystal reports XI r1 to Crystal report 2008 ?
What is report template in b.o?
If 2 tables are joined by Shortcut join, if query is generated based these join, what will be the join type and what will be the generated query? Thanks in advance?
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