<?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: Text Box - Error in set modifier ad hoc element list: ',' or ')' expected in formula in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615048#M506980</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change your expression to below&lt;BR /&gt;=count({$&amp;lt;Fund_Date={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;$(vYestDate)&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}distinct Fund_AppID)&amp;amp;' apps' &amp;amp;Chr(10)&lt;BR /&gt;&amp;amp; num(sum({$&amp;lt;Fund_Date={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;$(vYestDate)&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}Fund_AmountText),'$###,##0')&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2019 19:38:06 GMT</pubDate>
    <dc:creator>dplr-rn</dc:creator>
    <dc:date>2019-08-21T19:38:06Z</dc:date>
    <item>
      <title>Text Box - Error in set modifier ad hoc element list: ',' or ')' expected in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615030#M506979</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;&lt;P&gt;I'm pretty stumped - I've checked to make sure that&amp;nbsp; the date formatting all lines up and the set analysis checks out (to my untrained eye).&lt;/P&gt;&lt;P&gt;Could you please help me fix the following set analysis? It gives me the error: 'Error in set modifier ad hoc element list: ',' or ')' expected in formula'.&lt;/P&gt;&lt;P&gt;Thank you,&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;Erika&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Set Analysis&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;=count({$&amp;lt;Fund_Date={$(vYestDate)}&amp;gt;}distinct Fund_AppID)&amp;amp;' apps' &amp;amp;Chr(10)&lt;BR /&gt;&amp;amp; num(sum({$&amp;lt;Fund_Date={$(vYestDate)}&amp;gt;}Fund_AmountText),'$###,##0')&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Formats for variables&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;date(Date#(makedate(year(Fund_DateTime),month(Fund_DateTime),day(Fund_DateTime)),'yyyy/mm/dd')) as &lt;STRONG&gt;Fund_Date&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Let &lt;STRONG&gt;vYestDate&lt;/STRONG&gt; = if(WeekDay(Today(0)) = 'Mon', Date(Today(0) - 3),if(WeekDay(Today(0)) = 'Sun', Date(Today(0) - 2), Date(Today(0) - 1)));&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 20:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615030#M506979</guid>
      <dc:creator>incardonut</dc:creator>
      <dc:date>2024-11-16T20:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box - Error in set modifier ad hoc element list: ',' or ')' expected in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615048#M506980</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;change your expression to below&lt;BR /&gt;=count({$&amp;lt;Fund_Date={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;$(vYestDate)&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}distinct Fund_AppID)&amp;amp;' apps' &amp;amp;Chr(10)&lt;BR /&gt;&amp;amp; num(sum({$&amp;lt;Fund_Date={&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;$(vYestDate)&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;'&lt;/FONT&gt;&lt;/STRONG&gt;}&amp;gt;}Fund_AmountText),'$###,##0')&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:38:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615048#M506980</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-08-21T19:38:06Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box - Error in set modifier ad hoc element list: ',' or ')' expected in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615053#M506981</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:45:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615053#M506981</guid>
      <dc:creator>incardonut</dc:creator>
      <dc:date>2019-08-21T19:45:13Z</dc:date>
    </item>
    <item>
      <title>Re: Text Box - Error in set modifier ad hoc element list: ',' or ')' expected in formula</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615054#M506982</link>
      <description>&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2019 19:54:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Box-Error-in-set-modifier-ad-hoc-element-list-or-expected/m-p/1615054#M506982</guid>
      <dc:creator>dplr-rn</dc:creator>
      <dc:date>2019-08-21T19:54:50Z</dc:date>
    </item>
  </channel>
</rss>

