<?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: Changing Field value in QVW in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231855#M856378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using a field for your list box, use expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152332_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Feb 2017 22:22:31 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2017-02-07T22:22:31Z</dc:date>
    <item>
      <title>Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231850#M856370</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 a field called "Report Name" in a qvw and this field has few values.&lt;/P&gt;&lt;P&gt;Out of the few values, one value is Test-GC/HD&lt;/P&gt;&lt;P&gt;I wanted to change the value to Test-GC-HD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I go about doing this change and I want the field name to stay as is "Report Name"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Appreciate your help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&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/Changing-Field-value-in-QVW/m-p/1231850#M856370</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231851#M856372</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;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD If([Report Name] = 'Test-GC/HD', 'Test-GC-HD', &lt;SPAN style="font-size: 13.3333px;"&gt;[Report Name&lt;/SPAN&gt;]) as &lt;SPAN style="font-size: 13.3333px;"&gt;[Report Name&lt;/SPAN&gt;]&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 21:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231851#M856372</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T21:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231852#M856373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. I want to do in the document.&lt;/P&gt;&lt;P&gt;Is it possible to edit the existing field that is returned from the script in the document and apply any relevant function?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:04:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231852#M856373</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-02-07T22:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231853#M856375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean you want to do this on the front end? You sure can.... anywhere you were going to use [Report Name], use the above statement instead &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:07:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231853#M856375</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T22:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231854#M856377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where exactly I need to apply the statement in the UI?&lt;/P&gt;&lt;P&gt;I brought the field to a list box to see if there is a place in the properties that I can change it but I don't find any.&lt;/P&gt;&lt;P&gt;Can you please advice?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:19:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231854#M856377</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-02-07T22:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231855#M856378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using a field for your list box, use expression&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152332_Capture.PNG" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:22:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231855#M856378</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-07T22:22:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231856#M856380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy Sunny's expression in your Listbox -&amp;gt; Field dropdown -&amp;gt; scroll to the bottom you can see Expression &lt;/P&gt;&lt;P&gt;then type &lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;= If([Report Name] = 'Test-GC/HD', 'Test-GC-HD', &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;[Report Name&lt;/SPAN&gt;])&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152361_Capture.PNG" style="height: 525px; width: 620px;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Feb 2017 22:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231856#M856380</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-07T22:25:09Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231857#M856381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your field name? Report Name or what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 01:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231857#M856381</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2017-02-08T01:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231858#M856382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Everyone.&lt;/P&gt;&lt;P&gt;In the particular list box the value changes but my original "Report Name" still holds the original values.&lt;/P&gt;&lt;P&gt;I am calling this "Report Name" in many places and even in&amp;nbsp; Nprinting and I want the values in "Report Name" field to contain the modified values.&lt;/P&gt;&lt;P&gt;Is it not possible in the UI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 13:50:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231858#M856382</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-02-08T13:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231859#M856383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi John,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that case, Create a Variable with the same name as your field name. Like the one below. Go to,&lt;/P&gt;&lt;P&gt;Settings--&amp;gt;Variable Overview --&amp;gt;Add.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="1.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/152464_1.JPG" style="width: 620px; height: 491px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then Use that variable where ever you want. In the list box, give it as an expression.&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2.JPG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/152465_2.JPG" style="width: 620px; height: 610px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good Luck......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:18:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231859#M856383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-08T14:18:50Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231860#M856384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you try mine or Sunny's reply above using an expression in Listbox? What is that you are expecting to see in UI ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:19:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231860#M856384</guid>
      <dc:creator>vishsaggi</dc:creator>
      <dc:date>2017-02-08T14:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231861#M856385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In that case use the expression shared by Sunny, where ever you use the Report Name field.&lt;/P&gt;&lt;P&gt;If there are multiple instances, then move the code to Load statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Feb 2017 14:26:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231861#M856385</guid>
      <dc:creator>krishnacbe</dc:creator>
      <dc:date>2017-02-08T14:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231862#M856386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to do in the front End, in the above screen shot shared, Use&amp;nbsp; the variable. use the expression &lt;STRONG&gt;= If([Report Name] = 'Test-GC/HD', 'Test-GC-HD', &lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit;"&gt;[Report Name&lt;/SPAN&gt;])&lt;/STRONG&gt; and give the variable name as &lt;STRONG&gt;&lt;SPAN style="font-family: inherit; font-size: 13.33px; font-style: inherit;"&gt;[Report Name&lt;/SPAN&gt;], &lt;/STRONG&gt;and use the variable as a dimension where ever you want. Please refer my previous post for detailed explanation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Feb 2017 06:12:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231862#M856386</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-02-09T06:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Changing Field value in QVW</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231863#M856387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Everyone.&lt;/P&gt;&lt;P&gt;Crating an variable worked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Feb 2017 22:24:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Field-value-in-QVW/m-p/1231863#M856387</guid>
      <dc:creator>johnjustus</dc:creator>
      <dc:date>2017-02-10T22:24:46Z</dc:date>
    </item>
  </channel>
</rss>

