Created a new column by month
I'm working with reports and dashboards and I need create a report where I can get a Status by Month, however in the Report I get only the Product Name and Created Date for example:
ProductName CreatedDate
Product A 2010-09-21
Product B 2010-07-16
And I need create a new column where I can check by month:
ProductName Month Flag
Product A 2010-01 Inactive (conditional over created date)
Product A 2010-02 Inactive
Product A 2010-03 Inactive
...
Product A 2010-11 Active
Thanks!!!