Control widgets are how the dashboard creator within Inzata can give the end user of a dashboard the ability to dynamically select or change what data is being shown by a report or a group of reports. Controls and reports have a many to many relationship, this is to say, a single report can be affected by many controls and a single control can affect many reports. This layering effect can allow an end user to have as much or as little flexibility as the dashboard designer wants to allow.
Control Menu
The control menu lets you set any text displayed within the control as well as the bind key and control type.
The empty text box is where you can set the text for the control. Just click in that box and begin typing to add the text.
The bind key is how a report knows which control is linked to it. A bind key should contain no spaces and needs to be unique to that control. This bind key is also case sensitive, so when it is used in a report it needs to match the text and case of the text exactly
The control type dropdown lets the user select a control from any one of 5 types:
Text Control
The text type control is similar to a drop down menu but it has substring search capability. This control should be used in cases where the attribute you are working with has many levels (think names of people) and the end result is you only want to see data around a single level of that attribute.
Slider Control
The slider type control is a single selection control that is useful when selecting an ordinal attribute. This control when used in conjunction with another of the same type is also useful for selecting a range within an attribute.
Dropdown Control
The dropdown control is most useful as a single selection control where the attribute has a moderate number of levels. If the attribute you want to search through has over 10 levels but under 50 then a dropdown control would probably be the best option
Checkbox Control
The checkbox control is useful when you want to select multiple levels within an attribute. This is useful for comparisons or when you want to look at all the data but excluding a few levels of data within an attribute.
Radio Control
The radio control is a single select control that is best used when your attribute only has a few levels, probably less than 10. In this case the radio allows the user to easily switch between what data within the attribute is being displayed.
Control Value Menu
The control value menu lets you set what data the control is going to use to filter the report it is eventually connected to via the bind key. There are two modes within the control value menu, they are set using the source type option at the top of the menu.
Lookup Source Type
The lookup source type control is the most common and will be used 90% of the time.