> ## Documentation Index
> Fetch the complete documentation index at: https://learn.nextedy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# General FAQ

> Common questions about Nextedy POWERSHEET, its purpose, capabilities, and how it integrates with Siemens Polarion ALM.

***

<AccordionGroup>
  <Accordion title="What is Powersheet and what problems does it solve?">
    Powersheet is a hierarchical sheet application for Polarion that provides configurable tabular views over complex work item hierarchies. It enables Excel-like editing and traceability directly inside Polarion, letting teams manage requirements traceability matrices, risk analyses, and structured data without leaving their ALM environment. For a full introduction, see [Getting Started](/powersheet/getting-started/index).
  </Accordion>

  <Accordion title="Who is Powersheet designed for?">
    Powersheet serves systems engineers, requirements managers, quality engineers, and safety engineers who work with Polarion. Skill levels range from end users who view and edit data in sheets to administrators who configure data models and sheet configurations. It is particularly useful for teams managing structured hierarchical data in regulated industries — from requirements traceability matrices (RTM) to risk management workflows.
  </Accordion>

  <Accordion title="What is the difference between a data model and a sheet configuration?">
    A **data model** defines entity types, their properties, and the relationships between them — it maps Powersheet entity types to Polarion work item types and establishes navigable links via link roles. A **sheet configuration** defines how data from the data model is displayed: column layout, widths, formatters, views, sorting, and expansion paths. Both are YAML files stored in the project SVN.

    | Aspect       | Data Model                          | Sheet Configuration              |
    | ------------ | ----------------------------------- | -------------------------------- |
    | Purpose      | Entity types and relationships      | Column layout and display        |
    | Key sections | `domainModelTypes`, `relationships` | `columns`, `sources`, `views`    |
    | Scope        | Shared across multiple sheets       | Specific to one sheet view       |
    | Controls     | Data structure and navigation paths | Visual presentation and behavior |

    For details on each, see the [Data Model Reference](/powersheet/reference/data-model/index) and [Sheet Configuration Reference](/powersheet/reference/sheet-config/index).
  </Accordion>

  <Accordion title="How does Powersheet connect to Polarion data?">
    Powersheet maps data model entity types to Polarion work item types via the `polarionType` property. Relationships between entity types are stored using Polarion link roles, with `direct` and `back` navigation directions defined in the data model. When users load a sheet, Powersheet queries Polarion for work items matching the source configuration and displays them according to the column definitions. Save operations write changes back to Polarion work items through the server API.

    <Frame>
      <img src="https://mintcdn.com/none-17b4493f/3Zik2OH750CE3kB4/powersheet/diagrams/faq/general/diagram-1.svg?fit=max&auto=format&n=3Zik2OH750CE3kB4&q=85&s=c551f50db1346c814a8c61970ecbfde7" alt="diagram" style={{ width: "520px", maxWidth: "100%" }} width="520" height="140" data-path="powersheet/diagrams/faq/general/diagram-1.svg" />
    </Frame>
  </Accordion>

  <Accordion title="Can I share data models across projects?">
    Data models can be defined at the **global** scope (accessible from `_global`) and referenced by sheet configurations in any project. This lets you maintain a single data model definition used by multiple projects. Note that while the data model definition itself can be shared globally, each sheet still queries data within a single Polarion project scope — cross-project querying is not supported.

    <Info title="Project-scoped queries">
      Even when using a globally defined data model, each sheet's source configuration queries work items within the project where the sheet is embedded. Cross-project query scoping is not a supported feature.
    </Info>
  </Accordion>

  <Accordion title="What standards and processes does Powersheet support?">
    Powersheet supports ISO 15288 (systems engineering), Automotive SPICE, ISO 26262 (via RTM traceability), and general requirements management processes. The standard RTM example uses the entity hierarchy `UserNeed` > `SystemRequirement` > `DesignRequirement` > `Hazard` > `RiskControl` to demonstrate traceability across these domains. For industry-specific models, see the [Example Models Reference](/powersheet/reference/example-models/index).
  </Accordion>

  <Accordion title="How should I start configuring Powersheet?">
    Begin with the simplest possible configuration and extend incrementally. Create a data model with one or two entity types and a basic sheet configuration with a few columns. Verify each step works before adding complexity — this avoids hard-to-diagnose errors that arise from multi-level hierarchies with many-to-many relationships on a first attempt. See [Getting Started](/powersheet/getting-started/index) for a guided walkthrough.

    <Tip title="Incremental approach">
      Start with a single entity type, a handful of columns, and one source definition. Add relationships, expansion paths, column groups, and formatters one at a time. Test after each addition.
    </Tip>
  </Accordion>

  <Accordion title="What are master-downstream relationships in sheets?">
    Master-downstream is the hierarchical display pattern where master items (such as `UserNeed`) expand to show their related downstream items (such as `SystemRequirement`). The sheet automatically merges cells for master-level columns to span all downstream rows, providing visual grouping. Users can add or remove items at both levels, and undo/redo is fully supported across all operations.
  </Accordion>

  <Accordion title="What is review mode?">
    Review mode is a toggle in the sheet toolbar that filters the view to show only modified, added, or removed rows. It lets users focus on changes they have made before saving, reducing the risk of unintended modifications. Review mode displays counts of changed items and works alongside the standard save validation.
  </Accordion>

  <Accordion title="Where can I get help if I encounter issues?">
    Check the [Troubleshooting Guides](/powersheet/guides/troubleshooting/index) for step-by-step error resolution, or browse the [Troubleshooting FAQ](/powersheet/faq/troubleshooting) for quick answers. For configuration-specific questions, see the [Configuration FAQ](/powersheet/faq/configuration) and [Sheet Configuration FAQ](/powersheet/faq/sheet-configuration). If your issue is not covered in the documentation, submit a support ticket through the [Nextedy support portal](https://support.nextedy.com/support/tickets/new).
  </Accordion>
</AccordionGroup>
