ThisOffice: Difference between revisions

From ExternalDataDemo
Jump to navigation Jump to search
(Created page with "{{#get_db_data: |db = DataDemo |from = office |data = office_address=office_address, office_city=office_city, office_state=office_state, office_zip=office_zip }} <ul> {{#external_value: |value = office_address |format = <li>{office_address}</li> }} {{#external_value: |value = office_city |format = <li>{office_city}</li> }} {{#external_value: |value = office_state |format = <li>{office_state}</li> }} {{#external_value: |value = office_zip |format = <li>{office_zip}</...")
 
No edit summary
Tag: Manual revert
 
(17 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{#get_db_data:
{{#get_db_data:  
|db = DataDemo
|db = DataDemo
|from = 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
}}
}}
 
{| class="wikitable"
<ul>
! Office Address !! City !! State !! Zip
{{#external_value:  
  {{#for_external_table:  
|value = office_address
|{{!}}-
|format = <li>{office_address}</li>
{{!}} {{{office_address}}} {{!}}{{!}} {{{office_city}}} {{!}}{{!}} {{{office_state}}} {{!}}{{!}} {{{office_zip}}}
}}
  }}
{{#external_value:
|}
|value = office_city
|format = <li>{office_city}</li>
}}
{{#external_value:
|value = office_state
|format = <li>{office_state}</li>
}}
{{#external_value:
|value = office_zip
|format = <li>{office_zip}</li>
}}
</ul>

Latest revision as of 18:27, 1 June 2024

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

Office Address City State Zip