Offices: Difference between revisions

From ExternalDataDemo
Jump to navigation Jump to search
No edit summary
No edit summary
Line 13: Line 13:




{{#vardefine:addressList|{{#arraymap:{{#external_value:officeAddress}},{{#external_value:officeCity}},{{#external_value:officeState}},{{#external_value:officeZip}}|;|address,city,state,zip|
{{#set: addressList = {{#arraymap:{{#external_value:officeAddress}},{{#external_value:officeCity}},{{#external_value:officeState}},{{#external_value:officeZip}}|;|address,city,state,zip|
{{#if:{{{address}}}|{{{address}}}, {{{city}}}, {{{state}}} {{{zip}}}|}}
{{#if:{{{address}}}|{{{address}}}, {{{city}}}, {{{state}}} {{{zip}}}|}}
}}}}
}} }}
{{#display_map:
  center=United States
  | zoom=4
  | addresses={{#get: addressList}}
}}


{{#display_map:
{{#display_map:

Revision as of 18:20, 3 June 2024

The prepared statement office is not set up for the database ID DataDemo.

Office Address City State Zip


{{#set: addressList = {{#arraymap:Error: no local variable "officeAddress" has been set.,Error: no local variable "officeCity" has been set.,Error: no local variable "officeState" has been set.,Error: no local variable "officeZip" has been set.|;|address,city,state,zip| {{{address}}}, {{{city}}}, {{{state}}} {{{zip}}} }} }}

Loading map...
Loading map...


Loading map...