<?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: Dynamic Columns in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1637008#M47465</link>
    <description>&lt;P&gt;Thank you Sunny.&lt;/P&gt;&lt;P&gt;I really thought it would be possible to have one formula for all columns. I thought about using some kind of identifier for the column "ColumnNo()" based on the "RowNo()" the same field has in the "$Field" Table. But I dont know if that approach works.&lt;/P&gt;</description>
    <pubDate>Fri, 18 Oct 2019 07:31:32 GMT</pubDate>
    <dc:creator>alexsid-qlik</dc:creator>
    <dc:date>2019-10-18T07:31:32Z</dc:date>
    <item>
      <title>Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636757#M47439</link>
      <description>&lt;P&gt;Dear Community,&lt;/P&gt;&lt;P&gt;I am currently testing a functionality for my dashboard. The goal is to let the user choose columns that the user wants to see in a table. A very basic demand but still I struggle.&lt;/P&gt;&lt;P&gt;I show available columns with a Filter Pane with $Field as dimension.&lt;/P&gt;&lt;P&gt;And then I have a table where I use the Show condition with this formula &amp;lt; if(GetFieldSelections($Field) like '*Car*',1,0) &amp;gt;.&lt;/P&gt;&lt;P&gt;Now I have a lot of columns and want to make the part &amp;lt;&amp;nbsp;like '*Car*' &amp;gt; not static but dynamic.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas how to achieve that? Looking forward to your ideas&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers, Alex&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 19:52:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636757#M47439</guid>
      <dc:creator>alexsid-qlik</dc:creator>
      <dc:date>2024-11-16T19:52:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636768#M47441</link>
      <description>&lt;P&gt;but this is show column if condition for a already known dimension... what difference would it make if you change the condition from static car to something dynamic?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 14:20:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636768#M47441</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-17T14:20:14Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636770#M47442</link>
      <description>&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;Some more info on that topic:&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to have a condition formula where I do not have to specifiy the column name.&lt;/P&gt;&lt;P&gt;So I have a dimension Car, Cost, Type and I would need 3 different formulas. But is it possible to have one formula for all column show conditions?&lt;/P&gt;&lt;P&gt;Cheers, Alex&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 14:26:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636770#M47442</guid>
      <dc:creator>alexsid-qlik</dc:creator>
      <dc:date>2019-10-17T14:26:23Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636775#M47444</link>
      <description>&lt;P&gt;You want to use a single formula for all three dimensions? But this same formula will be repeated three times for each of the three expressions, right? I don't think you can create a single formula which can be copy pasted for each expression... something will need to tell it that if it is cost or car or type dimension&lt;/P&gt;</description>
      <pubDate>Thu, 17 Oct 2019 14:29:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1636775#M47444</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-17T14:29:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1637008#M47465</link>
      <description>&lt;P&gt;Thank you Sunny.&lt;/P&gt;&lt;P&gt;I really thought it would be possible to have one formula for all columns. I thought about using some kind of identifier for the column "ColumnNo()" based on the "RowNo()" the same field has in the "$Field" Table. But I dont know if that approach works.&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 07:31:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1637008#M47465</guid>
      <dc:creator>alexsid-qlik</dc:creator>
      <dc:date>2019-10-18T07:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic Columns</title>
      <link>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1637093#M47473</link>
      <description>&lt;P&gt;You might be able to employ&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/sense/September2019/Subsystems/Hub/Content/Sense_Hub/Scripting/SystemFunctions/GetObjectField.htm" target="_blank" rel="noopener"&gt;GetObjectField&lt;/A&gt;&amp;nbsp;, but even with that, you will need to specify which field you want to look into? like for first dimension it would be&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$(='[' &amp;amp; GetObjectField(0) &amp;amp; ']')&lt;/LI-CODE&gt;&lt;P&gt;and for second dimension it would be&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;$(='[' &amp;amp; GetObjectField(1) &amp;amp; ']')&lt;/LI-CODE&gt;&lt;P&gt;So, even with this solution you cannot just blindly copy paste the expression across your dimensions.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 18 Oct 2019 10:31:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Dynamic-Columns/m-p/1637093#M47473</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2019-10-18T10:31:23Z</dc:date>
    </item>
  </channel>
</rss>

