<?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 QDF : call LoadVariableCSV how to load expression with ' ,'  sign in expression using in Archived Groups</title>
    <link>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210234#M2065</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;I'am starting to use QDF. The call LoadVariableCSV enables to load expressions from .csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All nice but when I have an expression with , in them, it does nt seem to work. Anbody how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arjen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : row 3 does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VariableName,VariableValue,Comments,Priority&lt;/P&gt;&lt;P&gt;LET eG.Sales€YTD,sum($(vSetYTD)Sales),,Sales&lt;/P&gt;&lt;P&gt;LET eG.Margin%LYTDIFC1, &lt;SPAN style="color: #ff0000;"&gt;sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Margin)/sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Sales)&lt;SPAN style="color: #000000;"&gt;, , Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
    <dc:creator>bimotive</dc:creator>
    <dc:date>2025-07-22T17:59:49Z</dc:date>
    <item>
      <title>QDF : call LoadVariableCSV how to load expression with ' ,'  sign in expression using</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210234#M2065</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;I'am starting to use QDF. The call LoadVariableCSV enables to load expressions from .csv file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All nice but when I have an expression with , in them, it does nt seem to work. Anbody how to solve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arjen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example : row 3 does not work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VariableName,VariableValue,Comments,Priority&lt;/P&gt;&lt;P&gt;LET eG.Sales€YTD,sum($(vSetYTD)Sales),,Sales&lt;/P&gt;&lt;P&gt;LET eG.Margin%LYTDIFC1, &lt;SPAN style="color: #ff0000;"&gt;sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Margin)/sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Sales)&lt;SPAN style="color: #000000;"&gt;, , Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;,,,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2025 17:59:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210234#M2065</guid>
      <dc:creator>bimotive</dc:creator>
      <dc:date>2025-07-22T17:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: QDF : call LoadVariableCSV how to load expression with ' ,'  sign in expression using</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210235#M2066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;‌ wrap the expression in double quotation marks. I.e "expression". This ensures that when the expression includes a comma it is loaded correctly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I Also wrap the entire expression in parenthesis. Therefore if you use it as a numerator or denominstor the correct arithmetic order is maintained. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I.e. "(Sum[sales])"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Oct 2016 20:36:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210235#M2066</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-21T20:36:20Z</dc:date>
    </item>
    <item>
      <title>Re: QDF : call LoadVariableCSV how to load expression with ' ,'  sign in expression using</title>
      <link>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210236#M2067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjen, ad Damian sais use &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;double quotation marks and &lt;/SPAN&gt;also use SET instead of LET (or leave operator out completely and SET will be default) as LET will try to evaluate the expression and this might not be possible. So like this:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;eG.Margin%LYTDIFC1, "&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Margin)/sum({&amp;lt;$(vSetPreviousYearYTDModifier), %IFC={'1'}&amp;gt;}Sales)"&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;, , Sales&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Hope that this helps&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-size: 13px; font-style: inherit; font-family: inherit; font-weight: inherit;"&gt;Magnus&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2016 07:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Archived-Groups/QDF-call-LoadVariableCSV-how-to-load-expression-with-sign-in/m-p/1210236#M2067</guid>
      <dc:creator>Magnus_Berg</dc:creator>
      <dc:date>2016-10-31T07:28:48Z</dc:date>
    </item>
  </channel>
</rss>

