<?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 column to table as on-demand in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813445#M66423</link>
    <description>&lt;P&gt;Hi Ruben - I got it to work. I have an field selection table with 2 fields, IDColumn and Column (Column title)&lt;/P&gt;&lt;P&gt;And then I have an conditional expression on&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"Show column if" for each fields on the actual data table. When I select / deselect&amp;nbsp; an field from the field selection table , the column appears / disappears from the actual data table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to have inline table with column name instead of the numerical value, then modify the expression accordingly on&amp;nbsp;&amp;nbsp;"Show column if" for each fields on the actual data table, then I can display the values in the filter pane (Column title) instead of field selection table for the users to select?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 07 Jun 2021 16:37:18 GMT</pubDate>
    <dc:creator>jpjust</dc:creator>
    <dc:date>2021-06-07T16:37:18Z</dc:date>
    <item>
      <title>Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813080#M66368</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I use qliksense.&lt;/P&gt;&lt;P&gt;I have an long table with many columns which don't fit into one page.&lt;/P&gt;&lt;P&gt;Is there a way that we can have users&amp;nbsp; (analyzers) pick themselves add / remove columns to the table according to their needs? I used to see this in qlikview with some marco code some thing like that..&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 04 Jun 2021 18:28:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813080#M66368</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-04T18:28:38Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813129#M66369</link>
      <description>&lt;P&gt;Hi, you can create a column selector something like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;LOAD * Inline [
IdColumn, Column
11,Column1Title
12,Column2Title
...
];&lt;/LI-CODE&gt;&lt;P&gt;And&amp;nbsp; use the show condition of each expression like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Index(Concat(IdColumn,','),'11') //For column 1
Index(Concat(IdColumn,','),'12') //For column 2&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jun 2021 08:42:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813129#M66369</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-06-05T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813243#M66390</link>
      <description>&lt;P&gt;Thanks Ruben, will give it a try and let you know.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 01:58:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813243#M66390</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-07T01:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813274#M66395</link>
      <description>&lt;P&gt;There are also many extensions available - e.g.&amp;nbsp;&lt;A href="https://developer.qlik.com/garden/578fc358ba99b7951dee28a9" target="_blank"&gt;https://developer.qlik.com/garden/578fc358ba99b7951dee28a9&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 07:20:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813274#M66395</guid>
      <dc:creator>Jayavignesh</dc:creator>
      <dc:date>2021-06-07T07:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813401#M66415</link>
      <description>&lt;P&gt;Hi Ruben,&lt;/P&gt;&lt;P&gt;I have the inline and the expression on "Show column if" on the table.&lt;/P&gt;&lt;P&gt;Now the column is always visible on the table. How this works? Where would I list the columns for the users to select and which chart I should use?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 13:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813401#M66415</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-07T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813445#M66423</link>
      <description>&lt;P&gt;Hi Ruben - I got it to work. I have an field selection table with 2 fields, IDColumn and Column (Column title)&lt;/P&gt;&lt;P&gt;And then I have an conditional expression on&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;"Show column if" for each fields on the actual data table. When I select / deselect&amp;nbsp; an field from the field selection table , the column appears / disappears from the actual data table.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Is it possible to have inline table with column name instead of the numerical value, then modify the expression accordingly on&amp;nbsp;&amp;nbsp;"Show column if" for each fields on the actual data table, then I can display the values in the filter pane (Column title) instead of field selection table for the users to select?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jun 2021 16:37:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813445#M66423</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-07T16:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813541#M66439</link>
      <description>&lt;P&gt;Hi, you can use an inline table with just the title, the numerical value is to separate index and text.&lt;/P&gt;&lt;P&gt;You can keep both, numerical and text, and only show the text (column title) in the filter panel for the user, when the user selects a text the expression uses the index related to that text, you don't need to show both.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 08:25:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813541#M66439</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-06-08T08:25:06Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813641#M66453</link>
      <description>&lt;P&gt;Unfortunately, having just the column title did not work. May be I am missing some thing.&lt;/P&gt;&lt;P&gt;I have this field selection table below and if I remove ColumnID and then just selecting on ColumnTitle did not work. Only if I select ColumID field, the other data table works.&amp;nbsp;Same with the filter pane as well.&lt;/P&gt;&lt;P&gt;ColumnID&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;ColumnTitle&lt;/P&gt;&lt;P&gt;&amp;nbsp; 1&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Site&lt;/P&gt;&lt;P&gt;&amp;nbsp;2&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Year&amp;nbsp; Month&lt;/P&gt;&lt;P&gt;This is my expression on each fields-&amp;nbsp;Index(Concat(IdColumn,','),'1')&lt;/P&gt;&lt;P&gt;Index(Concat(IdColumn,','),'2')&amp;nbsp; and so on...&lt;/P&gt;&lt;P&gt;Below is my inline table.&lt;/P&gt;&lt;P&gt;LOAD * Inline [&lt;BR /&gt;IdColumn, Column&lt;BR /&gt;1 , Site&lt;BR /&gt;2 , Year Month&lt;BR /&gt;3, UNIT Count&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;Can you please let me know how to make it work just by using title instead of the columnID?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 12:27:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813641#M66453</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-08T12:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813706#M66466</link>
      <description>&lt;P&gt;If you don't have the column id you need to use the title in the expression:&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Index(Concat(ColumnTitle,','),'Site')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;Index(Concat(ColumnTitle,','),'Year Month')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;But as I said before you can keep the Id to use in expression and only show the title for the user&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 16:14:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813706#M66466</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-06-08T16:14:24Z</dc:date>
    </item>
    <item>
      <title>Re: Add column to table as on-demand</title>
      <link>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813747#M66473</link>
      <description>&lt;P&gt;Thanks Ruben, everything worked as expected.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jun 2021 19:19:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Add-column-to-table-as-on-demand/m-p/1813747#M66473</guid>
      <dc:creator>jpjust</dc:creator>
      <dc:date>2021-06-08T19:19:10Z</dc:date>
    </item>
  </channel>
</rss>

