<?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: Set analysis mit Uhrzeit in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32530#M609694</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe?:&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;sum({&amp;lt;Startstunde = {"&amp;gt;=$(=hour(#vVonZeit))"} &amp;gt;}WPA_Prod_reported_length*WPA_Prod_paperwidth)/1000&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;You can try adding to a table expression without label, hovering the mouse over the expression label you can check how the values are expanded.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2018 14:33:08 GMT</pubDate>
    <dc:creator>rubenmarin</dc:creator>
    <dc:date>2018-02-15T14:33:08Z</dc:date>
    <item>
      <title>Set analysis mit Uhrzeit</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32527#M609691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hallo zusammen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ich komme bei einer Formel mit Uhrzeit nicht weiter.&lt;/P&gt;&lt;P&gt;In einem Inputfeld gebe ich die "Von Uhrzeit" als Parameter vVonZeit ein.&lt;/P&gt;&lt;P&gt;Die Formel sollte nun so aussehen:&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;sum({&amp;lt;Startzeit = {"&amp;gt;=$(#vVonZeit)"} &amp;gt;}WPA_Prod_reported_length*WPA_Prod_paperwidth)/1000&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ich hab es auch schon so versucht:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sum({&amp;lt;Startstunde = {"&amp;gt;=(hour(#vVonZeit)"} &amp;gt;}WPA_Prod_reported_length*WPA_Prod_paperwidth)/1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;bis jetzt ohne Erfolg. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hat jemand einen Tip für mich?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:25:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32527#M609691</guid>
      <dc:creator>tmg_mosburger</dc:creator>
      <dc:date>2018-02-15T14:25:38Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis mit Uhrzeit</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32528#M609692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which Hour you want to check? Hour(PArameter) won't return.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:28:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32528#M609692</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2018-02-15T14:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis mit Uhrzeit</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32529#M609693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It all comes to the format in which the timestamps are stored into the Startzeit field. Assuming that this field has values with the mask 'hh:mm:ss', for example, 15:30:02 or 08:56:45 then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt; Startzeit = {"&amp;gt;=$(=Timestamp(vVonzeit, 'hh:mm:ss'))"} &amp;gt;} WPA_Prod_reported_length * WPA_Prod_paperwidth)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, depending on how the variable stores the values you will need further formatting of the timestamp, or none at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:32:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32529#M609693</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2018-02-15T14:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis mit Uhrzeit</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32530#M609694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe?:&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;sum({&amp;lt;Startstunde = {"&amp;gt;=$(=hour(#vVonZeit))"} &amp;gt;}WPA_Prod_reported_length*WPA_Prod_paperwidth)/1000&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;You can try adding to a table expression without label, hovering the mouse over the expression label you can check how the values are expanded.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2018 14:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32530#M609694</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2018-02-15T14:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set analysis mit Uhrzeit</title>
      <link>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32531#M609695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot, it has to be something with the format of the formula.  = if(Startzeit &amp;gt;=  Timestamp(vVonZeit, 'hh:mm'), 'Higher', 'Lower')  is working fine, but not the Set analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Von: Miguel Angel Baeyens de Arce &lt;/P&gt;&lt;P&gt;Gesendet: Donnerstag, 15. Februar 2018 15:33&lt;/P&gt;&lt;P&gt;An: Gell, Thomas &amp;lt;TGell@mosburger.at&amp;gt;&lt;/P&gt;&lt;P&gt;Betreff: Re:  - Set analysis mit Uhrzeit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Feb 2018 07:45:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-analysis-mit-Uhrzeit/m-p/32531#M609695</guid>
      <dc:creator>tmg_mosburger</dc:creator>
      <dc:date>2018-02-16T07:45:08Z</dc:date>
    </item>
  </channel>
</rss>

