<?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: Expressions across Rows and Columns in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935178#M960313</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a mockup of what it should look like? Like create a sample with mock data in excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 Oct 2015 07:54:21 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2015-10-21T07:54:21Z</dc:date>
    <item>
      <title>Expressions across Rows and Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935176#M960311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Title probably doesn't make sense, but what I'm looking to do is having a chart with expressions going down and across e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a count of policies and a count of members in two columns, and then multiple rows that are also expressions, so you'd have count of policies that match a certain criteria and right next to it, a count of members.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is that possible or do I need to rewrite the code to get it to work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It'd be something like the below.I currently have the first two columns done, no dimensions, just all expressions. Ideally hoping there's a way to add in the extra column as a member count with the same criteria. Alternatively, if I can't do that, is there any way to make expressions clickable so that I could select the 49000 that are left and then in another chart, it'd show me out of those 49000, how many members are associated with those policies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 1&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 2&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Header 3&lt;/STRONG&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Policies&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;Members&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Total&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;500000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Age Eligible&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;50000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;150000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Group Eligible&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;1000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Claim&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;100000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;200000&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Left&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;49000&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;148000&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:46:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935176#M960311</guid>
      <dc:creator />
      <dc:date>2015-10-21T07:46:18Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions across Rows and Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935177#M960312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Craig,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sounds quite like a crosstable to me?`Sure you can do that in QlikView - with a Pivot_table, you can have two dimensions and then drag one of the dimensions so that it runs horizontal.&lt;/P&gt;&lt;P&gt;I haven't really got any experience, never worked with Pivot_tables, but well, just try it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:54:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935177#M960312</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-10-21T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions across Rows and Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935178#M960313</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you provide a mockup of what it should look like? Like create a sample with mock data in excel?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 07:54:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935178#M960313</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2015-10-21T07:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions across Rows and Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935179#M960314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put a table into original post&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 08:03:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935179#M960314</guid>
      <dc:creator />
      <dc:date>2015-10-21T08:03:42Z</dc:date>
    </item>
    <item>
      <title>Re: Expressions across Rows and Columns</title>
      <link>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935180#M960315</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can You create a sample excel file with data may help your requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Oct 2015 12:33:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expressions-across-Rows-and-Columns/m-p/935180#M960315</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2015-10-21T12:33:40Z</dc:date>
    </item>
  </channel>
</rss>

