<?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: Data property without alternative dimensions and measures in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-property-without-alternative-dimensions-and-measures/m-p/2045560#M18229</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8387"&gt;@nikitapotapov&lt;/a&gt;&amp;nbsp;, are you trying to use data property and show dimensions and measures?&lt;BR /&gt;Anyway, this is a very simple example about how to add dimensions and measure to data property. As you mentioned, this is not well documented.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;definition: {
type: "items",
component: "accordion",
items: {
	data: {
		uses: "data",
		items: {
			dimensions: {
				items: {
					"nullSuppression": {}
				},
				min:1,
				max:1
			},
			measures: {
				min:1,
				max:1
			}
		}
	},

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 06 Mar 2023 10:18:38 GMT</pubDate>
    <dc:creator>alex_colombo</dc:creator>
    <dc:date>2023-03-06T10:18:38Z</dc:date>
    <item>
      <title>Data property without alternative dimensions and measures</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-property-without-alternative-dimensions-and-measures/m-p/2040672#M18146</link>
      <description>&lt;P&gt;Hello!&lt;/P&gt;
&lt;P&gt;I've tried to implement data custom property with simple usage.&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;data&lt;/SPAN&gt;&lt;SPAN&gt;: {&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;uses&lt;/SPAN&gt;&lt;SPAN&gt;: &lt;/SPAN&gt;&lt;SPAN&gt;"data"&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;But it's not documented and It's hard to find how to hide alternative option (dimensions and measures). I've tried to analyze qvangular module, but no help. May somebody has way how to get all not documented properties and its options.&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 03:38:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-property-without-alternative-dimensions-and-measures/m-p/2040672#M18146</guid>
      <dc:creator>nikitapotapov</dc:creator>
      <dc:date>2023-02-22T03:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: Data property without alternative dimensions and measures</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Data-property-without-alternative-dimensions-and-measures/m-p/2045560#M18229</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/8387"&gt;@nikitapotapov&lt;/a&gt;&amp;nbsp;, are you trying to use data property and show dimensions and measures?&lt;BR /&gt;Anyway, this is a very simple example about how to add dimensions and measure to data property. As you mentioned, this is not well documented.&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;definition: {
type: "items",
component: "accordion",
items: {
	data: {
		uses: "data",
		items: {
			dimensions: {
				items: {
					"nullSuppression": {}
				},
				min:1,
				max:1
			},
			measures: {
				min:1,
				max:1
			}
		}
	},

}&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Mar 2023 10:18:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Data-property-without-alternative-dimensions-and-measures/m-p/2045560#M18229</guid>
      <dc:creator>alex_colombo</dc:creator>
      <dc:date>2023-03-06T10:18:38Z</dc:date>
    </item>
  </channel>
</rss>

