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:
dc-bot
2026-09-03 17:23:15 +00:00
parent 021db986e0
commit 1fcb9705d7
10 changed files with 101 additions and 8 deletions
+16 -1
View File
@@ -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
The first-launch configuration screen has been improved. The **Groups** dropdown now shows your own groups first, the **Contexts** dropdown groups contexts by their batch user, and a new **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 has been improved with better input contrast and validation. Submitting empty fields no longer produces an infinite spinner.
### Deploy Checks
The deploy process now 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.