{"id":773204,"date":"2026-05-11T10:50:28","date_gmt":"2026-05-11T17:50:28","guid":{"rendered":"https:\/\/www.esri.com\/about\/newsroom\/?post_type=arcuser&#038;p=773204"},"modified":"2026-05-11T10:50:28","modified_gmt":"2026-05-11T17:50:28","slug":"create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","status":"publish","type":"arcuser","link":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","title":{"rendered":"Create New Variables with the Near Me Tool in ArcGIS Experience Builder"},"author":6921,"featured_media":0,"menu_order":0,"template":"","format":"standard","meta":{"_acf_changed":false,"sync_status":"","episode_type":"","audio_file":"","transcript_file":"","podmotor_file_id":"","podmotor_episode_id":"","castos_file_data":"","cover_image":"","cover_image_id":"","duration":"","filesize":"","filesize_raw":"","date_recorded":"","explicit":"","block":"","itunes_episode_number":"","itunes_title":"","itunes_season_number":"","itunes_episode_type":"","_links_to":"","_links_to_target":""},"categories":[493250],"tags":[425592,151652,479742,493492,192832],"arcuser_issues":[493467],"class_list":["post-773204","arcuser","type-arcuser","status-publish","format-standard","hentry","category-toolbox","tag-arcgis-experience-builder","tag-arcgis-living-atlas-of-the-world","tag-arcgis-web-appbuilder","tag-near-me-tool","tag-widgets","arcuser_issues-spring-2026"],"acf":{"short_description":"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.","pdf":{"host_remotely":false,"file":"","file_url":""},"flexible_content":[{"acf_fc_layout":"content","content":"ArcGIS Web\u00a0AppBuilder\u00a0is retiring, and existing Web\u00a0AppBuilder\u00a0apps will no longer function as of 2027. If you\u00a0haven\u2019t\u00a0already migrated your apps to ArcGIS Experience Builder, now is the time. However, some Web\u00a0AppBuilder\u00a0functionalities\u00a0don\u2019t\u00a0have an exact analogue within Experience Builder, which can sometimes make the switch tricky.\r\n\r\nOne of the strengths of Web\u00a0AppBuilder, for example, is the ability to use it to gather the sum of values that intersect an area of interest. This has many applications, including for emergency management and public health, and can be done using both the Situational Awareness and Incident Analysis widgets\u2014two of the most widely used widgets within Web\u00a0AppBuilder.\r\n\r\nThese tools allow users to specify a location and\u00a0analyze\u00a0information from a defined area and have the following search methods: Closest Feature, Proximity, and Summary. Closest Feature records the nearest point feature to the user-defined area, while Proximity records all the features within the user-defined area. Summary calculates the sum of a feature item by adding the total of each geographic unit that intersects with a user-defined area.\r\n\r\nWhile the Incident Analysis and Situational Awareness widgets are not currently available in Experience Builder, the Near Me tool is often recommended as a replacement for the Web\u00a0AppBuilder\u00a0widgets, since this tool allows users to find and\u00a0analyze\u00a0features with a defined area. The Near Me tool also includes the same search methods: Closest Feature, Proximity, and Summary.\r\n\r\nThe current configuration of Experience Builder allows you to create new variables to calculate the sum of single or multiple items and to calculate percentages and rates based on existing values within a web layer. This workflow focuses on how to create variables in the Near Me tool with multiple items within a web layer, using an ArcGIS Living Atlas of the World dataset based on 2023 United States Census Bureau American Community Survey (ACS) five-year estimates for population by census tract.\r\n<h2>The Workflow for Multiple Items<\/h2>\r\nTo create variables in the Near Me tool using multiple items within a web layer, complete the following steps:"},{"acf_fc_layout":"image","image":773206,"image_position":"left","orientation":"vertical","hyperlink":""},{"acf_fc_layout":"content","content":"<ol>\r\n \t<li>Add the Near Me widget to the existing Experience Builder app.<\/li>\r\n \t<li>Open the Near Me widget.<\/li>\r\n \t<li>Once the Near Me widget has opened, choose the map to be used for the analysis under Analysis Settings. In this example, the map is called\u00a0<em>Population by census tract.<\/em><\/li>\r\n \t<li>After selecting the map, make sure to select the layer within the web map to be\u00a0analyzed. In this example, the layer is called\u00a0<em>Population by age by census tract.<\/em><\/li>\r\n \t<li>Enter a label for the layer name.<\/li>\r\n \t<li>From the Analysis type, choose Summary.<\/li>\r\n \t<li>Click Add Summary.<\/li>\r\n \t<li>In the Add Summary box, click the Expression tab.<\/li>\r\n \t<li>On the Expression tab, add a name for the variable in the top text box.<\/li>\r\n \t<li>Click the Functions tab to add a function in the second text box. This box is where you can assign the fields and variables to be used in the calculation.<\/li>\r\n \t<li>Once the function is added, be sure to click the Fields tab to include an attribute within an existing web layer. Insert the variable in between the parentheses of the function.<\/li>\r\n \t<li>For variables that cover multiple items, be sure to click Fields and Functions as many times as needed. In the example on page 58, SUM is the function, while the variable name is the field.<\/li>\r\n \t<li>In the second text box, use SUM(variable) + SUM(variable) for as many variables as needed.<\/li>\r\n \t<li>Click Insert and then click OK when done. The category is now included as part of the analysis.<\/li>\r\n \t<li>Repeat these steps to add more variables<\/li>\r\n \t<li>Save and publish the application.<\/li>\r\n<\/ol>"},{"acf_fc_layout":"image","image":773207,"image_position":"left","orientation":"vertical","hyperlink":""},{"acf_fc_layout":"content","content":"<h2>The Workflow for Rates and Percentages<\/h2>\r\nThe Near Me tool also allows you to create new variables to calculate rates and\/or percentages within a defined area. This workflow includes many of the same steps, but with key differences.\r\n\r\nFirst, repeat steps 1\u201312 as listed above. Then, complete the following steps:\r\n<ol>\r\n \t<li>In the second text box, use\u00a0SUM(variable) +\u00a0SUM(variable) for as many variables as needed for both the numerator and denominator.<\/li>\r\n \t<li>Add a divide symbol (\/) between the numerator and denominator.<\/li>\r\n \t<li>If the numerator and\/or denominator includes multiple items, place parentheses () around the SUM. This will ensure that the calculation is\u00a0accurate. Also make sure to format the calculation like so: (numerator) \/ (denominator).<\/li>\r\n \t<li>Click Insert and then click OK when done. Repeat these steps to add more variables.<\/li>\r\n<\/ol>\r\nOnce the configuration is complete, be sure to save and publish the app. After the app is published, run the Near Me tool. In this example, the Near Me tool calculates the sum of all the population variables. A list of the sum or percentage values for each item\u00a0is included."},{"acf_fc_layout":"image","image":773209,"image_position":"center","orientation":"horizontal","hyperlink":""},{"acf_fc_layout":"content","content":"This workflow does more than replicate the summary analysis capability that currently exists in the Situational Awareness and Incident Analysis widgets within Web\u00a0AppBuilder. It also includes the ability to create new variables based on the sum of existing features within a feature layer. Using these methods\u00a0expedites\u00a0data processing and analysis time for a variety of applications."}],"references":null},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v25.9 (Yoast SEO v25.9) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Create New Variables with the Near Me Tool | Spring 2026 | ArcUser<\/title>\n<meta name=\"description\" content=\"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Create New Variables with the Near Me Tool in ArcGIS Experience Builder\" \/>\n<meta property=\"og:description\" content=\"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder\" \/>\n<meta property=\"og:site_name\" content=\"Esri\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/esrigis\/\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2026\/05\/arcuser-banner-create-wide.jpg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:site\" content=\"@Esri\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\n\t    \"@context\": \"https:\/\/schema.org\",\n\t    \"@graph\": [\n\t        {\n\t            \"@type\": \"WebPage\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder\",\n\t            \"name\": \"Create New Variables with the Near Me Tool | Spring 2026 | ArcUser\",\n\t            \"isPartOf\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\"\n\t            },\n\t            \"datePublished\": \"2026-05-11T17:50:28+00:00\",\n\t            \"description\": \"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.\",\n\t            \"breadcrumb\": {\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder#breadcrumb\"\n\t            },\n\t            \"inLanguage\": \"en-US\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"ReadAction\",\n\t                    \"target\": [\n\t                        \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder\"\n\t                    ]\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"BreadcrumbList\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder#breadcrumb\",\n\t            \"itemListElement\": [\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 1,\n\t                    \"name\": \"Home\",\n\t                    \"item\": \"https:\/\/www.esri.com\/about\/newsroom\"\n\t                },\n\t                {\n\t                    \"@type\": \"ListItem\",\n\t                    \"position\": 2,\n\t                    \"name\": \"Create New Variables with the Near Me Tool in ArcGIS Experience Builder\"\n\t                }\n\t            ]\n\t        },\n\t        {\n\t            \"@type\": \"WebSite\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#website\",\n\t            \"url\": \"https:\/\/www.esri.com\/about\/newsroom\/\",\n\t            \"name\": \"Esri\",\n\t            \"description\": \"Esri Newsroom\",\n\t            \"potentialAction\": [\n\t                {\n\t                    \"@type\": \"SearchAction\",\n\t                    \"target\": {\n\t                        \"@type\": \"EntryPoint\",\n\t                        \"urlTemplate\": \"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}\"\n\t                    },\n\t                    \"query-input\": {\n\t                        \"@type\": \"PropertyValueSpecification\",\n\t                        \"valueRequired\": true,\n\t                        \"valueName\": \"search_term_string\"\n\t                    }\n\t                }\n\t            ],\n\t            \"inLanguage\": \"en-US\"\n\t        },\n\t        {\n\t            \"@type\": \"Person\",\n\t            \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/2ea2e24ff1bf1335829717357eaf3b3a\",\n\t            \"name\": \"Lidia Davidson\",\n\t            \"image\": {\n\t                \"@type\": \"ImageObject\",\n\t                \"inLanguage\": \"en-US\",\n\t                \"@id\": \"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/\",\n\t                \"url\": \"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g\",\n\t                \"contentUrl\": \"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g\",\n\t                \"caption\": \"Lidia Davidson\"\n\t            },\n\t            \"url\": \"\"\n\t        }\n\t    ]\n\t}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Create New Variables with the Near Me Tool | Spring 2026 | ArcUser","description":"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","og_locale":"en_US","og_type":"article","og_title":"Create New Variables with the Near Me Tool in ArcGIS Experience Builder","og_description":"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.","og_url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","og_site_name":"Esri","article_publisher":"https:\/\/www.facebook.com\/esrigis\/","og_image":[{"url":"https:\/\/www.esri.com\/about\/newsroom\/app\/uploads\/2026\/05\/arcuser-banner-create-wide.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_site":"@Esri","twitter_misc":{"Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","url":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder","name":"Create New Variables with the Near Me Tool | Spring 2026 | ArcUser","isPartOf":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/#website"},"datePublished":"2026-05-11T17:50:28+00:00","description":"The Near Me tool expedites data processing and analysis for a variety of applications. Learn how to use it in ArcGIS Experience Builder.","breadcrumb":{"@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.esri.com\/about\/newsroom\/arcuser\/create-new-variable-with-the-near-me-tool-in-arcgis-experience-builder#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.esri.com\/about\/newsroom"},{"@type":"ListItem","position":2,"name":"Create New Variables with the Near Me Tool in ArcGIS Experience Builder"}]},{"@type":"WebSite","@id":"https:\/\/www.esri.com\/about\/newsroom\/#website","url":"https:\/\/www.esri.com\/about\/newsroom\/","name":"Esri","description":"Esri Newsroom","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.esri.com\/about\/newsroom\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/2ea2e24ff1bf1335829717357eaf3b3a","name":"Lidia Davidson","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.esri.com\/about\/newsroom\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/69fae831c26e7d10c2c6cdaff1c8c9f2e148d083fe79f851e5ad201f7793fad5?s=96&d=blank&r=g","caption":"Lidia Davidson"},"url":""}]}},"sort_order":"19","_links":{"self":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/773204","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser"}],"about":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/types\/arcuser"}],"author":[{"embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/users\/6921"}],"version-history":[{"count":0,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser\/773204\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/media?parent=773204"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/categories?post=773204"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/tags?post=773204"},{"taxonomy":"arcuser_issues","embeddable":true,"href":"https:\/\/www.esri.com\/about\/newsroom\/wp-json\/wp\/v2\/arcuser_issues?post=773204"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}