<?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: Use Variable Field Entry in Tab Formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869872#M1216511</link>
    <description>&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 13 Dec 2021 15:53:38 GMT</pubDate>
    <dc:creator>AshutoshBhumkar</dc:creator>
    <dc:date>2021-12-13T15:53:38Z</dc:date>
    <item>
      <title>Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869329#M1216491</link>
      <description>&lt;P&gt;Hello everybody,&lt;BR /&gt;I am using QlikView for a few years but now struggeling with a small modification.&lt;/P&gt;
&lt;P&gt;I have created a table for price analysis of sales items. So far it worked quite well as I had used fixed formulas for each row. Now I want to make the analysis more flexible by having the possibility to enter the relevant year with a variable field (see field indicated with an arrow). The year I have entered should be recoginzed in the formula. But it is not working.&lt;/P&gt;
&lt;P&gt;What is wrong? How does the formula exaclty need to be written?&lt;/P&gt;
&lt;P&gt;Thanks in advance&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Picture" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/68401iC93B63B449CB3317/image-size/large?v=v2&amp;amp;px=999" role="button" title="QC.JPG" alt="Picture" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Picture&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 10:51:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869329#M1216491</guid>
      <dc:creator>Rainer1</dc:creator>
      <dc:date>2021-12-11T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869343#M1216495</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;If you want the selected value to be appeared in the set you can use below set in your expression&lt;/P&gt;
&lt;P&gt;e.g Sum({&amp;lt;Year={"$(=&lt;STRONG&gt;GetFieldSelections(Year)&lt;/STRONG&gt;)"}&amp;gt;} Sales)&lt;/P&gt;
&lt;P&gt;If you are trying to get the entered Year from variable input you can use the variable instead.&lt;/P&gt;
&lt;P&gt;e.g Sum({&amp;lt;Year= {"$(&lt;STRONG&gt;vVariable&lt;/STRONG&gt;)"}&amp;gt;}Sales)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Ashutosh&lt;/P&gt;</description>
      <pubDate>Sat, 11 Dec 2021 13:09:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869343#M1216495</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-12-11T13:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869812#M1216508</link>
      <description>&lt;P&gt;Thanks Ashutosh,&lt;BR /&gt;this was exactly what I am looking for. Now my tab calculation works perfectly.&lt;BR /&gt;BR&lt;BR /&gt;Rainer&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 14:23:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869812#M1216508</guid>
      <dc:creator>Rainer1</dc:creator>
      <dc:date>2021-12-13T14:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869872#M1216511</link>
      <description>&lt;P&gt;Great &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Dec 2021 15:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1869872#M1216511</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-12-13T15:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1871431#M1216542</link>
      <description>&lt;P&gt;How can I add a second variable which has to be matched into the formula Sum({&amp;lt;Year= {"$(&lt;STRONG&gt;vVariable&lt;/STRONG&gt;)"}&amp;gt;}Sales)?&lt;BR /&gt;I tried Sum({&amp;lt;Year= {"$(&lt;STRONG&gt;vVariable&lt;/STRONG&gt;)"}&amp;gt;};{&amp;lt;Month= {"$(&lt;STRONG&gt;vVariable&lt;/STRONG&gt;2)"}&amp;gt;}Sales) and other variations but without success.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Dec 2021 13:20:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1871431#M1216542</guid>
      <dc:creator>Rainer1</dc:creator>
      <dc:date>2021-12-15T13:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: Use Variable Field Entry in Tab Formula</title>
      <link>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1871813#M1216557</link>
      <description>&lt;P&gt;try&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum({&amp;lt;Year= {"$(&lt;/SPAN&gt;&lt;STRONG&gt;vVariable&lt;/STRONG&gt;&lt;SPAN&gt;)"}&amp;nbsp;&lt;STRONG&gt;,&amp;nbsp;&lt;/STRONG&gt;Month= {"$(&lt;/SPAN&gt;&lt;STRONG&gt;vVariable&lt;/STRONG&gt;&lt;SPAN&gt;2)"}&amp;gt;}Sales)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;There is an issue with set expression syntax.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Dec 2021 07:50:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Use-Variable-Field-Entry-in-Tab-Formula/m-p/1871813#M1216557</guid>
      <dc:creator>AshutoshBhumkar</dc:creator>
      <dc:date>2021-12-16T07:50:16Z</dc:date>
    </item>
  </channel>
</rss>

