<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Add Data property in properties panel in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/2020517#M17840</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39916"&gt;@devan9876&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Did you find the correct way to set the dimensions and measures as columns in properties panel?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Manoj Prabu&lt;/P&gt;</description>
    <pubDate>Thu, 29 Dec 2022 06:38:05 GMT</pubDate>
    <dc:creator>Manoj_Prabu</dc:creator>
    <dc:date>2022-12-29T06:38:05Z</dc:date>
    <item>
      <title>Add Data property in properties panel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/1894487#M16308</link>
      <description>&lt;P&gt;I'm trying to implement this property that Qlik uses to add new data that when clicked appears the option to add either a dimension or a measure instead of having one button to add dimesion and one to add measures and then shows the columns as custom arrays.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="codeintegrations_0-1645120819690.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72559i4B5703A67A2F4437/image-size/medium?v=v2&amp;amp;px=400" role="button" title="codeintegrations_0-1645120819690.png" alt="codeintegrations_0-1645120819690.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="codeintegrations_2-1645120979538.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/72561i8825B5082D6E2FED/image-size/medium?v=v2&amp;amp;px=400" role="button" title="codeintegrations_2-1645120979538.png" alt="codeintegrations_2-1645120979538.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 18:03:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/1894487#M16308</guid>
      <dc:creator>codeintegrations</dc:creator>
      <dc:date>2022-02-17T18:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add Data property in properties panel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/1895091#M16321</link>
      <description>&lt;P&gt;Unfortunately it doesn't seem to be something that Qlik has chosen to document as part of the public api.&lt;/P&gt;
&lt;P&gt;As far as I can tell this is how the native table has the property panel setup but I still can't get it to render/work properly so there must be something else needed&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;data: {
    type: "items",
    component: "columns",
    translation: "Common.Data",
    sortIndexRef: "qHyperCubeDef.qColumnOrder",
    allowMove: true,
    allowAdd: true,
    addTranslation: "Common.Columns",
    items: {
        dimensions: {
            type: "array",
            component: "expandable-items",
            ref: "qHyperCubeDef.qDimensions",
            grouped: true,
            items: {
                libraryId: {
                    type: "string",
                    component: "library-item",
                    libraryItemType: "dimension",
                    ref: "qLibraryId",
                    translation: "Common.Dimension"
                },
                inlineDimension: {
                    component: "inline-dimension"
                },
                cId: {
                    ref: "qDef.cId",
                    type: "string",
                    show: false
                }
            }
        },
        measures: {
            type: "array",
            component: "expandable-items",
            ref: "qHyperCubeDef.qMeasures",
            grouped: true,
            items: {
                libraryId: {
                    type: "string",
                    component: "library-item",
                    libraryItemType: "measure",
                    ref: "qLibraryId",
                    translation: "Common.Measure"
                },
                inlineMeasure: {
                    component: "inline-measure"
                },
                cId: {
                    ref: "qDef.cId",
                    type: "string",
                    show: false
                }
            }
        }

    }
}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Feb 2022 01:56:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/1895091#M16321</guid>
      <dc:creator>devan9876</dc:creator>
      <dc:date>2022-02-20T01:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: Add Data property in properties panel</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/2020517#M17840</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/39916"&gt;@devan9876&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Did you find the correct way to set the dimensions and measures as columns in properties panel?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Manoj Prabu&lt;/P&gt;</description>
      <pubDate>Thu, 29 Dec 2022 06:38:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Add-Data-property-in-properties-panel/m-p/2020517#M17840</guid>
      <dc:creator>Manoj_Prabu</dc:creator>
      <dc:date>2022-12-29T06:38:05Z</dc:date>
    </item>
  </channel>
</rss>

