<?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 issue in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408587#M609833</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have multiple dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to see all? Use Concat&lt;/P&gt;&lt;P&gt;Do you want to see Max? Use Max&lt;/P&gt;&lt;P&gt;Do you want to see Min? Use Min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then to get the correct format, you can use Date() function to format like a date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Nov 2017 20:24:19 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-11-30T20:24:19Z</dc:date>
    <item>
      <title>Straight Table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408586#M609832</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was wondering if someone can help me solve a straight table issue.&amp;nbsp; So currently I am displaying multiple columns in a straight table that's being feed from Excel.&amp;nbsp; The problem I have is one of my expression is not displaying data when there are more than one rows in the respective column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So basically I am trying to display a City and show each year there is a rent increase.&amp;nbsp; For locations that have only one rent increase date, it's displaying properly in the "Base Rent Change" column.&amp;nbsp; For locations that have multiple rent increases (i.e. Dec 2017, Mar 2018, Dec 2019), the field in Qlikview is coming up as blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help to correct the Base Rent Expense Change column to display all rent increase dates?&amp;nbsp; Please see attachment to make more sense.&amp;nbsp; Thank you in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 19:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408586#M609832</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-11-30T19:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408587#M609833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you have multiple dates?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you want to see all? Use Concat&lt;/P&gt;&lt;P&gt;Do you want to see Max? Use Max&lt;/P&gt;&lt;P&gt;Do you want to see Min? Use Min&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of using Only&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then to get the correct format, you can use Date() function to format like a date&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 20:24:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408587#M609833</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-30T20:24:19Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408588#M609834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awesome!&amp;nbsp; The only problem now is that there are no spaces between the dates.&amp;nbsp; Can you please modify my script so that there are spaces or | between dates (i.e. 11/1/2016 | 11/1/2017)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 20:44:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408588#M609834</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-11-30T20:44:38Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408589#M609835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat({&amp;lt;SetAnalysis&amp;gt;} [Effective Start], ' | ')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 21:08:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408589#M609835</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-11-30T21:08:02Z</dc:date>
    </item>
    <item>
      <title>Re: Straight Table issue</title>
      <link>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408590#M609836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks as ALWAYS!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Nov 2017 21:40:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Straight-Table-issue/m-p/1408590#M609836</guid>
      <dc:creator>powerqlik</dc:creator>
      <dc:date>2017-11-30T21:40:30Z</dc:date>
    </item>
  </channel>
</rss>

