<?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 Question on class function in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278781#M103797</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Davide,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;A _jive_internal="true" href="https://community.qlik.com/thread/12152"&gt;this thread&lt;/A&gt; to see whether this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Dec 2011 10:53:46 GMT</pubDate>
    <dc:creator>Miguel_Angel_Baeyens</dc:creator>
    <dc:date>2011-12-05T10:53:46Z</dc:date>
    <item>
      <title>Question on class function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278780#M103796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I would like to use the class function on a 'start time' field.&lt;/P&gt;&lt;P&gt;My problem is that I want only the start time related to a specific value signal and I want to know the occurence of another signal in that range.&lt;/P&gt;&lt;P&gt;The expression should be related to the occurence of another signal.&lt;/P&gt;&lt;P&gt;Something like this:&lt;/P&gt;&lt;P&gt;class(start_time of signal1,range) =&amp;gt; expression: count(signal2).&lt;/P&gt;&lt;P&gt;I am not able to use set analysis on this....&lt;/P&gt;&lt;P&gt;Do you think that is feasible?&lt;/P&gt;&lt;P&gt;Thank you and regards,&lt;/P&gt;&lt;P&gt;Davide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:26:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278780#M103796</guid>
      <dc:creator />
      <dc:date>2011-12-05T10:26:17Z</dc:date>
    </item>
    <item>
      <title>Question on class function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278781#M103797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Davide,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check &lt;A _jive_internal="true" href="https://community.qlik.com/thread/12152"&gt;this thread&lt;/A&gt; to see whether this is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 10:53:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278781#M103797</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T10:53:46Z</dc:date>
    </item>
    <item>
      <title>Question on class function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278782#M103798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Miguel,&lt;/P&gt;&lt;P&gt;if I am not wrong the intervalmatch function can be used only inside the script.&lt;/P&gt;&lt;P&gt;The user should be able to dinamically select a delta to calculate the range of the interval.&lt;/P&gt;&lt;P&gt;Furthermore the interval is related only to the start_time of a specific signal (signal1) selected again by the user.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Davide&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:05:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278782#M103798</guid>
      <dc:creator />
      <dc:date>2011-12-05T11:05:51Z</dc:date>
    </item>
    <item>
      <title>Re: Question on class function</title>
      <link>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278783#M103799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Davide,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Intervalmatch() load can be used with as many fields as you need, but yes, this works in the script. You will need then to use a set analysis with a date range to count the number of occurrences of that event: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Count({&amp;lt; DateField = {"&amp;gt;=$(vDateStart)&amp;lt;=$(vDateEnd)"} &amp;gt;} Event)&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you specify how your data looks it will be easier to get an appropriate answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Miguel &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Dec 2011 11:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Question-on-class-function/m-p/278783#M103799</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-12-05T11:14:00Z</dc:date>
    </item>
  </channel>
</rss>

