<?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: Distinct date values to the same dimension in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137955#M751875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped and sure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Oct 2018 13:19:59 GMT</pubDate>
    <dc:creator>achettipalli</dc:creator>
    <dc:date>2018-10-26T13:19:59Z</dc:date>
    <item>
      <title>Distinct date values to the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137951#M751867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my fact table I have TRANSACTION_DATE field as a dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to display some dimensions from the fact table depending on TRANSACTION_DATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I added 2 dimensions as follow:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=TRANSACTION_DATE='$(vStartDate)'&lt;/P&gt;&lt;P&gt;=TRANSACTION_DATE='$(vEndDate)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem I am facing is that in my straight table I getting the other dimensions fields duplicated and I don't want that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see the enclosed image (please the first, the second.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please I need your help on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Abdallah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137951#M751867</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct date values to the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137952#M751868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just to explain more:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have factory, product and sub-product as dimensions.&lt;/P&gt;&lt;P&gt;I defined an interval as vStartDate and vEndDate.&lt;/P&gt;&lt;P&gt;I want to display, in a straight table, the initial stock and the final stock for each product on the same line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The way I added to dimensions as above (in the same discussion), I got the factory, the product and the sub-product &lt;STRONG&gt;diplicated&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I would like to know how to fix that&lt;/STRONG&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 14:50:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137952#M751868</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2018-10-25T14:50:47Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct date values to the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137953#M751869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdallah!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can write set analysis in the expression field to get the stock count for start date and end date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Like sum({&amp;lt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;TRANSACTION_DATE= {&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'$(vStartDate)'&lt;/SPAN&gt;}&lt;/SPAN&gt;&amp;gt;}stockamount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I believe, you cannot achieve in the same line when adding dates as dimensions, since qlikview does the grouping automatically when you add a dimension field. &lt;/P&gt;&lt;P&gt;So I'd prefer in expressions field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Oct 2018 17:07:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137953#M751869</guid>
      <dc:creator>achettipalli</dc:creator>
      <dc:date>2018-10-25T17:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct date values to the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137954#M751870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much. it's working! Excellent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In addition I don't have to add the transaction date as dimension.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another&amp;nbsp; question I will open a new discussion on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Abdallah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 08:35:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137954#M751870</guid>
      <dc:creator>absekrafi</dc:creator>
      <dc:date>2018-10-26T08:35:50Z</dc:date>
    </item>
    <item>
      <title>Re: Distinct date values to the same dimension</title>
      <link>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137955#M751875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad it helped and sure. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2018 13:19:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Distinct-date-values-to-the-same-dimension/m-p/137955#M751875</guid>
      <dc:creator>achettipalli</dc:creator>
      <dc:date>2018-10-26T13:19:59Z</dc:date>
    </item>
  </channel>
</rss>

