<?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 limit for mobile number in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408492#M816777</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a little more with an example data and you expected value should be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Sep 2017 16:28:57 GMT</pubDate>
    <dc:creator>vishsaggi</dc:creator>
    <dc:date>2017-09-13T16:28:57Z</dc:date>
    <item>
      <title>Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408487#M816772</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 have mobile number field in my table from which I want to store only valid mobile number in. Csv file. Mobile number should be 10 number only. If greater or less than 10 then it will not store in.&amp;nbsp; Csv&lt;/P&gt;&lt;P&gt;What logic should I apply??? &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/Set-limit-for-mobile-number/m-p/1408487#M816772</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408488#M816773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What are the values that comes in your mobilenumber field. May be try like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF(Len(Trim(MobileNumber)) = 10, MobileNumber, 0) AS ValidMobileNum&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 14:54:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408488#M816773</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-13T14:54:15Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408489#M816774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fact:&lt;/P&gt;&lt;P&gt;Load * From Table;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Len(Mnum) = 10 THEN&lt;/P&gt;&lt;P&gt;STORE Fact into ....;&lt;/P&gt;&lt;P&gt;EndIf&lt;/P&gt;&lt;P&gt;MsgBox ("Not storing");&lt;/P&gt;&lt;P&gt;Next;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 14:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408489#M816774</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-09-13T14:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408490#M816775</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(LEN(TRIM(MyMobile)) = 10 AND ISNUM(LEN(TRIM(MyMobile)), LEN(TRIM(MyMobile))) AS ValidMobile&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 14:56:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408490#M816775</guid>
      <dc:creator>prieper</dc:creator>
      <dc:date>2017-09-13T14:56:08Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408491#M816776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My application also contain policy no. field.users requirement is that on daily refreshing data same policy no. and mobile no. does not repeat or exist&amp;nbsp; for next seven(7) days.&lt;/P&gt;&lt;P&gt;so what should logic I apply for this scenario ???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 16:19:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408491#M816776</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2017-09-13T16:19:01Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408492#M816777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain a little more with an example data and you expected value should be?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 16:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408492#M816777</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-09-13T16:28:57Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408493#M816778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my application there is many fields out of which i wnat only two fields i.e. policy no. and mobile no.,want to store only these two fields into csv.&lt;/P&gt;&lt;P&gt;1&amp;gt; In which mobile no should be only 10 digit if more or less than 10 then it should not store into csv&lt;/P&gt;&lt;P&gt;2&amp;gt; Also same policy no. and Mobile no. should not repeat for next seven(7) days.&lt;/P&gt;&lt;P&gt;after doing these two conditions it should be daily refreshed and get&amp;nbsp; store into sql.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you tell me step by step process for it ??? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 16:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408493#M816778</guid>
      <dc:creator>dhavalvyas</dc:creator>
      <dc:date>2017-09-13T16:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Set limit for mobile number</title>
      <link>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408494#M816780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try some this and let me know if there is any date field also also can you share some data to have a look i have some idea then share with you. Then let me know if it is worked for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am taking resident load of your main table and extract only &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;policy no, mobile no but it is not for seven days. Initially it is full loading and after that you have to check it by incremental load.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FirstTab:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Policy_No&amp;amp;'-'&amp;amp;&lt;SPAN style="font-size: 13.3333px;"&gt;MobileNO as Key&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Policy_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;MobileNO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From FactTable &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Where Len(MobileNO) = Right(MobileNO,10);&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Store &lt;/STRONG&gt;&lt;STRONG&gt;FirstTab into &lt;STRONG&gt;FirstTab.qvd(qvd);&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Final:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Load&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Policy_No&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MobileNO,&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;Policy_No,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;MobileNO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;From &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;STRONG&gt;FirstTab.qvd&lt;/STRONG&gt; Where Not Exists(&lt;SPAN style="font-size: 13.3333px;"&gt;Key,&lt;SPAN style="font-size: 13.3333px;"&gt;Policy_No&amp;amp;'-'&amp;amp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MobileNO&lt;/SPAN&gt;&lt;/SPAN&gt;);&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Store Final into Final.qvd;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Sep 2017 17:28:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Set-limit-for-mobile-number/m-p/1408494#M816780</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2017-09-13T17:28:57Z</dc:date>
    </item>
  </channel>
</rss>

