I want to build a report to count between the values of two attributes. For example, I already have
ID(Attr) TransDate(Attr) TransDateOneYearEarlier(Attr)
12345 01/01/2000 07/01/1999
12346 02/12/2000 08/12/1999
on the template. I would like to add a new metric to count on attribute TransDate between "07/01/1999" and "01/01/2000" for the first row, "08/12/1999" and "02/12/2000" for the second row, etc. Have any idea how to build the metric?
Thanks
ID(Attr) TransDate(Attr) TransDateOneYearEarlier(Attr)
12345 01/01/2000 07/01/1999
12346 02/12/2000 08/12/1999
on the template. I would like to add a new metric to count on attribute TransDate between "07/01/1999" and "01/01/2000" for the first row, "08/12/1999" and "02/12/2000" for the second row, etc. Have any idea how to build the metric?
Thanks