<?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 variables in sheet actions in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478500#M100481</link>
    <description>&lt;P&gt;may be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;&lt;SPAN&gt;$(vCurrentFY) &amp;amp; chr(59)&amp;amp;$(vPreviousFY)&amp;amp;chr(39)&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Aug 2024 15:38:44 GMT</pubDate>
    <dc:creator>brunobertels</dc:creator>
    <dc:date>2024-08-28T15:38:44Z</dc:date>
    <item>
      <title>Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478471#M100473</link>
      <description>&lt;P&gt;I am trying to create a sheet action that selects the last two fiscal years using variables.&amp;nbsp; When I hard code the values it works fine, when I use variables it does not.&amp;nbsp; Has anyone used variables for sheet actions?&lt;/P&gt;
&lt;P&gt;This way works:&amp;nbsp;&amp;nbsp;='2023;2024'&lt;/P&gt;
&lt;P&gt;This way works: =$(vCurrentFY)&lt;/P&gt;
&lt;P&gt;These ways do not:&amp;nbsp;'$(vCurrentFY);$(vPreviousFY)' or&amp;nbsp;$(vCurrentFY);$(vPreviousFY)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 14:27:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478471#M100473</guid>
      <dc:creator>shannonmarshall329</dc:creator>
      <dc:date>2024-08-28T14:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478481#M100475</link>
      <description>&lt;P&gt;You may try it with: &lt;STRONG&gt;(&lt;/STRONG&gt;&lt;SPAN&gt;$(vCurrentFY)&lt;STRONG&gt;|&lt;/STRONG&gt;$(vPreviousFY)&lt;STRONG&gt;)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 14:49:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478481#M100475</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-08-28T14:49:08Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478484#M100476</link>
      <description>&lt;P&gt;That did not work.&amp;nbsp; It said "Error in expression" ')' expected".&amp;nbsp; I added single quotes around the entire thing and it still did not work.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 14:53:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478484#M100476</guid>
      <dc:creator>shannonmarshall329</dc:creator>
      <dc:date>2024-08-28T14:53:14Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478492#M100479</link>
      <description>&lt;P&gt;How does the result of both variables look like in a text-box?&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 15:10:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478492#M100479</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-08-28T15:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478497#M100480</link>
      <description>&lt;P&gt;The values return as 2024 and 2023.&amp;nbsp; However, when I put the variable in single quotes like '$(vCurrentFY)', I get the code that makes up the variable.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 15:32:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478497#M100480</guid>
      <dc:creator>shannonmarshall329</dc:creator>
      <dc:date>2024-08-28T15:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478500#M100481</link>
      <description>&lt;P&gt;may be&amp;nbsp;&lt;/P&gt;
&lt;P&gt;chr(39)&amp;amp;&lt;SPAN&gt;$(vCurrentFY) &amp;amp; chr(59)&amp;amp;$(vPreviousFY)&amp;amp;chr(39)&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 15:38:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478500#M100481</guid>
      <dc:creator>brunobertels</dc:creator>
      <dc:date>2024-08-28T15:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478502#M100482</link>
      <description>&lt;P&gt;That does not work&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 15:42:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478502#M100482</guid>
      <dc:creator>shannonmarshall329</dc:creator>
      <dc:date>2024-08-28T15:42:03Z</dc:date>
    </item>
    <item>
      <title>Re: Use variables in sheet actions</title>
      <link>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478530#M100490</link>
      <description>&lt;P&gt;I was able to find the solution.&amp;nbsp; The below worked.&lt;/P&gt;
&lt;P&gt;=$(vCurrentFY) &amp;amp; ';' &amp;amp; $(vPreviousFY)&lt;/P&gt;
&lt;P&gt;Thanks everyone for the suggestions, it helped me get to the solution.&lt;/P&gt;</description>
      <pubDate>Wed, 28 Aug 2024 18:20:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Use-variables-in-sheet-actions/m-p/2478530#M100490</guid>
      <dc:creator>shannonmarshall329</dc:creator>
      <dc:date>2024-08-28T18:20:21Z</dc:date>
    </item>
  </channel>
</rss>

