chore: automated commit
This commit is contained in:
		| @@ -1,11 +1,11 @@ | |||||||
| --- | --- | ||||||
| layout: article | layout: article | ||||||
| title: Dynamic Cell Selects | title: Dynamic Cell Dropdown | ||||||
| description: Configure SAS programs to determine exactly which values can appear within which cells in your Data Controller table! | description: Configure SAS programs to determine exactly which values can appear within which cells in your Data Controller table! | ||||||
| og_image:  img/cell_validation1.png | og_image:  img/cell_validation1.png | ||||||
| --- | --- | ||||||
| 
 | 
 | ||||||
| # Dynamic Cell Selects | # Dynamic Cell Dropdown | ||||||
| 
 | 
 | ||||||
| This is a simple, but incredibly powerful feature!  Configure a SAS process to run when clicking a particular cell.  Data Controller will send the *row* to SAS, and your SAS program can use the values in the row determine a *column* of values to send back - which will be used in the frontend selectbox. | This is a simple, but incredibly powerful feature!  Configure a SAS process to run when clicking a particular cell.  Data Controller will send the *row* to SAS, and your SAS program can use the values in the row determine a *column* of values to send back - which will be used in the frontend selectbox. | ||||||
| 
 | 
 | ||||||
| @@ -30,7 +30,7 @@ Example code: | |||||||
| ```sas | ```sas | ||||||
| /** | /** | ||||||
|   @file |   @file | ||||||
|   @brief dynamic cell validation for product code |   @brief dynamic cell dropdown for product code | ||||||
|   @details The input table is simply one row from the |   @details The input table is simply one row from the | ||||||
|   target table called "work.source_row". |   target table called "work.source_row". | ||||||
| 
 | 
 | ||||||
| @@ -12,11 +12,12 @@ nav: | |||||||
|     - Table Viewer: dcu-tableviewer.md |     - Table Viewer: dcu-tableviewer.md | ||||||
| - Configuration: | - Configuration: | ||||||
|     - Dates / Datetimes: dcc-dates.md |     - Dates / Datetimes: dcc-dates.md | ||||||
|     - Dynamic Cell Selects: dynamic-cell-selects.md |     - Dynamic Cell Dropdown: dynamic-cell-dropdown.md | ||||||
|     - Emails: emails.md |     - Emails: emails.md | ||||||
|     - Excel Formulas: excel.md |     - Excel Formulas: excel.md | ||||||
|     - Groups: dcc-groups.md |     - Groups: dcc-groups.md | ||||||
|     - Options: dcc-options.md |     - Options: dcc-options.md | ||||||
|  |     - Row Level Security: row-level-security.md | ||||||
|     - Security: dcc-security.md |     - Security: dcc-security.md | ||||||
|     - Selectboxes: dcc-selectbox.md |     - Selectboxes: dcc-selectbox.md | ||||||
|     - Tables: dcc-tables.md |     - Tables: dcc-tables.md | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user