<?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: need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25224#M774907</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your qvw file and data source file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 May 2018 06:46:34 GMT</pubDate>
    <dc:creator>vishalarote</dc:creator>
    <dc:date>2018-05-14T06:46:34Z</dc:date>
    <item>
      <title>need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25223#M774906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;I have two date columns with timestamp called closed date('DD-MM-YY hh:mm:ss tt') and deadline date('DD-MM-YY hh:mm:ss tt')&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Now I have to create two flags&lt;BR /&gt;If ([closed date]&amp;lt;[deadline date],1,0) as flag1&lt;BR /&gt;If ([closed date]&amp;gt;[deadline date],1,0) as flag2&lt;/P&gt;&lt;P&gt;but not getting accurate results.&lt;/P&gt;&lt;P&gt;whats wrong with this.?&lt;/P&gt;&lt;P&gt;Pls help as so needful.&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/need-help/m-p/25223#M774906</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25224#M774907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please share your qvw file and data source file ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 06:46:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25224#M774907</guid>
      <dc:creator>vishalarote</dc:creator>
      <dc:date>2018-05-14T06:46:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25225#M774908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this:&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;If (&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;timestamp(timestamp#([created date],&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DD-MM-YY hh:mm:ss tt'))&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;timestamp(timestamp#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[deadline date]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DD-MM-YY hh:mm:ss tt'))&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,1,0) as flag1&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;If (&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;timestamp(timestamp#([created date],&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DD-MM-YY hh:mm:ss tt'))&lt;/SPAN&gt;&amp;gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;timestamp(timestamp#(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[deadline date]&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;'DD-MM-YY hh:mm:ss tt'))&lt;/SPAN&gt;,1,0) as flag2&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;Br,&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;KC&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 06:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25225#M774908</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-14T06:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25226#M774909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;actually am working on real data.&lt;/P&gt;&lt;P&gt;I have to create two flags based on these conditions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202264_Capture1.PNG" style="width: 620px; height: 140px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 107%; color: #000000; font-size: 11pt; margin: 0px; font-family: 'Calibri',sans-serif;"&gt;– if the ticket is closed (Closed Date) before the &lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;deadline date&lt;/SPAN&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="line-height: 107%; color: #000000; font-size: 11pt; margin: 0px; font-family: 'Calibri',sans-serif;"&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #000000; font-family: 'Calibri',sans-serif; font-size: 14.66px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;– if the ticket is closed (Closed Date) after the &lt;/SPAN&gt;&lt;SPAN style="display: inline !important; float: none; background-color: transparent; color: #3d3d3d; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; letter-spacing: normal; orphans: 2; text-align: left; text-decoration: none; text-indent: 0px; text-transform: none; -webkit-text-stroke-width: 0px; white-space: normal; word-spacing: 0px;"&gt;deadline date&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; line-height: 107%; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; margin: 0px; text-decoration: none; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; line-height: 107%; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; margin: 0px; text-decoration: none; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;am not getting accurate results because of timestamp.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; line-height: 107%; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; margin: 0px; text-decoration: none; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-indent: 0px; letter-spacing: normal; font-variant: normal; text-align: left; font-style: normal; background-color: transparent; display: inline !important; font-weight: 400; float: none; line-height: 107%; orphans: 2; color: #3d3d3d; text-transform: none; font-size: 13px; white-space: normal; margin: 0px; text-decoration: none; font-family: 'Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif; word-spacing: 0px; -webkit-text-stroke-width: 0px;"&gt;How to handle this?? &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 06:55:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25226#M774909</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2018-05-14T06:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25227#M774910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried the same but still no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture4.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/202276_Capture4.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 07:11:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25227#M774910</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2018-05-14T07:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25228#M774911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CAn you share a sample format of the date fields you are loading ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also can you share your script ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Br,&lt;/P&gt;&lt;P&gt;KC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 08:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25228#M774911</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-14T08:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25229#M774912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jyothish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have removed timestamp# in your expression. Now it&amp;nbsp; is working perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank u!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:28:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25229#M774912</guid>
      <dc:creator>antonybi</dc:creator>
      <dc:date>2018-05-14T10:28:14Z</dc:date>
    </item>
    <item>
      <title>Re: need help</title>
      <link>https://community.qlik.com/t5/QlikView/need-help/m-p/25230#M774913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cool &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 May 2018 10:30:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/need-help/m-p/25230#M774913</guid>
      <dc:creator>jyothish8807</dc:creator>
      <dc:date>2018-05-14T10:30:00Z</dc:date>
    </item>
  </channel>
</rss>

