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

# DialNexa Post-Call Analysis Results

> Review DialNexa post-call analysis results, custom fields, extraction values, field types, summaries, sentiment, and exports.

DialNexa post-call analysis results are structured values extracted from a completed call. The extraction fields themselves are defined per agent in [Post-Call Analysis settings](/agent-settings/post-call-analysis); this page is where you review the extracted values. The call detail page can show custom fields such as text, selector, boolean, number, and DateTime outputs, while exports can turn those values into report columns.

<img src="https://mintcdn.com/dialnexa/0efoAN-6So4r-6NC/images/documentation/screenshots/post-call-analysis-results.png?fit=max&auto=format&n=0efoAN-6So4r-6NC&q=85&s=5bb960618be439ffaabfab3ccb83a515" alt="DialNexa Conversation Analysis results showing preset call status, successful call status, and a custom demo date and time field." style={{ width: '100%', maxWidth: '800px', margin: '8px 0 24px', border: '1px solid #e5e7eb', borderRadius: '6px' }} width="1006" height="556" data-path="images/documentation/screenshots/post-call-analysis-results.png" />

<Note>
  Post-call analysis is how a messy conversation becomes a usable row in a report.
</Note>

## Result Types

Field type controls how users should read the value.

| Type     | Example result                           | How to review                                                                              |
| -------- | ---------------------------------------- | ------------------------------------------------------------------------------------------ |
| TEXT     | Call summary or reason for calling.      | Check whether the text reflects transcript evidence.                                       |
| SELECTOR | Resolved, Escalated, Follow-up Required. | Confirm it selected one allowed outcome.                                                   |
| BOOLEAN  | customer\_interested true or false.      | Confirm the rule for true and false is clear.                                              |
| NUMBER   | customer age or amount.                  | Check formatting and units.                                                                |
| DATETIME | `2026-06-30T10:30:00+05:30`.             | Confirm the timezone and caller evidence match the expected appointment or follow-up time. |

## DateTime Display On Call Detail

DateTime fields are stored as ISO 8601 values with timezone information so automations and exports can process them consistently. On the call detail page, DialNexa can use the field type metadata to render DateTime values as a readable date and time with a calendar-style display.

Custom post-call fields follow the configured field order when that metadata is available. If a DateTime value looks wrong, review the agent timezone, field description, transcript evidence, and raw exported value before changing the extractor.

## Where Result Quality Comes From

Bad extraction can be caused upstream.

<CardGroup cols={2}>
  <Card title="Field description" icon="text-cursor-input" href="/agent-settings/post-call-analysis">
    Clear field descriptions produce better extraction.
  </Card>

  <Card title="Transcript quality" icon="file-text" href="/monitoring/transcripts-recordings-and-summaries">
    If the transcript missed the fact, extraction may miss it too.
  </Card>

  <Card title="Prompt behavior" icon="message-square" href="/agents/prompts-and-welcome-messages">
    The agent must ask for the data you want extracted.
  </Card>

  <Card title="Export mapping" icon="download" href="/monitoring/exporting-call-data">
    Exports carry extracted values into external reporting.
  </Card>
</CardGroup>

## Why A Field Looks Wrong

<AccordionGroup>
  <Accordion title="The caller never answered">
    The extractor cannot invent a value safely.
  </Accordion>

  <Accordion title="The field description was vague">
    Rewrite the description around evidence and allowed output.
  </Accordion>

  <Accordion title="The call used an older version">
    Check the version attached to the call before editing the current draft.
  </Accordion>

  <Accordion title="The value is excluded from custom section">
    Some system fields such as sentiment are treated separately from custom extracted values.
  </Accordion>

  <Accordion title="The displayed DateTime does not match the export">
    The call detail page formats recognized DateTime fields for reading, while exports and automations should keep the ISO 8601 value with timezone information.
  </Accordion>
</AccordionGroup>

## Related Reading

<CardGroup cols={2}>
  <Card title="Post-Call Analysis Setup" icon="list-checks" href="/agent-settings/post-call-analysis">
    Define fields.
  </Card>

  <Card title="Exporting Call Data" icon="download" href="/monitoring/exporting-call-data">
    Use fields in CSVs.
  </Card>

  <Card title="Call Data Model" icon="database" href="/data/call-data-model">
    Understand stored output.
  </Card>
</CardGroup>
