InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by input controls? Can we use input controls on Geography and Time hierarchy? |
|
Answer» Input controls are used to filter and analyze the report data. You define input controls using text boxes and radio buttons. Input controls are associated with report elements like tables and section headers and use control to apply filter on report elements. When you select a value of an input control, it filters the values in report element that is associated with input control by selected value. Input Controls can also be used on hierarchical data. |
|