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 |
What are Governer Settings?
what is dimention?explain dimentable with example?
What is the information present in the cognos configuration file?
example for generated prompt
What is the difference between a data mart and a data warehouse?
15. If I select the current month and year how can we display previous 11 months data?
How we check the errors before running the report,plz let me know the answer
i am having a table having name cust_employee.i use this table in my model after i published that to cognos connection .i generate some reports. after that in my data base cust_employee table is changed to cust_emp.how can i get this table into my report.i again import and published means its time consuming,in simple how can get the changed table in to my model pls pls ans me....
can we insert list report in corsstab report?
What is value prompt limitations while creating report? What is select and search prompt?
suppose i want to do drill through a column only for the values which is having more than > 50000. how can i do that?
what is Associated grouping? and how it works in cognos impromptu?