Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:55:33 +08:00
commit b82cab49fc
60 changed files with 10317 additions and 0 deletions

16
references/value-help.md Normal file
View File

@@ -0,0 +1,16 @@
# Value Help in Script Editor (2025.23)
Source: `help-portal-407bdedb4fd74f3aa2a3bd7b8b8d812e.md`.
## How to invoke
- Press `CTRL + SPACE` in the script editor for context-aware suggestions.
## Contexts
- **Measures**: opens measure metadata selector.
- **Variable values**: for dimension variables, opens member selector; non-dimension variables show values in completion list.
- **Selection objects**: offers keys (dimensions) and values (dimension members) for the associated data source; works after dot access on selection object.
## Notes
- Use value help to avoid typos in member IDs, variables, and selection object properties.
- For dimension properties, value help includes member values for comparisons/assignments.