Springfield: Difference between revisions

From ExternalDataDemo
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
}}
}}


{{#arraymap:
{{#arraymap:{{#var:office_address}}|,|x|
  {{#var:office_address}}
{{#ifexpr:{{#var:arrayindex}}|==0|
  | ,
*Address: {{{x}}}
  | x
}}
  | {{#ifexpr:{{#var:arrayindex}}
  | ==0
  | * Address: {{{x}}}
  }}
}}
}}



Revision as of 17:44, 2 June 2024

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

{{#arraymap:{{#var:office_address}}|,|x| Expression error: Unrecognized punctuation character "{". }}

  • Address: {{{office_address}}}
  • City: {{{office_city}}}
  • State: {{{office_state}}}
  • Zip: {{{office_zip}}}