InterviewSolution
Saved Bookmarks
| 1. |
Explain The Difference Between Query Filter, Report Filter And Block Filter? |
|
Answer» A query filter limits the data returned from the database. A block filter allows SELECTED data to display in a single block and HIDES the other data. A REPORT filter allows selected data to display in a PAGE and hides the other data. The report filter applies to all data blocks on the page. A query filter limits the data returned from the database. A block filter allows selected data to display in a single block and hides the other data. A report filter allows selected data to display in a page and hides the other data. The report filter applies to all data blocks on the page. |
|