InterviewSolution
Saved Bookmarks
| 1. |
What is difference between query and report filters? |
|
Answer» Query filters are applied in Query Panel and they are used to limit the number of rows from data sources and to return the same in document. Report filters are applied at report level on reports, tables, charts, etc. These filters are not used to limit the data retrieval from the data source and only hide certain values at report level. |
|