<?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 Create a table having built in condition. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646556#M1060393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table having the columns Name, Department , Salary and sex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to build and show a table for all male employees. The table should have name, department and salary and should display only values where sex='m' by default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Oct 2014 22:30:58 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-10-01T22:30:58Z</dc:date>
    <item>
      <title>Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646556#M1060393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a table having the columns Name, Department , Salary and sex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to build and show a table for all male employees. The table should have name, department and salary and should display only values where sex='m' by default. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2014 22:30:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646556#M1060393</guid>
      <dc:creator />
      <dc:date>2014-10-01T22:30:58Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646557#M1060394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create a straight table with name and department as dimensions and as expression sum({&amp;lt;sex={'m'}&amp;gt;}salary). Make sure to use the correct case sensitive field names.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 13:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646557#M1060394</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-02T13:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646558#M1060395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you the reply Gysbert. I figured that out. I am however looking for a way to show it without any expression which kinda rules the straight table out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 14:33:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646558#M1060395</guid>
      <dc:creator />
      <dc:date>2014-10-02T14:33:24Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646559#M1060396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need this condition somewhere in the chart or another option is to set a trigger on opening to assign "m" to field sex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In chart you can set this condition in expression set analysis or in dimension:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(sex='m', Dimension_Field,null()) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:38:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646559#M1060396</guid>
      <dc:creator>bgerchikov</dc:creator>
      <dc:date>2014-10-02T15:38:35Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646560#M1060397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do it without an expression, then add a listbox for the field sex alongside your chart.&lt;/P&gt;&lt;P&gt;Click on m and your chart will show the data for males.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Oct 2014 15:43:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646560#M1060397</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2014-10-02T15:43:48Z</dc:date>
    </item>
    <item>
      <title>Re: Create a table having built in condition.</title>
      <link>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646561#M1060398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, try alternates states then. Create a new alternate state. Create your table box. Assign the table box to the new alternate state. Select the value 'm'. Right click the column and choose Lock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2014 07:39:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-a-table-having-built-in-condition/m-p/646561#M1060398</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2014-10-03T07:39:01Z</dc:date>
    </item>
  </channel>
</rss>

