how to solve many -many relations ship in frame work
manager?and how to avoid cartigen product in frame work
manager?
Answers were Sorted based on User's Feedback
Answer / tanveer ahmed
To resolve the many - many relations, one has to broke
cardinalities of either tables... for example Student and
Teacher tables, you can clearly oberserves that One student
will have many Teachers and vice varsa one teacher can have
multiple students too....
so one must have broke the either cardinality of student or
teacher.... like example broke the table of Teacher into
two sub-tables and join the accordingly....
Please refer some good books for understanding how to
define bridge table first for this....
Thanks...............
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / anik
generally many -many relationship comes when there is a
problem in your model . try to see if you are missing any
Query Subject which might have a relationship with both the
query subject which is creating many to many relationship .
for avoiding cross join too we have to specify the
correct relationship between the query subjects
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / chiru
See if u look the above example of Student and teacher... Student is lower level... teacher is higher level... it is many to many to relations..so we cant join two table with different levels... so use determinants to avoid this ..
better click the below blog link u can get answer.........
cognosteacher.blogspot.com/
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / karna
if you dont know the answer.prepare it and let us know.
| Is This Answer Correct ? | 3 Yes | 4 No |
Answer / jd
in framework manager there is a governor setting to disable
cross product joins. we have to make the option yes to
disable cross joins.
| Is This Answer Correct ? | 4 Yes | 7 No |
Answer / ram
create relationships from the shortcut to other query
subjects.
| Is This Answer Correct ? | 0 Yes | 3 No |
Answer / hemant
using determinants you can avoid many to many relationships.
| Is This Answer Correct ? | 2 Yes | 8 No |
Answer / oooo
hi firest i am learning after iwill give anser
thanq to give oppertiunity
| Is This Answer Correct ? | 2 Yes | 13 No |
how can you get the errors in job? when loops are araised we get error?
if we have a value prompt in a prompt page and if we need to pass that prompt value to a sql used in report, what is the sql code? give me example?
2.How do you drill through report from Report Studio to Analysis studio?
What are the other methods working as deployment functionality?
how to create average on totals of different departments employees salary...? consider we have 3 dept and in each dept 10-15 workers i need to get the totals separately for each dept and average of there totals..help me pls
what is textsource variable
what is a box type in cognos? what is a stitch query? what are the services that run in background when cognos is running
what are the joins present in reportnet?which is most widely used?
explain how to create powerplay reports?
What is meant by report studio short cut?
How can we find out cardinality between two tables?
what is the use of macros&folders&herarchies in frameworkmanger?