<?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: How to separate the column having multiple data types in qlikview in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262193#M623607</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , the requirement i have is the Table should display the telephone numbers that starts with +44 if the user select message type as 'shortmessageendpoint ' for various 'org_name' .&lt;/P&gt;&lt;P&gt;You can see the 'Messageend point' list box has telephone numbers and some text&lt;/P&gt;&lt;P&gt;hope it makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 15:24:29 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2017-01-17T15:24:29Z</dc:date>
    <item>
      <title>How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262185#M623599</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 am getting a column from the database which has got some text(description) and some telephone numbers like one starts with +44.... and some numbers starts with 07......&lt;/P&gt;&lt;P&gt;How can I get only +44 numbers into the chart which is my requirement.&lt;/P&gt;&lt;P&gt;Any help is much appreiciated.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Vamsi,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 14:53:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262185#M623599</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T14:53:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262186#M623600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be using a set analysis like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt;[Telephone Number] = {'+44*'}&amp;gt;}Measure)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 14:59:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262186#M623600</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T14:59:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262187#M623601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sunny,&lt;/P&gt;&lt;P&gt;What is this measure?&lt;/P&gt;&lt;P&gt;I dont understand as i am new to set analysis.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:07:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262187#M623601</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262188#M623602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Measure is a placeholder for your actual field which you are aggregating. Since you have not shared where and how you are trying to do this, I just gave you a very generic expression.... So if you expression is Sum(Sales), add the set analysis part to make it this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;Sum(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;[Telephone Number] = {'+44*'}&amp;gt;}&lt;/SPAN&gt; Sales)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:12:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262188#M623602</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T15:12:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262189#M623603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Sum({&amp;lt; dimension = {"+44*"}&amp;gt;} Fact_measure&lt;/STRONG&gt;&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:14:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262189#M623603</guid>
      <dc:creator>girirajsinh</dc:creator>
      <dc:date>2017-01-17T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262190#M623604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just a minute, i will try to share that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:17:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262190#M623604</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262191#M623605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="endpoint.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149748_endpoint.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:21:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262191#M623605</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262192#M623606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where is your chart my friend? What is the expression your planned to use for your chart?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:23:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262192#M623606</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T15:23:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262193#M623607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes , the requirement i have is the Table should display the telephone numbers that starts with +44 if the user select message type as 'shortmessageendpoint ' for various 'org_name' .&lt;/P&gt;&lt;P&gt;You can see the 'Messageend point' list box has telephone numbers and some text&lt;/P&gt;&lt;P&gt;hope it makes sense.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:24:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262193#M623607</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262194#M623608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;apologise. its a&amp;nbsp; straight table. Here you go..I need to display only those +44 numbers in the message endpoint s column in the straight table.&lt;IMG alt="endpoint.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149749_endpoint.png" style="height: 496px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:29:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262194#M623608</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:29:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262195#M623609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be like this&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Concat({&amp;lt;[Message Endpoint] = {'+44*'}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;[Message Endpoint]&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or add &lt;STRONG style="font-size: 13.3333px;"&gt;[Message Endpoint]&lt;/STRONG&gt;&lt;STRONG&gt; &lt;/STRONG&gt;as dimension and then this as your expression&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Avg({&amp;lt;[Message Endpoint] = {'+44*'}&amp;gt;} &lt;SPAN style="font-size: 13.3333px;"&gt;1&lt;/SPAN&gt;)&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:32:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262195#M623609</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-01-17T15:32:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262196#M623610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put this in Load Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;if(left(trim(Message_Endpoint),3)='+44',Message_Endpoint,null()) as Message_Endpoint&lt;/P&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then you only get all +44 Phone numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262196#M623610</guid>
      <dc:creator>luke1986</dc:creator>
      <dc:date>2017-01-17T15:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262197#M623611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you .It did give me only those +44 numbers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:55:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262197#M623611</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to separate the column having multiple data types in qlikview</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262198#M623612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks sunny.&lt;/P&gt;&lt;P&gt;It is pulling the 44 numbers but some weird behavior is throwing on the table.&lt;/P&gt;&lt;P&gt;cant understand what am i doing wrong.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 15:56:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-separate-the-column-having-multiple-data-types-in/m-p/1262198#M623612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T15:56:26Z</dc:date>
    </item>
  </channel>
</rss>

