Graphics

 View Only
  • 1.  Combobox with datalinq from json api

    Posted 10-26-2020 19:48

    Hi all
    I have json api which output structure like this
    [
    {
    "data": "value1"
    },
    {
    "data": "value2"
    },
    {
    "data": "value3"
    }
    ]

    i get this data from datalinq (rss/http)

    i want to populate combobox with value1, value2, value3, …. from json api

    how can i archive this in XPression



  • 2.  RE: Combobox with datalinq from json api

    Posted 10-27-2020 12:50

    Sorry this is not possible.  Comboboxes can only be populated from Table style datalinqs, like ADOBD, Text, CSV, etc.

    The tree style datalinqs like XML, JSON, RSS, etc can not be used to populate user input controls.


    #XPression