Disponible con licencia de Business Analyst.
Resumen
Creates a report that displays segments of your customers and compares them to the study area (base profile).
Uso
The report displays the count, percent, and index of each segment of your customers.
The report will calculate the volume information if the Base Profile input contains volume information.
This tool requires a local Business Analyst dataset.
Sintaxis
arcpy.ba.GenerateSegmentationProfileReport(target_profile, base_profile, {report_title}, {report_folder}, {report_format})
Parámetro | Explicación | Tipo de datos |
target_profile | A segmentation profile representing the segments to be profiled. The target profile usually represents your customer segmentation profile. | File |
base_profile | A segmentation profile representing the base profile segments. This is the segmentation used for comparison. The base profile usually represents your market area segmentation profile. | File |
report_title (Opcional) | The title of the report. | String |
report_folder (Opcional) | The output location to which the report will be saved. | Folder |
report_format [report_format,...] (Opcional) | The report output format. The default value is PDF. Additional available formats are XLSX, HTML, CSV, and PAGX. | String |
Salida derivada
Nombre | Explicación | Tipo de datos |
output_report | The output report file. | File |
Muestra de código
The following Python window script demonstrates how to use the GenerateSegmentationProfileReport tool.
import arcpy
arcpy.ba.GenerateSegmentationProfileReport(r"C:\Users\MyProject\customerprofile.sgprofile", r"C:\Users\MyProject\MarketAreaprofile.sgprofile", r"C:\Users\MyProject\Reports_Output", "PDF")
Entornos
Información de licenciamiento
- Basic: Requiere Business Analyst
- Standard: Requiere Business Analyst
- Advanced: Requiere Business Analyst