Springfield: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
{{#get_db_data: | {{#get_db_data: | ||
|db = DataDemo | | db = DataDemo | ||
|query = office | | query = office | ||
|data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip | | data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip | ||
}} | }} | ||
{{#arraymap: | |||
{{#var:office_address}} | |||
| , | |||
| x | |||
| {{#ifexpr:{{#var:arrayindex}} | |||
| ==0 | |||
| * Address: {{{x}}} | |||
}} | |||
}} | |||
*Address: {{{office_address}}} | *Address: {{{office_address}}} |
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}}}