what is query subject
Answers were Sorted based on User's Feedback
Answer / pankaj arsekar
A query subject is the basic building block in Framework
Manager. A query subject is a set of
query items that have an inherent relationship.
| Is This Answer Correct ? | 18 Yes | 0 No |
Answer / mohamed aashik ilahi
Query subject can't be precisely said as a table. It is a
select clause where we can pull all the columns or a set of
needed columns from the database.
For Eg: Most of the developers will be said by the Clients
that they might not need some of the columns, so obviously
we developer's may ignore those columns, so a table without
a single column missing can't be called as a table, but a
select statement used to get the client preferred columns.
an example query: select * from <tablename>; (a full table)
select emp_key,emp_id,emp_name from
<tablename> ( selective columns from the table, SO THIS IS
THE QUERY SUBJECT)
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / s.srinivas
A query subject which contains query items.A query subject
which maps to tabels in a report.
| Is This Answer Correct ? | 9 Yes | 5 No |
Answer / arkchowdary
Query Subject----------- It is nothing but Table Name.
Query Subject----------- A query subject is a set of
query items that have an inherent relationship.
| Is This Answer Correct ? | 6 Yes | 4 No |
Answer / nasa
in cognos terminology query subject means table...
| Is This Answer Correct ? | 0 Yes | 1 No |
how u migrate reports to cognos 8 from previous versions
how to improve the report performance?
suppose if u r report having 1000 tables i want to dispaly alternate rows means 1,3,... how we specify that pleaes ans me
what is hints in cognos and where we use it.
What is value prompt limitations while creating report? What is select and search prompt?
can any one say the which is the best performance in framework manager
What condition do we use in Cognos when multiple path exits to reach the fact table.(i.e in BOXI we use CONTEXT when multiple path exit)
HI,can one suggest best institute for cognos Training in Hyderabad
diff b/w layout calculation and query calculation
Which lifecycle we will use for reporting?
How do you create IQD in FWM? Pls, give the procedure with an example. I told him that we could create using Native SQL method in FWM; it is correct or do you do another method there?
what is the difference between list report and crosstab report?