# FAQs

<details>

<summary>Q1. How are Parent Progress and Child Progress calculated?</summary>

The Leaf-level Progress is rendered from the input data. Parent Progress is calculated within the visual. Please refer to the [Parent Level Calculations](/project-management/parent-level-calculations.md) for the mathematical explanation.&#x20;

</details>

<details>

<summary>Q2. How to adjust/use Zoom levels in the Advanced editor?</summary>

The zoom levels are simple, and you just need to assign the required year, month, quarter, hour, etc., and it will display it in the chart as per the data available. For example, if you want to view the years with the 1st and 3rd Quarters and every 3 months in the chart, you can set the zoom levels as shown below.

<img src="/files/C6hYZBYJtdBVdBvoKtpj" alt="" data-size="original">

This is how it will be displayed.

<img src="/files/SpvBr1jt2PYA3v8qfc4O" alt="" data-size="original">

For more details on the Zoom Levels and Zooming capabilities, please refer to[Timeline Configurations](/project-management/timeline-configurations.md#zoom-levels)

</details>

<details>

<summary>Q3. How to apply conditional formatting on milestones?</summary>

Conditional formatting can be applied for Milestones also by giving the required condition with the Applied To option as “Milestone”.

<img src="/files/adTckmNumQwbaQ8CLblx" alt="" data-size="original">

</details>

<details>

<summary>Q4. How to use the "Duration" data field?</summary>

The duration data field is an alternative to the "End date" field. The value from the Duration data field to the Start date to calculate the End Date internally.

</details>

<details>

<summary>Q5. How to hide/show display Category and Measure?</summary>

You can hide/show the Display Measure and Display Categories by just turning on/off the toggle under the respective sections in the Format Pane:

<img src="/files/n1qxcmMdvBfaJ8fBQheS" alt="Show/Hide Categories" data-size="original">

<img src="/files/2SoCf8WiwcDacLnskr53" alt="Show/Hide Measures" data-size="original">

</details>

<details>

<summary>Q6.  How to use Padding Start and Padding End?</summary>

The padding is usually used to add some buffer in the timeline start and end. You can adjust them as per your needs in the Format Pane -> Timeline section.

</details>

<details>

<summary>Q7. How to show the Progress in the chart?</summary>

You can directly use the percentage values (in the range 0 - 100) in the "Progress" data field to show the Progress in the chart.

</details>

<details>

<summary><strong>Q8. How to add more information to the Tooltip?</strong></summary>

You need to add the necessary information in the Tooltip field that you would like to display.

<img src="/files/iMGqFLR99Lld6PDiilQw" alt="" data-size="original">

</details>

<details>

<summary>Q9. How to change the font color in the Data Grid for Parent and Child Levels?</summary>

Font appearance customization can be done for the Root Levels (Top Node), Leaf Levels (Child node) and other middle levels (Parent node) in the Format Pane -> Data Grid section.

<img src="/files/60pe1s3UKDh69DtsGTBs" alt="" data-size="original">

</details>

<details>

<summary>Q 10. How to show the chart with a specific starting month as a Fiscal year?</summary>

You can adjust your Fiscal start month of the year with the options "**Fiscal Year Type**" and "**Fiscal Year - Starting Month**" in the Format Pane -> Chart Options:

<img src="/files/YozcG3ApouOGX9mrqiPf" alt="" data-size="original">

</details>

{% hint style="success" %}
For any further queries, licensed customers can reach the support team, or users can reach out on the [xViz Community](https://community.xviz.com/)
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.xviz.com/project-management/faqs.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
