<?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: how to enable Show Column If in extensions in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-enable-Show-Column-If-in-extensions/m-p/1881926#M16165</link>
    <description>&lt;P&gt;Hi,&amp;nbsp; I just had this very problem, and figured out how to do it.&amp;nbsp; &amp;nbsp; Not sure if you did but here is the answer...&lt;BR /&gt;The Idea is to open a text expression and reference it to the proper property on the dimension (or measure) like so:&lt;/P&gt;
&lt;P&gt;Note: you can also use qCalcCondition.qCond.qv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;dimensions: {
  uses: "dimensions",
  min: 1,		
  items: {
     calcCond: {
	type: "string",
	label: "Show Column If",
	ref :"qCalcCond.qv",     // this is the important line.  
	expression: "always"
	}
  },
},&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jan 2022 18:55:11 GMT</pubDate>
    <dc:creator>ChrisSL</dc:creator>
    <dc:date>2022-01-17T18:55:11Z</dc:date>
    <item>
      <title>how to enable Show Column If in extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-enable-Show-Column-If-in-extensions/m-p/1773530#M13692</link>
      <description>&lt;P&gt;Hi, ive checked the knowledge base and all i can find is a conditional show of the whole chart but not for individual dimension or measures&lt;BR /&gt;how do you make the SHOW COLUMN IF option appear in your extension?&amp;nbsp; how do you add it to the definition:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;definition: {type: "items",component: "accordion",
			items: {
				dimensions: {uses: "dimensions",min: 1, max: 1},  
				measures: {uses: "measures",min: 1, max: 50}, 
				sorting: {uses: "sorting"},				
				settings: {uses: "settings"},	
				addons: {uses: "addons",
                    items: {dataHandling: {uses: "dataHandling"}}
                },
				abouttxt:{label: "",type: "items",items: {abouttxt2:{label: "About",type: "items",
					items: {aboutt:{component: "text",
					label: ""}}}}} 
			}
		},&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;where do you add it in this script and what is the syntax.&lt;/P&gt;&lt;P&gt;anyone who has done this already?&amp;nbsp; any help will be appreciated.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jan 2021 20:43:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-enable-Show-Column-If-in-extensions/m-p/1773530#M13692</guid>
      <dc:creator>edwin</dc:creator>
      <dc:date>2021-01-11T20:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to enable Show Column If in extensions</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-enable-Show-Column-If-in-extensions/m-p/1881926#M16165</link>
      <description>&lt;P&gt;Hi,&amp;nbsp; I just had this very problem, and figured out how to do it.&amp;nbsp; &amp;nbsp; Not sure if you did but here is the answer...&lt;BR /&gt;The Idea is to open a text expression and reference it to the proper property on the dimension (or measure) like so:&lt;/P&gt;
&lt;P&gt;Note: you can also use qCalcCondition.qCond.qv&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;dimensions: {
  uses: "dimensions",
  min: 1,		
  items: {
     calcCond: {
	type: "string",
	label: "Show Column If",
	ref :"qCalcCond.qv",     // this is the important line.  
	expression: "always"
	}
  },
},&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jan 2022 18:55:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/how-to-enable-Show-Column-If-in-extensions/m-p/1881926#M16165</guid>
      <dc:creator>ChrisSL</dc:creator>
      <dc:date>2022-01-17T18:55:11Z</dc:date>
    </item>
  </channel>
</rss>

