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....
Answers were Sorted based on User's Feedback
Answer / lakshmi
How about creating a synonym at the database level?
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shreyas
Without Importing the table into Model just change the sql
of the Table.
For Example: Initial in model the database layer Query
Subject contains as Select * From [Datasource Name].
OLDTableName
Replace with
Select * From [Datasource Name]. NeWTableName
and publish.
This is one of the method.
Second Method:
In report studio Create a sql Query and point the report to
samequery. (this is simple without importing and publishing
the pakage)
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we create a web page where the report directory and the output can be viewed directly across cognos connection?
how many types of variables in cognos report net and cognos 8
What is model filter and query filter?
How many fact tables and dimension tables in your project?
Define query studio?
Can any one give the example for slicing and dicing of data ?(with simple query)
----------------Diff b/w Dimensional modeling and Relational modeling?
What is drill down and slicing and dicing whats the difference between them?
It is possible to test 2 query subjects at a time in CRN1.1 & C8 FWM?
what is the difference between group and association?
How to hide value prompt box and list when run report?
Define cognos report net?