<?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 Bypassing field while storing the value in variable in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026559#M931835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Every One,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am storing a value into a Variable, like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable = &lt;STRONG&gt;chr(39)&amp;amp; Concat(Distinct Date,',') &amp;amp;chr(39)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I select any field say CustomerID, then variable value should not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, how I can achieve same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will Only() serve the purpose?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Bypassing field while storing the value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026559#M931835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Every One,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am storing a value into a Variable, like this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variable = &lt;STRONG&gt;chr(39)&amp;amp; Concat(Distinct Date,',') &amp;amp;chr(39)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now if I select any field say CustomerID, then variable value should not change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea, how I can achieve same?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will Only() serve the purpose?&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/Bypassing-field-while-storing-the-value-in-variable/m-p/1026559#M931835</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field while storing the value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026560#M931836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&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;Variable = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;chr(39)&amp;amp; Concat(&lt;SPAN style="color: #ff0000;"&gt;{1}&lt;/SPAN&gt; Distinct Date,',') &amp;amp;chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;&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;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&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;Variable = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;chr(39)&amp;amp; Concat(&lt;SPAN style="color: #ff0000;"&gt;{&amp;lt;CustomerID&amp;gt;}&lt;/SPAN&gt; Distinct Date,',') &amp;amp;chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:26:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026560#M931836</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-08T11:26:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bypassing field while storing the value in variable</title>
      <link>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026561#M931837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Above expression will return all Date from data&lt;/STRONG&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This works..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;Variable = &lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d; background-color: #f2f2f2;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;chr(39)&amp;amp; Concat(&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;{&amp;lt;CustomerID&amp;gt;}&lt;/SPAN&gt; Distinct Date,',') &amp;amp;chr(39)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Mar 2016 11:32:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Bypassing-field-while-storing-the-value-in-variable/m-p/1026561#M931837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-08T11:32:55Z</dc:date>
    </item>
  </channel>
</rss>

