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. |
|