how to create relationship between emp and salgrade tables
in frameworkmanager?
Answer / suresh
Hi,
create one datasource query subject in FM. and write a sql
like
select emp.name,emp.salary from emp,salary_grade
where emp.salary between salary_grade.low_salary and
salary_grade.high_salary.
this is called non equal joins. like this you can create
relationship between this two table.
| Is This Answer Correct ? | 1 Yes | 1 No |
1. What is stiched Query 2. What is loop in Fm 3. Best practices in modeling in FM 4. Three types of SQL 5. Difference between pass-thro and native sql? 6. will usage of pass thro sql will improve the performance? 7. Complex problems fced in your project 8. performance tuning in reports
What is meant by report studio short cut?
what is the difference between list sequel and cross tab sequel?
What is a Framework manager?
-------------Diff b/w Union and Unionall?
Explain the characteristics of cognos?
what is fact less fact give me proper example?
How can we improve performance in framework manager level?
What are the components used in web tier?
How can reports be bursted based on two groups? I want to schedule to burst a report based on product line and years and I need the burst report for every product line and every year. How can this be done? Please help..
When we save a report in report studio with what extn it save?
What are the advantages of using cognos sql?