Difference between revisions of "User:Karenlee"
Line 11: | Line 11: | ||
**[[ACP Style Library]] | **[[ACP Style Library]] | ||
***[[CloudPlayerStyles Attribute Values|CloudPlayerStyles]] | ***[[CloudPlayerStyles Attribute Values|CloudPlayerStyles]] | ||
+ | ***[[Tabs, outline, and hierarchy views in AWP and DTA]] | ||
+ | **ACP UI | ||
+ | ***[[Save Snapshots in ACP]] | ||
* Features | * Features | ||
− | **[[Future ACP Features]] -- I think a lot of these have actually been implemented? | + | **[[What's new in ACP?]] |
− | **[[Special ACP features]] | + | **[[Future ACP Features]] -- outdated: I think a lot of these have actually been implemented? |
+ | **[[Special ACP features]] -- just Javascrip | ||
* How To: | * How To: | ||
** [[Spreadsheets in ACP]] | ** [[Spreadsheets in ACP]] | ||
** [[Transferring Data Between ACP and Desktop Analytica]] | ** [[Transferring Data Between ACP and Desktop Analytica]] | ||
− | |||
** [[Embed an ACP model in a Web Page]] | ** [[Embed an ACP model in a Web Page]] | ||
** [[Putting ACP in a Web Page]] | ** [[Putting ACP in a Web Page]] | ||
** [[ACP Rendering tables and graphs on the diagram]] | ** [[ACP Rendering tables and graphs on the diagram]] | ||
+ | **[[AWP Rendering tables and graphs on the diagram 2]] - tall nodes, awp_attrib | ||
**[[Spec for setting definitions using url encoding in ACP]] | **[[Spec for setting definitions using url encoding in ACP]] | ||
*[[ACP miscellaneous]]: passwords, text nodes, show definition | *[[ACP miscellaneous]]: passwords, text nodes, show definition | ||
+ | |||
+ | * Outdated | ||
+ | ** [[Analytica Web Publisher]] | ||
+ | ** [[Analytica Web Player]] | ||
+ | ** [[Ana:Analytica Web Player (AWP)]] and all internal AWP pages | ||
==Example Variables== | ==Example Variables== |
Revision as of 23:46, 2 March 2016
ACP Outline
- Intro to ACP (Analytica Cloud Player - general overview on what is it, different subscription types)
- Analytica Cloud Player (ACP) Webinar
- Subscription Types
- How to Use ACP
- Features
- What's new in ACP?
- Future ACP Features -- outdated: I think a lot of these have actually been implemented?
- Special ACP features -- just Javascrip
- How To:
- Spreadsheets in ACP
- Transferring Data Between ACP and Desktop Analytica
- Embed an ACP model in a Web Page
- Putting ACP in a Web Page
- ACP Rendering tables and graphs on the diagram
- AWP Rendering tables and graphs on the diagram 2 - tall nodes, awp_attrib
- Spec for setting definitions using url encoding in ACP
- ACP miscellaneous: passwords, text nodes, show definition
- Outdated
- Analytica Web Publisher
- Analytica Web Player
- Ana:Analytica Web Player (AWP) and all internal AWP pages
Example Variables
variable A :=
I ▶ | |||||
---|---|---|---|---|---|
'a' | 'b' | 'c' | 'd' | 'e' | 'f' |
4 | 3 | 2 | 5 | 3 | 1 |
variable B :=
I ▶ | ||||||
---|---|---|---|---|---|---|
J ▼ | 'a' | 'b' | 'c' | 'd' | 'e' | 'f' |
1 | 3 | 5 | 2 | 4 | 5 | 3 |
2 | 2 | 1 | 5 | 2 | 3 | 4 |
variable C :=
K ▶ | ||||
---|---|---|---|---|
1 | 2 | 3 | 4 | 5 |
4 | 2 | 5 | 1 | 3 |