<?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: String variables created in load editor not working in frontend in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493706#M102349</link>
    <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/312638"&gt;@_ingo_&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try using Set instead of Let.&lt;/P&gt;
&lt;P&gt;Let will evaluate the String while Set will just assign it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 20 Nov 2024 16:14:51 GMT</pubDate>
    <dc:creator>lennart_mo</dc:creator>
    <dc:date>2024-11-20T16:14:51Z</dc:date>
    <item>
      <title>String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493705#M102348</link>
      <description>&lt;P&gt;Did Qlik Cloud change anything this last month regarding variables created in load editor which are used in frontend?&lt;/P&gt;
&lt;P&gt;For example, variables created in load editor:&lt;/P&gt;
&lt;P&gt;Let vFoobar = 'Foobar';&lt;BR /&gt;Let vName = 'John Doe';&lt;BR /&gt;Let vEmpty = '';&lt;/P&gt;
&lt;P&gt;... are suddenly not working in frontend anymore:&lt;/P&gt;
&lt;P&gt;Name: vFoobar&lt;BR /&gt;Definition: Foobar&lt;BR /&gt;Value: -&lt;/P&gt;
&lt;P&gt;Name: vName&lt;BR /&gt;Definition: John Doe&lt;BR /&gt;Value: Error: Garbage after expression: 'Doe'&lt;/P&gt;
&lt;P&gt;Name: vEmpty&lt;BR /&gt;Definition: &lt;BR /&gt;Value: Error: Invalid or Empty expression.&lt;/P&gt;
&lt;P&gt;Before, value was identical to its definition for string variables. But now I get these errors. This new behavior is breaking my apps. Is no one else having this issue? I couldn't find any information about this in the community.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:07:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493705#M102348</guid>
      <dc:creator>_ingo_</dc:creator>
      <dc:date>2024-11-20T16:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493706#M102349</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/312638"&gt;@_ingo_&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Try using Set instead of Let.&lt;/P&gt;
&lt;P&gt;Let will evaluate the String while Set will just assign it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:14:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493706#M102349</guid>
      <dc:creator>lennart_mo</dc:creator>
      <dc:date>2024-11-20T16:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493711#M102350</link>
      <description>&lt;P&gt;It was only an example. I know that for simple strings I could have used Set instead of Let. But even after using Set nothing changed. I still get the errors.&lt;/P&gt;
&lt;P&gt;My apps that were working fine, aren't anymore. It looks like Qlik changed something when importing backend variables into the frontend.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:34:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493711#M102350</guid>
      <dc:creator>_ingo_</dc:creator>
      <dc:date>2024-11-20T16:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493713#M102351</link>
      <description>&lt;P&gt;I think that's a&amp;nbsp; bug. Previously variables were only evaluated if the Definition started with "=". That's how client-managed works. I suggest contacting Qlik Support.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:53:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493713#M102351</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-11-20T16:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493714#M102352</link>
      <description>&lt;P&gt;Okay.&lt;/P&gt;
&lt;P&gt;Where in the Frontend are you getting these errors? By your description I'd guess in the expression Editor?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If so: Are you using the variables with or without the $-sign? I.e vName vs $(vName)&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:42:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493714#M102352</guid>
      <dc:creator>lennart_mo</dc:creator>
      <dc:date>2024-11-20T16:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493716#M102353</link>
      <description>&lt;P&gt;I'm seeing these errors in the "Variables" window. See attachment.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:47:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493716#M102353</guid>
      <dc:creator>_ingo_</dc:creator>
      <dc:date>2024-11-20T16:47:15Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493717#M102354</link>
      <description>&lt;P&gt;I've done some testing and it appears that only the "Value" in the Variables window has changed. A reference to the variable in a measure like "$(vSales)" still pulls in the Definition -- not the value -- and it all works.&lt;/P&gt;
&lt;P&gt;So not a bug, just a UI change?&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 16:52:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493717#M102354</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-11-20T16:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493726#M102355</link>
      <description>&lt;P&gt;I have to dig deeper. I just know that my simple WriteBack solution, which sends variables via partial reload to the backend and then again back to the frontend, is not working properly anymore. I was assuming that this issue is behind it, but I'm not sure yet.&lt;/P&gt;
&lt;P&gt;But still, this change, if intentional, was imo a bad decision. I would still expect to see the correct value of the variable (if it's not an expression) and not an ugly error message.&lt;/P&gt;
&lt;P&gt;Thanks for the feedback and testing.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 18:04:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493726#M102355</guid>
      <dc:creator>_ingo_</dc:creator>
      <dc:date>2024-11-20T18:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493743#M102357</link>
      <description>&lt;P&gt;I agree it's an unwelcome change. It changes the semantic meaning of "Value"..&lt;/P&gt;
&lt;P&gt;"Value" was the value of the variable. The value I would expect to see if I referenced the variable as "=varname". Now "Value" in the Variable overview is something different. It's the evaluated result of the variable -- what I would expect to see if I referenced the variable as "=$(varname)".&lt;/P&gt;
&lt;P&gt;The previous method made it very clear to quickly understand&amp;nbsp; the result of including "=" in he variable Def.&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 19:47:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493743#M102357</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2024-11-20T19:47:51Z</dc:date>
    </item>
    <item>
      <title>Re: String variables created in load editor not working in frontend</title>
      <link>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493757#M102358</link>
      <description>&lt;P&gt;it would yield the same results but i would rather do&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Set vFoobar = 'Foobar';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set vName = 'John Doe';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Set vEmpty = '';&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;OR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Let vFoobar = text('Foobar');&lt;BR /&gt;Let vName = text('John Doe');&lt;BR /&gt;Let vEmpty = chr(32);&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;as&amp;nbsp;&lt;CODE&gt;LET&lt;/CODE&gt; statement is used to &lt;STRONG&gt;evaluate an expression&lt;/STRONG&gt; and assign the &lt;STRONG&gt;result&lt;/STRONG&gt; to a variable. and&amp;nbsp;&lt;CODE&gt;SET&lt;/CODE&gt; statement is used to &lt;STRONG&gt;assign a string value directly&lt;/STRONG&gt; to a variable &lt;STRONG&gt;without evaluating&lt;/STRONG&gt; the expression on the right-hand side.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Nov 2024 20:38:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/String-variables-created-in-load-editor-not-working-in-frontend/m-p/2493757#M102358</guid>
      <dc:creator>Qrishna</dc:creator>
      <dc:date>2024-11-20T20:38:28Z</dc:date>
    </item>
  </channel>
</rss>

