Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Open items for perticular month

Any one have any other way to archive this? by doing this in way suggested by  Rupas , the  link to fact table will be based to created date but in this has to be linked to ID

I trying calculate count of total open items at end of the month based on completed date below table gives the example of what i am trying to get as output. Can someone please help me on this.

IDCreated dateCompleted date
11/30/20141/31/2014
21/31/20142/10/2014Open in Jan
32/1/20144/10/2014open in Feb&March
42/15/20143/2/2014open in Feb
53/10/20143/10/2014
63/12/20144/2/2014open in March
73/30/2014open in March&April
84/3/2014Open in April
94/3/20144/3/2014Open in April
104/5/2014Open in April

Required Output

Jan-14Feb-14Mar-14Apr-14
Open1233
1 Solution

Accepted Solutions
Not applicable
Author

4 Replies
alematex
Partner - Contributor III
Partner - Contributor III

why id 3 was open in feb and march?

Not applicable
Author

Id 3 was completed or closed in April hence it should be counted has open for both the months.

Anonymous
Not applicable
Author


Hi,

Try  like this

=num(count({<(Completed date={$(=MAX([Completed date]))},WeekKey=,FinancialYear=,FiscalQuarter=,([Completed date]={'Open'},WKey=>}OPen_Issues),'#,##0;(#,##0)')

Not applicable
Author

Check this out Mahesh

testMahesh.qvw