{ "name": "docxreport", "displayName": "docxreport", "description": "Create complex report from a docx template", "category": "", "helpUrl": "https://ags.nexiga.com/arcgis/rest/directories/arcgisoutput/docxreport_neu_GPServer/docxreport_neu/docxreport.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "long", "dataType": "GPDouble", "displayName": "long", "description": "long", "direction": "esriGPParameterDirectionInput", "defaultValue": 6.94083189620842, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "lati", "dataType": "GPDouble", "displayName": "lati", "description": "lati", "direction": "esriGPParameterDirectionInput", "defaultValue": 50.9417176047414, "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "templateName", "dataType": "GPString", "displayName": "templateName", "description": "templateName", "direction": "esriGPParameterDirectionInput", "defaultValue": "Report_Shopunits_template", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "filters", "dataType": "GPString", "displayName": "filters", "description": "Combination of the url and the query to the corresponding layer to be applied.", "direction": "esriGPParameterDirectionInput", "defaultValue": [ { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Data/MapServer/0", "query": "1 = 1" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Data/MapServer/1", "query": "1 = 1" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Data/MapServer/2", "query": "1 = 1" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Data/MapServer/3", "query": "1 = 1" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Data/MapServer/4", "query": "1 = 1" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Stores/MapServer/0", "query": "AUTHOR = '5f498a53-5978-4898-a1c2-f0d0fa973fbf'" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Stores/MapServer/1", "query": "AUTHOR = '5f498a53-5978-4898-a1c2-f0d0fa973fbf' or AUTHOR is null" }, { "service": "https://ags.nexiga.com/arcgis/rest/services/Shopunits/ShopUnits_Stores/MapServer/2", "query": "AUTHOR is null " } ], "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "userName", "dataType": "GPString", "displayName": "userName", "description": "user name", "direction": "esriGPParameterDirectionInput", "defaultValue": "Eloy", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "companyName", "dataType": "GPString", "displayName": "companyName", "description": "name of the company for the front page", "direction": "esriGPParameterDirectionInput", "defaultValue": "Nexiga", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "exePath", "dataType": "GPString", "displayName": "exePath", "description": "location of the executable docxgenerator programm and the available templates", "direction": "esriGPParameterDirectionInput", "defaultValue": "C:\\Programme\\Nexiga\\DocxReport", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "report", "dataType": "GPDataFile", "displayName": "report", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }