<?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: HardCode Value in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323379#M515006</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please let me know if this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dim='C',sum({$&amp;lt;Dim=&amp;gt;} Val1),sum(Val1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Jul 2017 07:50:41 GMT</pubDate>
    <dc:creator>bhargav_bhat</dc:creator>
    <dc:date>2017-07-18T07:50:41Z</dc:date>
    <item>
      <title>HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323372#M514999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have table like below. And requirement is if Dim=C then I need sum(Val1) and I have writtern expression like below but problem is if I select any Dim value then it is disappearing but as per my requirement it shouldn't be disappear. so If I select A then C value is 100 and for B 200 and for C 300.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;&lt;STRONG&gt;LOAD&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Dim, Val, Val1&lt;BR /&gt; A, 10, 100&lt;BR /&gt; B, 20, 200&lt;BR /&gt; C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;/SPAN&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;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; = 'C',&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(=sum(Val1))&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)&lt;BR /&gt; ) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;-Priya&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:03:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323372#M514999</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T07:03:21Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323373#M515000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;tmp:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; * &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;INLINE&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[&lt;BR /&gt; Dim, Val, Val1&lt;BR /&gt; A, 10, 100&lt;BR /&gt; B, 20, 200&lt;BR /&gt; C&lt;BR /&gt; ]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Concatenate&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style=": ; color: #0000ff; font-size: 8pt;"&gt;Load&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;BR /&gt; 'C' &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;as&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; tmp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;tim&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:16:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323373#M515000</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-07-18T07:16:10Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323374#M515001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It will work but my actual datamodel is huge so I cannot touch it so I need it as expreesion.&lt;/P&gt;&lt;P&gt;thanks for the reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:30:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323374#M515001</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T07:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323375#M515002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have you tried this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dim = 'C', $(=sum(Val1)),sum(Val1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:35:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323375#M515002</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-07-18T07:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323376#M515003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;match&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;, 'A', 'B'), &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;or &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;TOTAL&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt; &amp;lt;&amp;gt; 'C', &lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;))) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:39:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323376#M515003</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-07-18T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323377#M515004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried but no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:44:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323377#M515004</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T07:44:05Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323378#M515005</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tried but no luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:44:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323378#M515005</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T07:44:13Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323379#M515006</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please let me know if this works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Dim='C',sum({$&amp;lt;Dim=&amp;gt;} Val1),sum(Val1))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:50:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323379#M515006</guid>
      <dc:creator>bhargav_bhat</dc:creator>
      <dc:date>2017-07-18T07:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323380#M515007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;didn't realize that you want to select 'C'.&lt;/P&gt;&lt;P&gt;Then you use Set Analysis the remove the selection&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;='C', &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Dim&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;=&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;), &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;sum&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;(&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Val1&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;)) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 07:58:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323380#M515007</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-07-18T07:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323381#M515008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is already tried and it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:21:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323381#M515008</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T08:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323382#M515009</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is already tried and it is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:21:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323382#M515009</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T08:21:28Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323383#M515010</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;that should work. can you share a sample qvw?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:23:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323383#M515010</guid>
      <dc:creator>zhadrakas</dc:creator>
      <dc:date>2017-07-18T08:23:11Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323384#M515011</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PLease find application with same set of data.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:27:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323384#M515011</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-07-18T08:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323385#M515012</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;IMG alt="C dis.PNG" class="jive-image image-1" src="/legacyfs/online/170490_C dis.PNG" style="width: 620px; height: 134px;" /&gt;Hi Thanks for the effort, if I select A then C is disappearing, it should not happen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:50:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323385#M515012</guid>
      <dc:creator>priyarane</dc:creator>
      <dc:date>2017-07-18T08:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323386#M515013</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find attached solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 08:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323386#M515013</guid>
      <dc:creator>passionate</dc:creator>
      <dc:date>2017-07-18T08:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: HardCode Value</title>
      <link>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323387#M515014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please find new app for solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Jul 2017 09:19:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/HardCode-Value/m-p/1323387#M515014</guid>
      <dc:creator>balar025</dc:creator>
      <dc:date>2017-07-18T09:19:45Z</dc:date>
    </item>
  </channel>
</rss>

