<?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: in in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/in/m-p/1627312#M63383</link>
    <description>&lt;P&gt;I solved it now. This worked:&lt;/P&gt;&lt;P&gt;if((inday(DateField,(today()-1),0)),1,0) as Yesterday&lt;/P&gt;&lt;P&gt;Thanks for your help anyway, guys!&lt;/P&gt;</description>
    <pubDate>Tue, 24 Sep 2019 08:44:49 GMT</pubDate>
    <dc:creator>materi</dc:creator>
    <dc:date>2019-09-24T08:44:49Z</dc:date>
    <item>
      <title>in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627221#M63377</link>
      <description>&lt;P&gt;How do you manage the SQL "in" function in Clik Sense scripts?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Apr 2021 08:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627221#M63377</guid>
      <dc:creator>materi</dc:creator>
      <dc:date>2021-04-02T08:07:03Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627223#M63378</link>
      <description>&lt;P&gt;You could use &lt;STRONG&gt;exists&lt;/STRONG&gt; or &lt;STRONG&gt;match&lt;/STRONG&gt; Function to get the behaviour like "IN" of SQL in Qlik&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 06:25:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627223#M63378</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-09-24T06:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627239#M63379</link>
      <description>&lt;P&gt;Thanks Anushree1!&lt;/P&gt;&lt;P&gt;I'm trying to use wildmatch because I only want to search for the date in a field with timestamp data, so I wrote the following expression:&lt;/P&gt;&lt;P&gt;if(wildmatch(TimeStamp(TimeStampField),(today()-1)),1,0) as Yesterday&lt;/P&gt;&lt;P&gt;which didn't give any hits. Any hints on what would work here?&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:00:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627239#M63379</guid>
      <dc:creator>materi</dc:creator>
      <dc:date>2019-09-24T07:00:16Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627250#M63380</link>
      <description>&lt;P&gt;Could you share a sample&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:21:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627250#M63380</guid>
      <dc:creator>anushree1</dc:creator>
      <dc:date>2019-09-24T07:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627254#M63381</link>
      <description>&lt;P&gt;It seems that your expression is an overkill. Could you explain exactly what you are looking for? Expression probably would be a simpler one.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 07:33:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627254#M63381</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2019-09-24T07:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627291#M63382</link>
      <description>&lt;P&gt;If you want to check for a numeric value you should also apply a numeric comparing and not on a string-level. Therefore try the following:&lt;/P&gt;&lt;P&gt;-(floor(TimeStampField) = today()-1) as Yesterday&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 08:20:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627291#M63382</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2019-09-24T08:20:04Z</dc:date>
    </item>
    <item>
      <title>Re: in</title>
      <link>https://community.qlik.com/t5/App-Development/in/m-p/1627312#M63383</link>
      <description>&lt;P&gt;I solved it now. This worked:&lt;/P&gt;&lt;P&gt;if((inday(DateField,(today()-1),0)),1,0) as Yesterday&lt;/P&gt;&lt;P&gt;Thanks for your help anyway, guys!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Sep 2019 08:44:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/in/m-p/1627312#M63383</guid>
      <dc:creator>materi</dc:creator>
      <dc:date>2019-09-24T08:44:49Z</dc:date>
    </item>
  </channel>
</rss>

