| Back to Questions Page |
| |
| Question |
What is Complex Reports? |
Rank |
Answer Posted By |
|
Question Submitted By :: Srinu.bo99 |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In my Point of view
Complex reports is
I have created many reports using VB macro like
I had created one control report which is defined many Sales
ares, Plants, Sales repcode..... like i have created control
reports and based these refer to created another report
which is refer to control report and run the each area or ,
sales repcode.... like that i have created and these reports
will be published individually on webi.
I thought that these type of reports are called Complex reports.
Thanks,  |
| Sreenivas |
| |
| |
| Answer | Complex reports are the reports which pull up data from
different sources. Complexity also depends on the data
model and the critical way the report data is going to be
generated.  |
| Jansi |
| |
| |
| Question |
There are two options to set "max number of rows fetched"
from designer,
1. Tools> Options
2. From universe parameters
What is the different between these two and why their valus
are different? |
Rank |
Answer Posted By |
|
Question Submitted By :: Slunawat |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In Designer
This is a useful feature to show you a sample of the data
in your tables as you build objects in the universe. As a
default, Designer will present
you with the first 100 values in your database
I think ur expecting this one.
Regards,
Sreeivas  |
| Sreenivas27 |
| |
| |
|
|
| |
| Answer | you seltect the particular field of table and then right
click you get options thereno of rows in table you click
that u get the table values  |
| Bouser |
| |
| |
| Question |
while migrate bo 5.1 report into boxir2 ,what are the
problems faced |
Rank |
Answer Posted By |
|
Question Submitted By :: Ramana |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | you can able to face user level and group level rights  |
| Pragadesh |
| |
| |
| Answer | 1)5.1 stored datas frm repository level boxi u stored in
folder type of options
2)provide RLS level in 5.1 supervisor will provide in boxi
developer provided  |
| Bouser |
| |
| |
| Question |
what are the complex reports you have created. Tell me with
example? |
Rank |
Answer Posted By |
|
Question Submitted By :: Srinu.bo99 |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Hi,
complex reports:
I have created many reports using VB macro like
I had created one control report which is defined many Sales
ares, Plants, Sales repcode..... like i have created control
reports and based these refer to created another report
which is refer to control report and run the each area or ,
sales repcode.... like that i have created and these reports
will be published individually on webi.
I thought that these type of reports are called Complex reports  |
| Sreenivas27 |
| |
| |
| Answer | In my senario i have create a complex report for
insurances is in my product create a report for client
details basically one persons having n number of policyies
i will find out the persons partiular report  |
| Bouser |
| |
| |
| Question |
how to create a derived table in designer? i need steps
regarding derived table |
Rank |
Answer Posted By |
|
Question Submitted By :: Pratap |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | IN UNIVERSE DESIGNER RIGHT CLICK -CREATE DERIVED TABLE -
GIVE NAME FOR DERIVED TABLE.
IT'S DISPLAYED IN THE UNIVERSE DESIGNER PANNEL.
MAINLY DERIVED TABLE USED FOR WE CAN CREATE OUR OWN QUERY.
LIKE WE CAN SELECT ONLY THE PARTICULAR TABLES IN THE DESKI
WHILE TRACKING THE DERIVED TABLE(IT'S BASED ON THE OUR
QUERY)  |
| Radha |
| |
| |
| Question |
when will use compatible and incompatible objects? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sasi Kanth |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | compatible and incompatible objects will be defined when
you create aggregate awareness. This is one of the
performance improvement technique at the universe level.  |
| Interested |
| |
| |
| Question |
What is the difference between derived table and views?
which one gives better performance? |
Rank |
Answer Posted By |
|
Question Submitted By :: Sasi Kanth |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | a derived table is dynamic,virtual table that you create
within universe structure.it consists of set of sql
statements that you create in designer and you can use it as
a logical table to create objects.
in the derived table sql set,you can put a select statement
in place of table name in the from clause.sql set can also
contain embeded prompts and you can create joins between
embeded physical tables ,just as you can with other tables.
derived tables can be used in place of database
views,aggregate tables,lookup tables.
by using derived table we are processing load from the
report server to the database.
views are also virtual tables which are created in database
level and can make use in universe.but we can not create
them in universe structure.  |
| Prasanna.ramesh1 |
| |
| |
| Question |
How to create predefined filters in B.O. |
Rank |
Answer Posted By |
|
Question Submitted By :: Sasi Kanth |
| This Interview Question Asked @ TCS |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Pre-defined filters are created in Business Objects
Designer where we create/edit/append Universe. In the
universe window, in the right hand pane is classes and
objects, by default the view selected is of dimensions,
measures and details, to create filters, the view must be
changed to filters and use add object and select the
required where clause.  |
| Sonia |
| |
| |
| Answer | Create it in Universe with or without prompt option as per your requirements.  |
| Saranv |
| |
| |
| Question |
WHAT ARE THE INDEXES THAT SUPPORT DATA WAREHOUSING ?
Thanks In advance Prakash |
Rank |
Answer Posted By |
|
Question Submitted By :: Prakash123 |
| This Interview Question Asked @ BirlaSoft |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | In general the same index theory applies to DW as it is for
any RDBMS. So we can have one clustered index and several
non-clustered indexes on a table. defininng the index
depends on the need for the particular SQL. We usually
define them on the columns used in the join clause and in
the where clause to fecilitate the faster fetch.  |
| Interested |
| |
| |
| Question |
i Have created the universe in which i have one table and
different derived tables from the same table i am supposed
to create report from the same universe which should
dispalay the duplicates rows, but all the time i run the
report i am not getting the duplicate rows i have checkd
the duplicate report option too in report.. is there
problem with universe or report,.. can any body help? |
Rank |
Answer Posted By |
|
Question Submitted By :: Tanvirowaisi |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | I thing, the plm is in universe, there is only one table is
used in the universe and all other is derived tables. where
you get objects? if you get objects from derived tables
alone pls check the join condiion in derived table's sql
query, else if you are pulling objects from derived table
and db table, definitly you would get duplicate rows.  |
| Dhineshkumar. S |
| |
| |
| Answer | This can be solved in a simple manner.. In Report just
double click your table or right click for Table
properties.. In the General Tab just uncheck the
option "Avoid duplicate rows Aggregation". Hope you will
get the desired results..
--Senthilmurugan.S  |
| Senthilmurugan.s [Flextronic Technology] |
| |
| |
| Question |
how to do Ad-hoc reporting ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Narsingrao07 |
| This Interview Question Asked @ IBM |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | Adhoc report is nothing but an user friendly report. The
end user can create thier own report like drag and drop the
objects what they wants in report based on the business
perspective.  |
| Dhineshkumar. S |
| |
| |
| Answer | This reports are the once which are just created at that
time for user's specific needs.  |
| Naresh [Cognizant] |
| |
| |
| Answer | These are the user-friendly reports  |
| Jhansi Bolleddu [Cognizant] |
| |
| |
| Answer | simple reports r also called as ad-hoc reports  |
| Shashank_reddym [Cognizant] |
| |
| |
| Answer | ADHOC reports are developed by business users for data
analysis purpose where it can be saved or may not saved
some times.  |
| Preethi [Cognizant] |
| |
| |
| Question |
What is security level in BO ? |
Rank |
Answer Posted By |
|
Question Submitted By :: Prakash123 |
| This Interview Question Asked @ Accenture |
|
I also faced this Question!! |
© ALL Interview .com |
| Answer | hi,
this is srinivas
In BO 6.5 windows level,command level and row level these
are securities
and XIr2
Folder level and user level
create in central management console  |
| Srinivas |
| |
| |
|
| |
|
Back to Questions Page |