The appSelectBasedOnVariable is used to determine which card to show.
Each card in the deck needs a corresponding row in the static data table.
Card to display when no other card matches for the current variable state.
Selects items in the container based on the value evaluated for the condition defined for each item.
In the case of single select containers the first item evaluating to true is selected.
Represents the rows of values that will be associated with each item in a static control (e.g. list item in a list box).
Selects an item in the control or container based on the value of the variable. e.g. select a row in a list, select a named list item from drop down, select a named tab from a tab control.
The appSelectBasedOnVariable is used to determine which card to show.
Any data items that are in the card contents are treated like properties of the lowest level group.
Card to display when no other card matches for the current variable state.
Selects items in the container based on the value evaluated for the condition defined for each item.
In the case of single select containers the first item evaluating to true is selected.
Filters items in the container based on the value evalulated for the condition defined for each item.
Selects items in the container based on the value evalulated for the condition defined for each item.
In the case of single select containers the first item evaluating to true is selected.
Compares the current data item value to the app variable value(s). This is interpreted a (data item) operator (variable). By default, if the app variable has no value, then this term is dropped from the expression.
Compares the app variable value to a constant.
Tests the app variable to see if there is no value set. This is not the same as having a value of 0 or empty string.
Tests the data item value at the current row to see if there is no available. This is not the same as having a value of 0 or empty string.
Compares the data item value at the current row to a constant.
Acts like a textItem and should be used in a list overall or group header/footer cell.
Will summarize all the values found for the referenced data item in that grouping.
From the style element, it will support all of the CSS styles that apply to textItem. For dataFormat it will only support a subset we implement in the app.
Acts like a crosstabNodeMember, but any fact cells associated to this will summarizes the preceding values in the output at the current nesting level.
From style, the CSS supported will be the same as supported for crosstabNodeMember. dataFormat will be a subset, same for factCell.
Uniquely identifies a node member or spacer on an edge of the crosstab. This attribute is used by the crosstabIntersection element to uniquely identify the intersection of elements from each edge.
Renders the value of an app variable in the layout.
In future add HTML form support. Element declaration commented out in schema (appDrillForm).
Represents a variable in the application. The variable may have default values on startup of the application.
If the window size is not specified then the window will not be sized on startup and will be whatever the browser default is.
Maximize the window size to fill the entire screen.
Set the window to a fixed size
width of the window in pixels
height of window in pixels
Sets the maximum number of rows that will be retrieved for any control or frame in the application. For crosstabs and charts, this is actually the number of cell intersections returned. An error will occur if the number of rows is exceeded. If not specified the maximum number will be 5000 rows.
Controls the animation effect that occurs when the card gets drawn. Enumeration values are: topToBottom | rightToLeft | bottomToTop | leftToRight | autoVertical | autoHorizontal. The auto options will chose the slide direction based on the order of the card you are going to.
A valid CSS length definition
When an item(s) is selected in a control, then the listed variables will have their values set to the data item value corresponding to the selected item(s) in the control.
Sets the variable to the value of the referenced data item
Set variable to a constant value.
Clear the value being stored for variable
Represents a default list item that results in no value for all data items. By default, it will be the first item in the list.
Represents the rows of values that will be associated with each item in a static control (e.g. list item in a list box). The order of the values in a row corresponds to the order of data items in the control.
Represents the data items that will have values for each row (e.g. list item) of the control. The order of the data items represents the order they will appear in the data rows.
Represents the data items that will have values for each row (e.g. list item) of the control.
Determines the enabled state of a control.
Represents the card/panel portion of a tab in a tab control.
Only supports dataFormat