<?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: macro exp into qlikview chart exp.need help please?? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719995#M1079399</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'^' has the greater precedence than '*' . So,correct one is- &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;(a3 *pow( K , 3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2014 04:49:37 GMT</pubDate>
    <dc:creator>tresB</dc:creator>
    <dc:date>2014-07-07T04:49:37Z</dc:date>
    <item>
      <title>macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719992#M1079396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;Can someone help me out the conversion of following&amp;nbsp; macro exp into qlikview chart exp. &lt;/P&gt;&lt;P&gt;which of the following is correct??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #ff0000;"&gt;(&lt;STRONG&gt;a3 * K ^ 3)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;= &lt;SPAN style="color: #008000;"&gt;pow((a3 * K),3)&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;(a3 * K ^ 3)&lt;/SPAN&gt;= &lt;/STRONG&gt;&lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;(a3 *pow( K , 3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 02:17:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719992#M1079396</guid>
      <dc:creator />
      <dc:date>2014-07-07T02:17:45Z</dc:date>
    </item>
    <item>
      <title>Re: macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719993#M1079397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this in qlikview&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=pow((a3 * K),3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=a3 * pow(K,3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 03:27:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719993#M1079397</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-07T03:27:15Z</dc:date>
    </item>
    <item>
      <title>Re: macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719994#M1079398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Jagan thanks for the response.&lt;/P&gt;&lt;P&gt;but I want to know which of the two expressions are correct?? ie in between power and multiplication which comes first so that accordingly we can put the brackets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;regards,&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sahana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 04:07:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719994#M1079398</guid>
      <dc:creator />
      <dc:date>2014-07-07T04:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719995#M1079399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;'^' has the greater precedence than '*' . So,correct one is- &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;(a3 *pow( K , 3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 04:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719995#M1079399</guid>
      <dc:creator>tresB</dc:creator>
      <dc:date>2014-07-07T04:49:37Z</dc:date>
    </item>
    <item>
      <title>Re: macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719996#M1079400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sahana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the correct expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #ff0000;"&gt;(a3 * K ^ 3)&lt;/SPAN&gt;= &lt;/STRONG&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;(a3 *pow( K , 3))&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Regards,&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #008000;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;Jagan.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 05:27:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719996#M1079400</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2014-07-07T05:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: macro exp into qlikview chart exp.need help please??</title>
      <link>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719997#M1079401</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2014 07:13:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/macro-exp-into-qlikview-chart-exp-need-help-please/m-p/719997#M1079401</guid>
      <dc:creator />
      <dc:date>2014-07-07T07:13:16Z</dc:date>
    </item>
  </channel>
</rss>

