<?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: Linear tables with condition in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073084#M640531</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample you can share to better explain your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 16:06:37 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2016-03-25T16:06:37Z</dc:date>
    <item>
      <title>Linear tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073083#M640530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello to all,&lt;/P&gt;&lt;P&gt;I have a linear table where in the first column I have 3 different code '002', '003' and '005'. I need to create three different linear tables one for each code, there is no condition or expression QlikView to do this, not in the script, but in a presentation? Because my script reads many file in loop and codes over time may increase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much for helping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 15:37:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073083#M640530</guid>
      <dc:creator />
      <dc:date>2016-03-25T15:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Linear tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073084#M640531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample you can share to better explain your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 16:06:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073084#M640531</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-25T16:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linear tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073085#M640532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For chart types other than a table chart, you can use the trellis option on dimension tab to create a chart per dimension value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a table chart, I think there is nothing comparable using QV default features.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can search the internet / Qlik Market if there is an extension that might fit your needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I remember also a pretty old thread here in the forum that demonstrated an automatic chart generation using Macros, but I won't recommend going into this direction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 26 Mar 2016 17:11:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073085#M640532</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-03-26T17:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linear tables with condition</title>
      <link>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073086#M640533</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all,&lt;/P&gt;&lt;P&gt;I solved my problem by inserting a calculated dimension in the table. I created three different table each one with a different calculated dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if([CODE]='002',[&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;CODE]&lt;/SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if([&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;CODE&lt;/SPAN&gt;='003',[&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;CODE&lt;/SPAN&gt;])&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=if([&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;CODE&lt;/SPAN&gt;]='005',[&lt;SPAN style="font-family: 'Lucida Grande', Arial, Helvetica, sans-serif; font-size: 13.3333px;"&gt;CODE&lt;/SPAN&gt;])&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Mar 2016 14:23:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Linear-tables-with-condition/m-p/1073086#M640533</guid>
      <dc:creator />
      <dc:date>2016-03-29T14:23:46Z</dc:date>
    </item>
  </channel>
</rss>

