COGNOiSe.com - The IBM Cognos Community

IBM Cognos 10 Platform => Cognos 10 BI => Framework Manager => Topic started by: bigus45 on 30 Jan 2014 10:56:19 AM

Title: Reconciliation
Post by: bigus45 on 30 Jan 2014 10:56:19 AM
Hi

I am new in Cognos and I need to create Recocilation Report for last 7 days. Please check attachment

COLUMN:
Days back

ROW:

Exported by A - invoices sent by company A to company B - TABLE A
Imported by B - invoices imported by company B to system - TABLE B
Missing - between Imported and Exported
In_App - uploaded to application - TABLE C
Missing_App - missing between imported and uploaded to application

ON CROSS : count number of invoices

For now I see that there is a query for each cell :
count (case when (date[imoprt_date] )>= (current_day-1) and (date[imoprt_date] )< (current_day)) then 1 else NULL end)
so we have over 40 queries and generating a report takes a lot of time

I never created a DMR model but I think this could be a solution to performance. Could You please help me with steps how to create a DMR model for that case ?