GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Data Warehousing  >  MicroStrategy

 Print  |  
Question:  What is the difference between view filter and report filter?



July 07, 2007 04:43:42 #3
 Mythili   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between view filter and rep...
 

Report Filter:

A report filter conditions appear in the SQL used to retrieve the report result set from the database. The report filter is created as part of the report and is saved with the report definition.

View Filter :

View filters do not modify the SQL for the report like normal report filters do. Instead, view filters are applied to the overall result set after the SQL is executed and results are returned from the data warehouse.

     

 

Back To Question