<?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: Passing variable through function in set analysis in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342734#M413476</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see here I need it to be read from the PRA table in uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tiyasa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 May 2017 08:27:01 GMT</pubDate>
    <dc:creator>tiyasa125</dc:creator>
    <dc:date>2017-05-02T08:27:01Z</dc:date>
    <item>
      <title>Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342729#M413471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;Hi All,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I need a help here.&lt;/STRONG&gt; I have a qlikview apps where I am doing lookup fact values from a excel file table with reference of another source table.&lt;/P&gt;&lt;P&gt;The excel file data is in uppercase and the source table data is not in a proper format. I cannot change the source table data format to uppercase due to some reason. So I am trying to read the excel file data in uppercase only. I have a variable name &lt;SPAN style="font-size: 13.3333px;"&gt;vPRDManualData&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;Now I am trying to pass this variable through upper function in the set analysis. This is not working. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here you have the set. &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(only({&amp;lt;[STATUS DATE]= {'$(=Max([STATUS DATE]))'}, NAME={'$(=upper($(vPRDManualData))'}&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Product Requirement Average]),'# ##0,0%')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The value for this variable is coming from a if formula&lt;/STRONG&gt;. I have checked it is working fine in text box. But not sure the reason for not working inside the set. Please help me for this. &lt;STRONG&gt;Many Thanks. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Apr 2017 20:17:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342729#M413471</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-04-29T20:17:07Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342730#M413472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiyasa,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you provide a sample data set?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 09:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342730#M413472</guid>
      <dc:creator>daveamz</dc:creator>
      <dc:date>2017-05-01T09:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342731#M413473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't need the upper, it is case insensitive, to fix anyway:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You're missing a ) and some quotes for the upper function e.g. upper('string')&lt;/P&gt;&lt;P&gt;=Only({&amp;lt;&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;NAME&lt;/STRONG&gt;={'$(=upper('$(&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;vPRDManualData&lt;/STRONG&gt;)'))'}&amp;gt;} &lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;[Product Requirement Average]&lt;/STRONG&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 May 2017 11:49:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342731#M413473</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-05-01T11:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342732#M413474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Piet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply but it seems to be not working still.&lt;/P&gt;&lt;P&gt;It saying set analysis error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please let me know if there is any standard syntax for this scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Tiyasa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 07:13:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342732#M413474</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-05-02T07:13:37Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342733#M413475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Would you share sample to look, where this is not working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 07:23:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342733#M413475</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-02T07:23:13Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342734#M413476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you go.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see here I need it to be read from the PRA table in uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tiyasa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 08:27:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342734#M413476</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-05-02T08:27:01Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342735#M413477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here you have the sample file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont need any change in script. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I need to read the data in uppercase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tiyasa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 08:28:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342735#M413477</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-05-02T08:28:31Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342736#M413478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The syntax checker may suggest there is an error, but as you can see in attached example it is working. You can also see that you don't need the upper.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 09:19:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342736#M413478</guid>
      <dc:creator>stigchel</dc:creator>
      <dc:date>2017-05-02T09:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342737#M413479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value is dynamic and coming through a variable after some string operation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Tiyasa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 09:28:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342737#M413479</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-05-02T09:28:11Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342738#M413480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=num(only({&amp;lt;[STATUS DATE]= {'$(=Max([STATUS DATE]))'}, NAME={'$(=GetFieldSelections(HFB))'}&amp;gt;} &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;[Product Requirement Fulfilment Documentation]),'# ##0,0%')&lt;/STRONG&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/161849_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 May 2017 09:36:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342738#M413480</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-05-02T09:36:14Z</dc:date>
    </item>
    <item>
      <title>Re: Passing variable through function in set analysis</title>
      <link>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342739#M413481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. It was not for the upper the issue was with relationship. Thanks All &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, 02 May 2017 13:19:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Passing-variable-through-function-in-set-analysis/m-p/1342739#M413481</guid>
      <dc:creator>tiyasa125</dc:creator>
      <dc:date>2017-05-02T13:19:46Z</dc:date>
    </item>
  </channel>
</rss>

