<?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: Return value from ordernumber: 11100643-LOR in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326385#M1190912</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TO SUNIL:&lt;/P&gt;&lt;P&gt;It works when I write '111003336_LOR-S1', but when I replace the number with "PDONRT" (what is the ordernumber), you suggestions fails.. But thanks for responding to my question!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Jun 2011 10:51:36 GMT</pubDate>
    <dc:creator>anitamelbye</dc:creator>
    <dc:date>2011-06-28T10:51:36Z</dc:date>
    <item>
      <title>Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326378#M1190905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone tell me how to return only 11100643 from this ordernumber (11100643-LOR)?&lt;/P&gt;&lt;P&gt;What if the ordernumber is 11100643-LOR-S1, and I still just want it to return 11100643 as my ordernumber?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do I write? &lt;BR /&gt;(I don't want it to be done in the load).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for any clever suggestion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, Anita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326378#M1190905</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2011-06-28T10:05:45Z</dc:date>
    </item>
    <item>
      <title>Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326379#M1190906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; You can use the left function.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; like &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; left('11100643-LOR-S1',8)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; This will give you only first 9 char from left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326379#M1190906</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2011-06-28T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326380#M1190907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, but no, sorry, it will not work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The number "11100643" is sometimes 9 digits and sometimes 8 and sometimes even up to 15..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other suggestions? &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:16:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326380#M1190907</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2011-06-28T10:16:02Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326381#M1190908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try with the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=KeepChar(Left('111003333643-LOR-S1', Index('111003333643-LOR-S1', '-')), '0123456789')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That should cover all lengths and possibilities, provided the format is always a string of numbers followed by the dash "-" sign and you only want to keep the first part.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:24:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326381#M1190908</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-28T10:24:55Z</dc:date>
    </item>
    <item>
      <title>Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326382#M1190909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt; THANK YOU! How wonderful! THANK YOU! That worked just great. &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see now that even some of the ordernumbers even are devided by _ , &lt;/P&gt;&lt;P&gt;is it possible to write something like &lt;BR /&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333;"&gt; &lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;SPAN style="color: #333333;"&gt;=KeepChar(Left('111003333643-LOR-S1', Index('111003333643-LOR-S1', '-,_')), '0123456789')&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333;"&gt;Regards, Anita&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:30:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326382#M1190909</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2011-06-28T10:30:14Z</dc:date>
    </item>
    <item>
      <title>Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326383#M1190910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Num(subfield('111003333643-LOR-S1','-',1) ) this will give your desired result.&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;P&gt;thanks &lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:35:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326383#M1190910</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-06-28T10:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326384#M1190911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anita,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will do the trick (there are some other ways to do that using conditionals or changing the order of the functions, but this one should work)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;=KeepChar(Left('111003333643_LOR-S1', Index(Replace('111003333643_LOR-S1', '_', '-'), '-')), '0123456789')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The first string may have "_" or "-" sign, but the index() function will always get the right position of the character. If there are multiple characters as separators, you can nest them &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;Replace(Replace(Replace('111003333643_LOR-S1', '_', '-'), '/', '-'), '+', '-')&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So any of the characters in the first parameter are replaced by the second string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.qlik.com/people/mabaeyens" style="font-size: 12px; outline-style: none; padding-top: 1px; padding-bottom: 1px; padding-left: 17px; color: #007fc0; zoom: 1; background-position: no-repeat no-repeat;"&gt;Miguel Angel Baeyens&lt;/A&gt;&lt;/P&gt;&lt;P&gt;BI Consultant&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small active_link" href="http://www.grupocomex.com/" style="font-size: 12px; outline-style: none; color: #007fc0;"&gt;Comex Grupo Ibérica&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: For what it's worth, &lt;A _jive_internal="true" href="https://community.qlik.com/people/itsunil.chauhan"&gt;Sunil&lt;/A&gt;'s &lt;A _jive_internal="true" href="https://community.qlik.com/message/128094#128094"&gt;solution&lt;/A&gt; will work as well and is cleaner than mine, for example using the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;&lt;P&gt;SubField(Replace(Replace(Replace('111003333643_LOR-S1', '_', '-'), '/', '-'), '+', '-'), '-', 1)&lt;/P&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:37:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326384#M1190911</guid>
      <dc:creator>Miguel_Angel_Baeyens</dc:creator>
      <dc:date>2011-06-28T10:37:38Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326385#M1190912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TO SUNIL:&lt;/P&gt;&lt;P&gt;It works when I write '111003336_LOR-S1', but when I replace the number with "PDONRT" (what is the ordernumber), you suggestions fails.. But thanks for responding to my question!! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:51:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326385#M1190912</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2011-06-28T10:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326386#M1190913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Miguel:&lt;/P&gt;&lt;P&gt;THANKS once again! It works. I am trying Sunils suggestion, but I cant get it to work. And I tried what you said. But as long as your suggestions works, I am satisfied! &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 10:55:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326386#M1190913</guid>
      <dc:creator>anitamelbye</dc:creator>
      <dc:date>2011-06-28T10:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326387#M1190914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;Please see the attached file .its working on by replacing '-' with '_'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Sunil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 12:39:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326387#M1190914</guid>
      <dc:creator>SunilChauhan</dc:creator>
      <dc:date>2011-06-28T12:39:33Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326388#M1190915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this type of data '&lt;STRONG&gt;111003333643'LOR-S1&lt;/STRONG&gt;' which contains &lt;STRONG&gt;( ' ) &lt;/STRONG&gt;this symbol in data. So how can i remove it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:27:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326388#M1190915</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-06-28T15:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326389#M1190916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You may use Replace function, e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;Replace(ordernumber,chr(39),'-')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'courier new', courier;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;where order number is the string from which you want to replace ' to -.&lt;/P&gt;&lt;P&gt;The charecter ' is represented by chr(39).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:33:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326389#M1190916</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-06-28T15:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326390#M1190917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want only numbers from this '&lt;STRONG style="font-size: 12px;"&gt;111003333643'LOR-S1&lt;/STRONG&gt;' means data should be cleanas &lt;STRONG style="font-size: 12px;"&gt;111003333643 &lt;/STRONG&gt;only this number after clean.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 15:43:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326390#M1190917</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-06-28T15:43:31Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326391#M1190918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Krisnamorthy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks the code you replyed Replace working in my code. Please tell me how can i found character Chr(Value) for perticular symvols like few ex:- " , . ? ! like ways. Please provide help for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:03:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326391#M1190918</guid>
      <dc:creator>its_anandrjs</dc:creator>
      <dc:date>2011-06-28T16:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: Return value from ordernumber: 11100643-LOR</title>
      <link>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326392#M1190919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anand,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may get the codes at&amp;nbsp; &lt;A href="http://www.asciitable.com/"&gt;http://www.asciitable.com/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishnamoorthy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jun 2011 16:15:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Return-value-from-ordernumber-11100643-LOR/m-p/326392#M1190919</guid>
      <dc:creator>nagaiank</dc:creator>
      <dc:date>2011-06-28T16:15:29Z</dc:date>
    </item>
  </channel>
</rss>

