<?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 Text Object, Text equation trouble in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972601#M468601</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble getting this equation to resolve&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #444444; font-size: 12pt; font-family: 'Arial',sans-serif;"&gt;=text(‘Expected Cost for Fees Awarded: ‘) &amp;amp; num($(fees_awarded_expected),’$#,##0’)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;error msg indicates, ')" expected but I am not seeing a missing ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Any guidance to this new Qlik user would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Aug 2015 14:32:00 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-08-21T14:32:00Z</dc:date>
    <item>
      <title>Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972601#M468601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am having trouble getting this equation to resolve&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: 0px 0px 8pt;"&gt;&lt;SPAN style="color: #444444; font-size: 12pt; font-family: 'Arial',sans-serif;"&gt;=text(‘Expected Cost for Fees Awarded: ‘) &amp;amp; num($(fees_awarded_expected),’$#,##0’)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;error msg indicates, ')" expected but I am not seeing a missing ).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: Times New Roman; font-size: 12pt;"&gt;Any guidance to this new Qlik user would be greatly appreciated!&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 14:32:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972601#M468601</guid>
      <dc:creator />
      <dc:date>2015-08-21T14:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972602#M468602</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The text() won't be needed: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #444444; font-size: 12pt; font-family: 'Arial',sans-serif;"&gt;= ‘Expected Cost for Fees Awarded: ‘ &amp;amp; num($(fees_awarded_expected),’$#,##0’)&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and if your variable returned a valid number then it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:27:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972602#M468602</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-08-21T15:27:41Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972603#M468603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess the error occurs because of something that Marcus already hinted at: whenever $(fees_awarded_exprected) doesn't resolve to a valid expression, the num() function syntax will become invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure that variable fees_awarded_expected does contain a valid value or field name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:35:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972603#M468603</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-21T15:35:31Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972604#M468604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=text('Expected Cost for Fees Awarded: ') &amp;amp; num($(fees_awarded_expected),'$#,##0')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;='Expected Cost for Fees Awarded: ' &amp;amp; num($(fees_awarded_expected),'$#,##0')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;both works &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:37:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972604#M468604</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2015-08-21T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972605#M468605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks everyone for the quick replies !&amp;nbsp;&amp;nbsp; I went back and took a look at the variables I created and, found that I had capitalized the word Fees in the variable.&amp;nbsp; Total newbie error, however, lesson learned in that I now know that matters.&amp;nbsp;&amp;nbsp; Thanks so much once again for the quick replies!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2015 15:43:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972605#M468605</guid>
      <dc:creator />
      <dc:date>2015-08-21T15:43:12Z</dc:date>
    </item>
    <item>
      <title>Re: Text Object, Text equation trouble</title>
      <link>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972606#M468606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close this thread by marking the correct answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 17:18:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Text-Object-Text-equation-trouble/m-p/972606#M468606</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2015-08-25T17:18:31Z</dc:date>
    </item>
  </channel>
</rss>

