<?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: Multiple Values, same date in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10825#M1703</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[Game Date, TOTALSALE, qtysold&lt;/P&gt;&lt;P&gt;10/5/2017, 171,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and a table configured like I said, it gives me this result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204856_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't it what you trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2018 18:39:11 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-06-11T18:39:11Z</dc:date>
    <item>
      <title>Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10822#M1700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a field, [Game Date] for which there is the potential to have several data points associated to one particular [Game Date].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Game Date] = 10/5/2017&lt;/P&gt;&lt;P&gt;totalsale = $171&lt;/P&gt;&lt;P&gt;qtysold = 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;however, there is also&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;[Game Date] = 10/5/2017&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;totalsale = $126&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;qtysold = 2&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;How do I show both instances of this [Game Date] as there are two separate transactions. &lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I am showing this in a table and used the expression: =FirstSortedValue(DISTINCT TOTALSALE, -[Game Date]), which only returns the first value. I am looking to return both (or however many there are) values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:04:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10822#M1700</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-06-11T18:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10823#M1701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;TOTALSALE and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;qtysold as dimension on your table, and Game Date as expression, like this:&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;=[Game Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:29:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10823#M1701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10824#M1702</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This did not function correctly for me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:33:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10824#M1702</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-06-11T18:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10825#M1703</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With this data ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load * Inline&lt;/P&gt;&lt;P&gt;[Game Date, TOTALSALE, qtysold&lt;/P&gt;&lt;P&gt;10/5/2017, 171,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... and a table configured like I said, it gives me this result:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capturar.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/204856_Capturar.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't it what you trying to achieve?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:39:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10825#M1703</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T18:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10826#M1704</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is what I am attempting to achieve. However, when make my dimension of Game Date an expression and totalsale and qty the dimensions, the results are not as expected. There should be 39 results, and there are only a dozen or so.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10826#M1704</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-06-11T18:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10827#M1705</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to add another field to your table in script, in this case the row number:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data:&lt;/P&gt;&lt;P&gt;Load *,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;RowNo() As RowNumber&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Inline&lt;/P&gt;&lt;P&gt;[Game Date, TOTALSALE, qtysold&lt;/P&gt;&lt;P&gt;10/5/2017, 171,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2&lt;/P&gt;&lt;P&gt;10/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;13/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;13/5/2017, 126,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 3&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And build your table like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dimension: RowNumber&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Expressions:&lt;/P&gt;&lt;P&gt;=[&lt;SPAN style="font-size: 13.3333px;"&gt;Game Date]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;TOTALSALE&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;=&lt;SPAN style="font-size: 13.3333px;"&gt;qtysold&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;On "presentation" tab, check "hide column" for the "&lt;SPAN style="font-size: 13.3333px;"&gt;RowNumber&lt;/SPAN&gt;" Column.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Result:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;IMG __jive_id="204866" alt="Capturar 2.PNG" class="jive-image image-1" src="/legacyfs/online/204866_Capturar 2.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 18:56:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10827#M1705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-06-11T18:56:25Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10828#M1706</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to show those three fields as is, you might just use a table box instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2018 20:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10828#M1706</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-11T20:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10829#M1707</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it possible to do expressions in a table box? In the straight table that I was trying to create, I had expressions that were more than just the field name. Is this possible in a table box?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 12:28:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10829#M1707</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-06-12T12:28:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10830#M1708</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, table boxes don't have the option to create expressions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jun 2018 20:02:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10830#M1708</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2018-06-12T20:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10831#M1709</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use a straight table with TOTALSALE as dimension and expression&amp;nbsp; and hide the expression field &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 10:17:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10831#M1709</guid>
      <dc:creator>qliksus</dc:creator>
      <dc:date>2018-06-13T10:17:01Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple Values, same date</title>
      <link>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10832#M1710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works for me, thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Jun 2018 12:43:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Multiple-Values-same-date/m-p/10832#M1710</guid>
      <dc:creator>evansabres</dc:creator>
      <dc:date>2018-06-13T12:43:46Z</dc:date>
    </item>
  </channel>
</rss>

