docs: document v7.13.0 features
- Live formulas (HARDFORMULA/SOFTFORMULA) in dcc-validations with operator-friendly explanations - MPE_VALIDATIONS table doc: add HARDFORMULA/SOFTFORMULA to RULE_TYPE values - Roadmap: mark Frontend Formulae and Regex Rules as delivered - SAS VA Embed: document Live vs Confirm filter modes - ViewBoxes: document edge/corner drag resizing - Licensing: combined-key paste, key preview, protocol warning - CAS Tables: REPLACE load type support and temp table cleanup - Editor: native date/time pickers, paste-validation overlay, row status indicators - Stage page: Formatted/Unformatted toggle on the approvals screen - Viya deploy: configurator improvements, deploy checks, login page UX - Index page: add live formulas and VA embed to features list
This commit is contained in:
+16
-1
@@ -130,6 +130,19 @@ Now the services are deployed (including the service which creates the staging a
|
||||
* Admin Group - the members of this group will have full access to Data Controller
|
||||
* Compute Context - the context configured in Step 1
|
||||
|
||||
!!! note
|
||||
On the first-launch configuration screen, the **Groups** dropdown shows your own groups first, the **Contexts** dropdown groups contexts by their batch user, and a **Verify** button lets you confirm the startup service is running before continuing. If no admin groups are found, a clear message is shown instead of the screen hanging silently.
|
||||
|
||||
!!! note
|
||||
The login page provides input contrast and validation. Submitting empty fields does not produce an infinite spinner.
|
||||
|
||||
### Deploy Checks
|
||||
|
||||
The deploy process runs additional checks during installation to catch configuration issues early. For larger Viya environments, the deploy script is chunked for reliability. The compute context is also automatically corrected during deploy if needed.
|
||||
|
||||
!!! note
|
||||
A debug comment is added to the compute context during deploy. This is permanent - it is not removed by subsequent deploys.
|
||||
|
||||
|
||||
### Optimisation
|
||||
|
||||
@@ -174,4 +187,6 @@ To update DC, just deploy it as a fresh instance, then move the new config acros
|
||||
|
||||
It is possible to embed a Data Controller table within SAS Visual Analytics by simply pasting the URL.
|
||||
|
||||
To make the portlet more visually appealing, the Data Controller title bar can be removed by adding `?embed=true` to the URL. When opening in a new window, the title bar will be gone.
|
||||
To make the portlet more visually appealing, the Data Controller title bar can be removed by adding `?embed=true` to the URL. When opening in a new window, the title bar will be gone.
|
||||
|
||||
For a deeper VA integration - where report row selections drive filters and column visibility in the Data Controller editor - append `?embed=va` instead. See the [SAS Visual Analytics Embed](/embed-va/) page for details on filter modes, configuration, and debugging.
|
||||
Reference in New Issue
Block a user