<?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 Modifying field values of a QVD in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205863#M387586</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QVD for whole 2015 with 10 columns among them there is a field ORDER_TYPE with field values say A,B,C,D,E&lt;/P&gt;&lt;P&gt;now some user came up and asking me to modify all b &amp;amp; c order type as z &amp;amp; g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have source to reload it back, so is there a way that can mass modify all b&amp;amp;c as z&amp;amp;g? in the QVD itself??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2016 20:32:57 GMT</pubDate>
    <dc:creator>dseelam</dc:creator>
    <dc:date>2016-11-02T20:32:57Z</dc:date>
    <item>
      <title>Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205863#M387586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a QVD for whole 2015 with 10 columns among them there is a field ORDER_TYPE with field values say A,B,C,D,E&lt;/P&gt;&lt;P&gt;now some user came up and asking me to modify all b &amp;amp; c order type as z &amp;amp; g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have source to reload it back, so is there a way that can mass modify all b&amp;amp;c as z&amp;amp;g? in the QVD itself??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 20:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205863#M387586</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-02T20:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205864#M387587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read the qvd, chenge column order_type and store in a new qvd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;T:&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; col1,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col2,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ....,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; col9,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(wildmatch(ORDER_TYPE, 'b', 'c', '*'), 'z', 'g', ORDER_TYPE) as ORDER_TYPE&lt;/P&gt;&lt;P&gt;from&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; yourqvd.qvd (qvd);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; store T into yournewqvd.qvd (qvd);&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2016 20:39:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205864#M387587</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-02T20:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205865#M387588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank Max,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an other doubt what if&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;I have a QVD for whole 2015 with 10 columns among them there is a field ORDER_TYPE with field values say A,B,C,D,E&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;now some user came up and asking me to modify all b &amp;amp; c order type as z &amp;amp; g &lt;STRONG style="font-size: 14pt;"&gt;if order number is 1234, &amp;amp; 5678??&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 20:33:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205865#M387588</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-04T20:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205866#M387589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if(match(ORDER_NUMBER, 1234, 5678),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(wildmatch(ORDER_TYPE, 'b', 'c', '*'), 'z', 'g', ORDER_TYPE),&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ORDER_TYPE)&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;as ORDER_TYPE&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 20:40:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205866#M387589</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-04T20:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205867#M387590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Max , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got it what if I have bunch of order_numbers like 1000, where there order types have to be changed&amp;nbsp; &lt;/P&gt;&lt;P&gt;how can I handle them &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any better way ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:00:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205867#M387590</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-04T21:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205868#M387591</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;when ordernumber is 1234 or 5678&lt;/P&gt;&lt;P&gt;type b --&amp;gt; z&lt;/P&gt;&lt;P&gt;type c --&amp;gt; g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/142990_1.png" style="height: auto; width: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load &lt;/P&gt;&lt;P&gt;&amp;nbsp; ordernumber,&lt;/P&gt;&lt;P&gt;&amp;nbsp; if(match(ordernumber, 1234, 5678),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(wildmatch(ordertype, 'b', 'c', '*'), 'z', 'g', ordertype),&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ordertype)&amp;nbsp;&amp;nbsp;&amp;nbsp; as ordertype&lt;/P&gt;&lt;P&gt;inline [&lt;/P&gt;&lt;P&gt;ordernumber, ordertype&lt;/P&gt;&lt;P&gt;1234, a&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1234, b&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1234, c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;1234, d&lt;/P&gt;&lt;P&gt;5678, a&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5678, b,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;5678, c&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;5678, d&lt;/P&gt;&lt;P&gt;1, a&lt;/P&gt;&lt;P&gt;2, b&lt;/P&gt;&lt;P&gt;3, c&lt;/P&gt;&lt;P&gt;4, d&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:13:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205868#M387591</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-04T21:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205869#M387592</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this last inline peace takes cares of 1000&amp;nbsp; of order numbers but there will be duplicates right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i put that inline in my script throwing errors ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/143006_Capture.PNG" style="height: 393px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:17:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205869#M387592</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-04T21:17:55Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205870#M387593</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;what if I have bunch of order_numbers like 1000, where there order types have to be changed &lt;/P&gt;
&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;how can I handle them&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it depends&lt;/P&gt;&lt;P&gt;do you have some simple way to identify them?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;it could be ordernumber &amp;gt; ... and ordernumber &amp;lt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;or ordernumber starts with ....&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;if not you have to write in some place the order num you want to check; you can use&amp;nbsp; a table and an exists&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13.3333px;"&gt;// table of order to change (b --&amp;gt;z, c--&amp;gt;g)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Z:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load * inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ordernumlist&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1234&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5678&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;load &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp; ordernumber,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp; if(exists(ordernumlist, ordernumber),&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; pick(wildmatch(ordertype, 'b', 'c', '*'), 'z', 'g', ordertype),&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ordertype)&amp;nbsp;&amp;nbsp;&amp;nbsp; as ordertype&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;inline [&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;ordernumber, ordertype&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1234, a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1234, b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1234, c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1234, d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5678, a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5678, b,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5678, c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;5678, d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;1, a&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;2, b&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;3, c&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;4, d&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;];&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;drop table Z;&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:29:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205870#M387593</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-04T21:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Modifying field values of a QVD</title>
      <link>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205871#M387594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;attached sample copies can you please explain &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;on &lt;A _jive_internal="true" href="https://community.qlik.com/servlet/JiveServlet/download/1153330-252503/Shipments_HHF_ExFlds_FY2015NEW.qvd" style="font-size: 12px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3778c7; background-color: #fdfdfd;" title="https://community.qlik.com/servlet/JiveServlet/download/1153330-252503/Shipments_HHF_ExFlds_FY2015NEW.qvd"&gt;Shipments_HHF_ExFlds_FY2015NEW.qvd&lt;/A&gt; as source&lt;/P&gt;&lt;P&gt;Test On Order Type as.qvw&lt;/P&gt;&lt;P&gt;and sample to load as input for order types and order number &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="170"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD height="19" width="170"&gt;CA Standard Sales Order&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;as AFTER&lt;/P&gt;&lt;P&gt;US DotCom Standard Order AS BEFORE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Nov 2016 21:50:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Modifying-field-values-of-a-QVD/m-p/1205871#M387594</guid>
      <dc:creator>dseelam</dc:creator>
      <dc:date>2016-11-04T21:50:12Z</dc:date>
    </item>
  </channel>
</rss>

