<?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: how use set expression with a String field in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18193#M1243</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I am just outting this formula in a column of table&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As a dimension or Measure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;v_last_year is a variable created in the load script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How do you define it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 12:28:35 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-04-11T12:28:35Z</dc:date>
    <item>
      <title>how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18188#M1238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can I write this expression ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=maxstring({&amp;lt;CampaignID = {$(v_Last_Year)}&amp;gt;}MissingCompanyName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MissingCompanyName is a string, maybe the aggregation is wrong.. Coould I use something else in stead of maxstring?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Thabks for any help&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:09:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18188#M1238</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18189#M1239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use MaxString, MinString or Only functions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18189#M1239</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T12:14:11Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18190#M1240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am tring qwith this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= Aggr(Only({1&amp;lt;CampaignID = {$(v_Last_Year)}&amp;gt;} MissingCOmpanyName), MissingCOmpanyName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but why it change with my selections, even if I pu 1 in the formula? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:23:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18190#M1240</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:23:57Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18191#M1241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;v_Last_Year? and you are using this as a dimension?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:25:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18191#M1241</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T12:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18192#M1242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;v_last_year is a variable created in the load script. &lt;/P&gt;&lt;P&gt;I am just outting this formula in a column of table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:27:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18192#M1242</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18193#M1243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;I am just outting this formula in a column of table&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;As a dimension or Measure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;v_last_year is a variable created in the load script.&lt;/SPAN&gt;&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;How do you define it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18193#M1243</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T12:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18194#M1244</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;LET v_Last_Year = Peek('LastCampID', 1, 'LastCam_ID');&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;v_Last_Year&amp;nbsp; it is a number 1000102 (it workd fine)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the formula as dimension&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:33:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18194#M1244</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:33:02Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18195#M1245</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Okay, it make sense, now if you have expressions, may be you need to ignore selection in them also... may be using the same set analysis that you used here&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:45:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18195#M1245</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T12:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18196#M1246</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;using &lt;/P&gt;&lt;P&gt;= Aggr(Only({1&amp;lt;CampaignID = {$(v_This_Year)}&amp;gt;} CampaignID), CampaignID)&lt;/P&gt;&lt;P&gt;looks that the set expression doesn't work. I mean I have two CampaignID, and once I change select in this filter, the column change values.. &lt;/P&gt;&lt;P&gt;Looks that &lt;SPAN style="font-size: 13.3333px;"&gt;{1&amp;lt;CampaignID = {$(v_This_Year)}&amp;gt;}&amp;nbsp; doesn't do his job.. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;How can be ? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:50:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18196#M1246</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:50:32Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18197#M1247</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What all dimensions and measure do you have in your chart? Can you share all of them here?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:53:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18197#M1247</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T12:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: how use set expression with a String field</title>
      <link>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18198#M1248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;now it work just with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= maxstring({&amp;lt;CampaignID={$(v_Last_Year)}&amp;gt;} MissingCOmpanyName)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know why didn't works before.. Thanjs for your time &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:56:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/how-use-set-expression-with-a-String-field/m-p/18198#M1248</guid>
      <dc:creator>pascos88</dc:creator>
      <dc:date>2018-04-11T12:56:28Z</dc:date>
    </item>
  </channel>
</rss>

