<?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: Custom table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581988#M478439</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't upload a sample because I can't develop what I'm trying to achieve, hope this print clears things...different dimension names = different expressions used in the table.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55146" alt="example.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55146_example.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2014 11:36:10 GMT</pubDate>
    <dc:creator>andrefpc</dc:creator>
    <dc:date>2014-03-17T11:36:10Z</dc:date>
    <item>
      <title>Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581985#M478436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a customer request to develop a table with different expressions in each line, e.g., for line 1 of the table a set of expressions is used, for line 2, a different set of expressions is used. Is this possible in qlikview? I've tried to load an inline of the dimensions used and a conditional on the expressions but it only works when the dimension is selected, which is not the intended result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 10:43:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581985#M478436</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2014-03-17T10:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581986#M478437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You need to post example data to clarify your request&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:15:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581986#M478437</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2014-03-17T11:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581987#M478438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please upload a sample application.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581987#M478438</guid>
      <dc:creator>senpradip007</dc:creator>
      <dc:date>2014-03-17T11:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581988#M478439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can't upload a sample because I can't develop what I'm trying to achieve, hope this print clears things...different dimension names = different expressions used in the table.&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="55146" alt="example.JPG.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/55146_example.JPG.jpg" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 11:36:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581988#M478439</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2014-03-17T11:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581989#M478440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could use RowNo() to determine the number of the line and use if statements to determine the expressions to use for example&amp;nbsp; if (RowNo()=1,Expr1,Expr2) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:03:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581989#M478440</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-17T12:03:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table</title>
      <link>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581990#M478441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you kamal, it does the trick, my only question is about the performance of the if clause, but anyway it's exactly what I was looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other less expensive approach?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2014 12:40:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Custom-table/m-p/581990#M478441</guid>
      <dc:creator>andrefpc</dc:creator>
      <dc:date>2014-03-17T12:40:40Z</dc:date>
    </item>
  </channel>
</rss>

