From 5a3a2942c0715e5a9e4a25708044c30ec68b7b4b Mon Sep 17 00:00:00 2001 From: Varoothini28 Date: Mon, 31 Aug 2020 16:17:18 +0530 Subject: [PATCH] updated 3108 --- docs/analysis/va.mdx | 125 ++++++++++++++++++++++++++++ docs/analysis/variance_analysis.mdx | 22 ++++- docs/how_to_videos/model/nodes.mdx | 6 +- set-cname.js | 2 +- 4 files changed, 150 insertions(+), 5 deletions(-) create mode 100644 docs/analysis/va.mdx diff --git a/docs/analysis/va.mdx b/docs/analysis/va.mdx new file mode 100644 index 000000000..8d564d549 --- /dev/null +++ b/docs/analysis/va.mdx @@ -0,0 +1,125 @@ +--- +id: va +title: Variance Analysis +--- +import useBaseUrl from '@docusaurus/useBaseUrl'; // Add to the top of the file below the front matter. + +The Analyze Tab allows the user to run advanced analyses on the data. +ValQ provides Variance Analysis and Attribute Analysis. Several other features +such as Sensitivity Analysis are to be released in the upcoming versions. + +Variance Analysis displays the variance between the Base and Compared +series across all nodes in the model. + +On clicking the 'Analyze' Tab, you will be able to view the Variance +Analysis option. + +Analyze Tab + +The Variance Analysis page is displayed which has an action menu on the top and a table below. + +Variance Analysis Page + +## Action Menu + +The menu lets you make the following selections. + +Action Menu + +## 1. Baseline series and Comparison series + +You can choose the baseline and comparison series here. + +The series that were created in the 'Plan' Tab can also be selected as +Baseline Series or Comparison Series by clicking on the drop-down. + +Choosing series created using Plan Tab + +The scenarios created in Simulate Tab can also be accessed as shown. + +Choosing scenarios + +Multiple series can be chosen as comparison series from the dropdown. + +Choosing comparison series + +## 2. Period Selection + +The primary period across which the series are to be compared can be +customized by clicking on the drop-down below. + +Customizing Periods + +Custom periods can be defined by selecting 'Custom' in the period dropdown and selecting the desired period in the below dialog box. + +Customizing Periods + +Multiple time frames can be compared at once. For example, Half Year and Full Year can be analysed by selecting from the dropdown. + +Customizing Periods + +Custom periods can be defined here as well. + +Customizing Periods + +## 3. Absolute Variance, % Variance and Show unit + +You can choose to analyse only the absolute variance, % variance or both by selecting the appropriate check boxes. + +Variance Display + +The units associated with the KPIs can be displayed or hidden using the check box. + +## 4. Download as Excel + +It is possible to download the results of the analysis as an Excel file +when using Power BI Service. + +Downloading as Excel + +The downloaded analysis looks like the one shown below. + +Downloaded analysis result + +## 5. Show Hidden Nodes + +Nodes that are hidden in the Simulate Tab can be viewed here by checking the option. + +Downloaded analysis result + +## 6. Search + +Nodes can be searched using the search bar. As you enter the name, the dropdown displays the nodes that match. + +Search + +## 7. Filter + +The 'Filter' option has the ability to filter the nodes based on the parent node and the +variance values. + +Filter + +If you want to filter by parent, choose the node in the dropdown. By default, all the child nodes will be displayed. + +Filtering by parent + +If you only want specific nodes, you can select the 'Selected Children' option and then choose the desired nodes. + +Filtering selected children by parent + +To filter by variance, + +- enter the number of nodes in the 'Show top' field + +- select the time period based on which the filter is to be applied + +Filtering selected children by variance - time period + +- select the baseline and comparison series + +Filtering selected children by variance - series + +- select whether you would like all the variances to be displayed or only positive/negative variances + +Filtering selected children by variance - value \ No newline at end of file diff --git a/docs/analysis/variance_analysis.mdx b/docs/analysis/variance_analysis.mdx index 65e0aebc9..6b269b386 100644 --- a/docs/analysis/variance_analysis.mdx +++ b/docs/analysis/variance_analysis.mdx @@ -276,12 +276,30 @@ Check the Show hidden node option to display the 'East' node and its children. N ## 9. Search for a node
+Enable Show hidden nodes option to display the nodes that were hidden while building the model under the Model tab. +

+ +Here, the node 'East' and its children are hidden + +
+ +ValQ logo + +

+ +Check the Show hidden node option to display the 'East' node and its children. Note that the Overall Result remains same. + +
+ +ValQ logo + +

+ +> ** Note**
On enabling Show hidden nodes option, the nodes stays hidden on the other tabs. Search for a particular node by its title as highlighted below. This feature can be used to identify a node when a model has a large number of nodes. - -
ValQ logo diff --git a/docs/how_to_videos/model/nodes.mdx b/docs/how_to_videos/model/nodes.mdx index b91520da8..81d74aeb5 100644 --- a/docs/how_to_videos/model/nodes.mdx +++ b/docs/how_to_videos/model/nodes.mdx @@ -11,16 +11,18 @@ import { Vimeo } from '@site/src/components/Vimeo'; Introduction to nodes and all the elements displayed on it + + ## Node Details Pop-up Explore key insights within each node present in the form of variance calculations, trend & waterfall visualization diff --git a/set-cname.js b/set-cname.js index 75286a0b0..8110fb3ed 100644 --- a/set-cname.js +++ b/set-cname.js @@ -1,3 +1,3 @@ const fs = require("fs"); -fs.writeFileSync("./static/CNAME", ""); +fs.writeFileSync("./static/CNAME", "staging.docs.valq.com"); console.log("cname removed") \ No newline at end of file