<?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: show alternative require in straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907936#M315346</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a list box showing the Project and on the Expressions tab add an expression for Area, this will give you the two columns you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Aug 2015 09:37:35 GMT</pubDate>
    <dc:creator>Colin-Albert</dc:creator>
    <dc:date>2015-08-03T09:37:35Z</dc:date>
    <item>
      <title>show alternative require in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907934#M315344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Qlik Experts,&lt;/P&gt;&lt;P&gt;i'm not able find show alternative option in straight table which we use in list box . i have attched screen shot of my table and i want if i select one project name then rest&amp;nbsp; projects name should be show in diffrent color like list box . plz suggest&amp;nbsp; what to do in straight table because in straigh table all othervalue going to hide when i m selection one perticuler&amp;nbsp; row&amp;nbsp; .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 08:52:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907934#M315344</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2015-08-03T08:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: show alternative require in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907935#M315345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz revert if anyone can resolve this issue &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:31:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907935#M315345</guid>
      <dc:creator>yadav_anil782</dc:creator>
      <dc:date>2015-08-03T09:31:08Z</dc:date>
    </item>
    <item>
      <title>Re: show alternative require in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907936#M315346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try a list box showing the Project and on the Expressions tab add an expression for Area, this will give you the two columns you want.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:37:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907936#M315346</guid>
      <dc:creator>Colin-Albert</dc:creator>
      <dc:date>2015-08-03T09:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: show alternative require in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907937#M315347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See attached example.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:38:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907937#M315347</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-08-03T09:38:11Z</dc:date>
    </item>
    <item>
      <title>Re: show alternative require in straight table</title>
      <link>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907938#M315348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I suggest that you post an example document to make the advice more accurate. But in general this is what you need to do:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Add a set expression to you chart expression to override all selections&lt;/LI&gt;&lt;LI&gt;For example:&amp;nbsp;&amp;nbsp; Sum(&lt;STRONG&gt;{1}&lt;/STRONG&gt; Sales)&lt;/LI&gt;&lt;LI&gt;Click the + next to the expression in Properties | Expressions &lt;/LI&gt;&lt;LI&gt;Select Foreground Colour&lt;/LI&gt;&lt;LI&gt;Enter a colour expression that will change the colour of the selected expression:&lt;/LI&gt;&lt;LI&gt;For example:&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Count(Project) &amp;gt; 0, LightRed())&amp;nbsp; Or&lt;/LI&gt;&lt;LI&gt;Or&amp;nbsp;&amp;nbsp;&amp;nbsp; =If(Index(GetFieldSelections(Project), Project) &amp;gt; 0, LightRed())&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Or use an added column in a list box (but you will not get a header for the column for this).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2015 09:44:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/show-alternative-require-in-straight-table/m-p/907938#M315348</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2015-08-03T09:44:53Z</dc:date>
    </item>
  </channel>
</rss>

