<?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: syntaxe in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050910#M919903</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii peter i fixed my table the client now has one and only date of creation&amp;nbsp; ,i still want the intervall between this date and the &lt;/P&gt;&lt;P&gt;first date-devis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123313" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123313_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 May 2016 18:00:08 GMT</pubDate>
    <dc:creator />
    <dc:date>2016-05-02T18:00:08Z</dc:date>
    <item>
      <title>syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050903#M919896</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello ;&amp;nbsp;&amp;nbsp; i m looking for the right syntaxe , i have&amp;nbsp; a code_client , he has a date for his creation (creation_client) and a date of the first cost estimate (date_devis) for the product, however a client can exist more then one time i want in my chart the&amp;nbsp; interval (date_devis-creation_client)&amp;nbsp; for the client but just the first cost estimate ...please help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if count(code_client) &amp;gt; 1&lt;/P&gt;&lt;P&gt;interval(min(date-devis) - creation-client)&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/syntaxe/m-p/1050903#M919896</guid>
      <dc:creator />
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050904#M919897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you be able to share few lines of data with your expected output?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 16:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050904#M919897</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-05-01T16:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050905#M919898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , like you are seing the code_client :14941-3&amp;nbsp; existe more then one time i juste want the interval between the&amp;nbsp; tow dates for&amp;nbsp; the first occurence&amp;nbsp; of the code client&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123220_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 16:41:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050905#M919898</guid>
      <dc:creator />
      <dc:date>2016-05-01T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050906#M919899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In an object where code_client must be one of the dimensions, the following simple expression will do wonders:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=floor(Min(date_devis) - création_client)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The basic assumption: each client has only one création_client date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2016 17:04:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050906#M919899</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-01T17:04:19Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050907#M919900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for your reply but still the same probelem &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, like you are seing the code_client :14941-3&amp;nbsp; existe more then one time i juste want the interval between the&amp;nbsp; tow dates for&amp;nbsp; the first occurence&amp;nbsp; of the code client&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;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123275_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 11:06:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050907#M919900</guid>
      <dc:creator />
      <dc:date>2016-05-02T11:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050908#M919901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The data is a bit inconsistent. I was assuming that there was only one date_création_client per customer and that it would be smaller than the first date_devis. But the relation between those two dates jumps in all directions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I may assume that the fiurst occurrence of code_client is the one with the earliest date_creation_client date value, then you could create a new Straight table with a single dimension code_client and this expression:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;=FirstSortedValue(&lt;SPAN style="color: #3d3d3d; font-size: 13px;"&gt;date_devis,&lt;SPAN style="font-size: 13.3333px;"&gt;date_creation_client&lt;/SPAN&gt;&lt;/SPAN&gt;)-min(date_creation_client)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 13:04:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050908#M919901</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-02T13:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050909#M919902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try my suggestion? If you create a straight table using the dimension and expression I mentioned earlier on, then what do you get?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 16:13:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050909#M919902</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-05-02T16:13:04Z</dc:date>
    </item>
    <item>
      <title>Re: syntaxe</title>
      <link>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050910#M919903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii peter i fixed my table the client now has one and only date of creation&amp;nbsp; ,i still want the intervall between this date and the &lt;/P&gt;&lt;P&gt;first date-devis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="123313" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/123313_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2016 18:00:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/syntaxe/m-p/1050910#M919903</guid>
      <dc:creator />
      <dc:date>2016-05-02T18:00:08Z</dc:date>
    </item>
  </channel>
</rss>

