Ask a questionAsk a question
 

AnswerHow To Deploy a report in TFS Irrespective of Projects.?

  • Thursday, October 29, 2009 5:36 AMSyam Arappatt Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    Currently Project wise Filteration is seen while taking reports. Is It Possoble to deploy areport in repost server irrespective of projects.

Answers

  • Thursday, October 29, 2009 2:31 PMNick Ericson - MSFTMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Yes - the reports TFS deploys use the path in RS where they are deployed to infer the project.  They use the project as a filter in the queries they run against the Cube (or Warehouse).  If you create a custom report simply leave this logic out of the report (or filter in a differnt way - a drop down for example).  You could also modify an existing report (copy/backup first) to not apply the filter - you will see the filter when you open the TFS reports in Report Designer in the MDX queries.

All Replies

  • Thursday, October 29, 2009 2:31 PMNick Ericson - MSFTMSFT, ModeratorUsers MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     Answer
    Yes - the reports TFS deploys use the path in RS where they are deployed to infer the project.  They use the project as a filter in the queries they run against the Cube (or Warehouse).  If you create a custom report simply leave this logic out of the report (or filter in a differnt way - a drop down for example).  You could also modify an existing report (copy/backup first) to not apply the filter - you will see the filter when you open the TFS reports in Report Designer in the MDX queries.
  • Friday, October 30, 2009 10:50 AMSyam Arappatt Users MedalsUsers MedalsUsers MedalsUsers MedalsUsers Medals
     
    thanks for ur reply.