<?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: Straight table format in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893849#M1007425</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;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 May 2015 09:13:59 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2015-05-07T09:13:59Z</dc:date>
    <item>
      <title>Straight table format</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893847#M1007423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi Folks,&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;How to show in straight table with the two measures and status images as shown image ans app.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Need the following format:&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Status should be shown last column of the report, but it is repeating for each B value.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Range Sum for Q1 is not required as Q1 SAL and its Range sum both are same.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;-Range Sum labels to be shown dynamically like&amp;nbsp; Q1 Sum,Q1+Q2 Sum,Q1+Q2+Q3 Sum,&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Q1+Q2+Q3+Q4 Sum&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Please help me.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 08:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893847#M1007423</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-07T08:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table format</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893848#M1007424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change your Status expression to:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(SecondaryDimensionality()=0,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(SAL)&amp;lt;40, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_r.png',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(SAL)&amp;gt;=40 and sum(SAL)&amp;lt;60, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_y.png',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(sum(SAL)&amp;gt;=60, 'qmem://&amp;lt;bundled&amp;gt;/BuiltIn/led_g.png'))))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The Rangesum column cannot be hidden for only Q1. It will be shown for all QUARTER dimension values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An expression can have only one Label value. It will be the same for all &lt;SPAN style="font-size: 13.3333330154419px;"&gt;QUARTER &lt;/SPAN&gt;dimension values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:03:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893848#M1007424</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-05-07T09:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table format</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893849#M1007425</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;Please find attached file for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 09:13:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893849#M1007425</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2015-05-07T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Straight table format</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893850#M1007426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/jagan"&gt;jagan&lt;/A&gt; &lt;/STRONG&gt;and &lt;STRONG style="font-size: 11.6999998092651px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A href="https://community.qlik.com/people/gwassenaar"&gt;gwassenaar&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 May 2015 12:24:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-table-format/m-p/893850#M1007426</guid>
      <dc:creator>qlikviewwizard</dc:creator>
      <dc:date>2015-05-07T12:24:51Z</dc:date>
    </item>
  </channel>
</rss>

