---
sourceDocument: Xanadu ServiceNow AI Platform Administration
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/xanadu/platform-administration

 Release :

    - xanadu

ft:locale :

    - en-US

ft:publication_title :

    - Xanadu ServiceNow AI Platform Administration

ft:clusterId :

    - platadm

bundleId :

    - platadm

workflow :

    - Platform


---

# Query parameters for display value and header

# Query parameters for display value and header {#ariaid-title1}

* Release version: Xanadu
* 
* Updated August 1, 2024
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

Use query parameters to export the display value or raw value of fields and the field
label or field name for headers.

Query parameters control the output for CSV, XLS, JSON, XLSX, and XML file formats. Query parameters, if present, override system properties.  
The following table describes each of the query parameters that control display values and headers.{#query-parameters-display-value__table_ps3_vz3_hbb__entry__2}

| Query parameter | Description |
|-|-|
| sysparm_display_value | Exports the display value (true) or raw value (false) for the CSV, XLS, XLSX, and XML file formats. See [Field types affected by export controls](https://servicenow-prod.fluidtopics.net/EENwf9liM15w9uFhaTBz6g "Different field types are affected differently by export controls.") for more information. |
| displayvalue | Exports the display value (true), raw value (false), or both (All) for the JSON file format. See [Field types affected by export controls](https://servicenow-prod.fluidtopics.net/EENwf9liM15w9uFhaTBz6g "Different field types are affected differently by export controls.") for more information. |
| sysparm_export_column_header_label | Exports the CSV, XLS, and XLSX file formats with the field label (true) or field name (false). |
[ ]

{#query-parameters-display-value__table_ps3_vz3_hbb}  

## sysparm_display_value

Example: sysparm_display_value = true
:

Example: sysparm_display_value =
false

:

## displayvalue

Example: displayvalue = true

:

Example: displayvalue = false

:

Example: displayvalue = All

:

## sysparm_export_column_header_label

Example: sysparm_export_column_header_label =
true

:

Example: sysparm_export_column_header_label =
false

:


