DataSrc:UNITA Data/Indicators/t241unito: Difference between revisions

    From UNITApedia
    No edit summary
    Tag: Reverted
    No edit summary
     
    (2 intermediate revisions by the same user not shown)
    Line 1: Line 1:
    {{#get_db_data:
    db=DW_UNITAData_Mobility
    |query=SELECT jsontext FROM public.t241_json LIMIT 1
    |data=raw_blob=jsontext
    }}
    ; Data Verification:
    <pre>{{#external_value:raw_blob}}</pre>{{#get_db_data:
    db=DW_UNITAData_Mobility
    |query=SELECT 1 as test_val
    |data=test=test_val
    }}
    DB CONNECTION STATUS: {{#external_value:test}} (Should say 1)
    {{#get_db_data:
    db=DW_UNITAData_Mobility
    |query=SELECT jsontext FROM your_table_name WHERE university = 'UNITO' LIMIT 1
    |data=chart_config=jsontext
    }}
    {{#echarts:
    |width=1000px
    |height=600px
    |option={{#external_value:chart_config}}
    }}


    {{#get_db_data:  
    {{#get_db_data:  

    Latest revision as of 13:24, 4 June 2026


    Data Verification
    {{#external_value:raw_blob}}

    DB CONNECTION STATUS: Error: no local variable "test" has been set. (Should say 1)