Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 20 additions & 2 deletions docs/analysis/variance_analysis.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -275,12 +275,30 @@ Check the Show hidden node option to display the 'East' node and its children. N
## 9. Search for a node

<div style={{textAlign: 'justify'}}>
Enable Show hidden nodes option to display the nodes that were hidden while building the model under the Model tab.
</div> <br />

Here, the node 'East' and its children are hidden

<div style={{textAlign: 'center'}}>
<Zoom>
<img alt="ValQ logo" src={useBaseUrl('/doc-images/analyze/node hidden.png')} />
</Zoom>
</div> <br />

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

<div style={{textAlign: 'center'}}>
<Zoom>
<img alt="ValQ logo" src={useBaseUrl('/doc-images/analyze/node shown.png')} />
</Zoom>
</div> <br />

> ** Note** <br /> 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.

</div>

<div style={{textAlign: 'center'}}>
<Zoom>
<img alt="ValQ logo" src={useBaseUrl('/doc-images/analyze/analyze14.png')} />
Expand Down