If you are unable to create a new account, please email support@bspsoftware.com

 

News:

MetaManager - Administrative Tools for IBM Cognos
Pricing starting at $2,100
Download Now    Learn More

Main Menu

Reporting Traps - FAN Trap

Started by raj_aries81, 06 Nov 2014 01:23:12 PM

Previous topic - Next topic

raj_aries81

Hi Gurus,

I was looking at some use cases around reporting traps.

I tried to replicate a scenario for FAN Trap with two tables something similar to Table A -< Table B based on Dave's blog http://www.dagira.com/2008/03/03/do-i-have-a-fan-trap/

For Eg: I Created two tables OrderHeader & OrderDetails with the below columns

OrderHeader - [order_id],[order_date] and [order_budget]

OrderDetails -   [order_line_id],[order_id],[item_id] and [order_qty]

Now, after I join OrderHeader & OrderDetails and select the measures from both the tables, the measure in the OrderHeader will obviously be inflated and will multiplied by the number of line items in the OrderDetails table.

Here are my questions around this  -

1) How can this be called a FAN Trap, this can be easily handled by changing the aggregate properties for the Measure coming from OrderHeader table to 'None' to avoid any aggregation being applied.

2)Changing the cardinality from A-<B to A-B would also doesn't make any difference. Since both would generate the same query in this scenario

3)Can we use determinants to handle this scenario.

Regards
Raj


raj_aries81

Can anyone help me out by clarifying my confusion around it

Raj