Devcenter
Get Single Values out of a Row of DataIn Proto, data travels around in Entrysets which have Attributes (Columns) and Entries (Rows). Very frequently, you will want to extract the value at a specific row and column. For example, if a user selects a row in a Table, you may want to extract the value at the Order ID column to use in a subsequent filtering step to achieve a drill down effect. You can always use VBA to access data in an Entryset by name and index, but for the majority of situations the Entryset Module will provide simple access to the cell data within a given row. The example file shows a few common techniques to access cell data using the Entryset Module. It also illustrates how to get the "Selected Entryset" output from a Table control.
|