<?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: showing selected value in the straight table in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134824#M522377</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i would go with set analysis, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;order_flag ={1}&amp;gt; DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;order_id_id&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;order_flag ={1}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 May 2016 17:07:37 GMT</pubDate>
    <dc:creator>santiago_respane</dc:creator>
    <dc:date>2016-05-24T17:07:37Z</dc:date>
    <item>
      <title>showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134819#M522372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show all the order_id's where the order_flag is 1 in straight table.&lt;/P&gt;&lt;P&gt;I tried giving below expression but it didnt work&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;count(Distinct If(order_flag = 1, order_id_id, Null())&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Please help me with this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Thanks &amp;amp; Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Times New Roman', serif; font-size: 16px;"&gt;Jaya&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 15:36:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134819#M522372</guid>
      <dc:creator />
      <dc:date>2016-05-24T15:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134820#M522373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=if(order_flag = 1, Count(DISTINCT order_id), Null())&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Carlos&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:27:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134820#M522373</guid>
      <dc:creator>clondono</dc:creator>
      <dc:date>2016-05-24T16:27:35Z</dc:date>
    </item>
    <item>
      <title>Re: showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134821#M522374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use a calculated dimension&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=If(order_flag = 1, order_id_id)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and suppress NULL on dimension tab&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Uncheck 'suppress zero values' on presentation tab or use an expression &lt;/P&gt;&lt;P&gt;=1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you can use set analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Sum({&amp;lt;order_flag ={1}&amp;gt;} 1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and as dimension just order_id_id&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134821#M522374</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-05-24T16:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134822#M522375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for such quick responses&lt;/P&gt;&lt;P&gt;Used the set analysis suggested by swuehl.&lt;/P&gt;&lt;P&gt;Appreciate your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134822#M522375</guid>
      <dc:creator />
      <dc:date>2016-05-24T16:49:27Z</dc:date>
    </item>
    <item>
      <title>Re: showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134823#M522376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks swuehl for your help.&lt;/P&gt;&lt;P&gt;used the set analysis.&lt;/P&gt;&lt;P&gt;I still new to qlikview and get stuck in many simple things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 16:51:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134823#M522376</guid>
      <dc:creator />
      <dc:date>2016-05-24T16:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: showing selected value in the straight table</title>
      <link>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134824#M522377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i would go with set analysis, something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=Count(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;order_flag ={1}&amp;gt; DISTINCT &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;order_id_id&lt;/SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;=Sum({&amp;lt;order_flag ={1}&amp;gt;} 1)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Kind regards,&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 May 2016 17:07:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/showing-selected-value-in-the-straight-table/m-p/1134824#M522377</guid>
      <dc:creator>santiago_respane</dc:creator>
      <dc:date>2016-05-24T17:07:37Z</dc:date>
    </item>
  </channel>
</rss>

