<?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: Function under expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105558#M366160</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's quite similar to these topic: &lt;A href="https://community.qlik.com/thread/218998"&gt;Using Year function in set analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Jun 2016 10:48:58 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-06-01T10:48:58Z</dc:date>
    <item>
      <title>Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105551#M366153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ca anyone tell me how to use any function in expression.Suppose expression in straight table like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;Date(EnterDate,'MM/DD/YYYY')={'01/01/2015'}&amp;gt;}Amount)&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;=sum({&amp;lt;Date=Date(EnterDate,'MM/DD/YYYY')&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can take any other function rather than date .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Narender&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:37:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105551#M366153</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-06-01T10:37:13Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105552#M366154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;Date = {"$(=Date(&lt;SPAN style="color: #ff0000;"&gt;Max&lt;/SPAN&gt;(EnterDate),'MM/DD/YYYY'))&amp;gt;} Amount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:38:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105552#M366154</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T10:38:57Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105553#M366155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Try this:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;=sum({&amp;lt;Date={"Date(EnterDate,'MM/DD/YYYY')"}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:39:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105553#M366155</guid>
      <dc:creator>migueldelval</dc:creator>
      <dc:date>2016-06-01T10:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105554#M366156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Create Variable in front end &lt;STRONG&gt;vEnterDate&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create input box and enter the date in 'MM/DD/YYYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then use expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;Date ={"$(=&lt;STRONG style="font-size: 13.3333px;"&gt;vEnterDate&lt;/STRONG&gt;)"}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:40:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105554#M366156</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-01T10:40:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105555#M366157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Sunny,&lt;/P&gt;&lt;P&gt;I want to use date function in left side also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:44:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105555#M366157</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-06-01T10:44:41Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105556#M366158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kushal,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I want to use date function in left side also.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:45:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105556#M366158</guid>
      <dc:creator>narender123</dc:creator>
      <dc:date>2016-06-01T10:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105557#M366159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;QlikView or QlikSense doesn't allow for functions on the left. Whatever manipulations are needed, do them in the script and then use a manipulated field (from script) in your set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:46:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105557#M366159</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-06-01T10:46:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105558#M366160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's quite similar to these topic: &lt;A href="https://community.qlik.com/thread/218998"&gt;Using Year function in set analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:48:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105558#M366160</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-06-01T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105559#M366161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not possible, also normally you don't need to modify left side date, because QV as many options to format the right side value to make it compatible with left one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:50:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105559#M366161</guid>
      <dc:creator>Digvijay_Singh</dc:creator>
      <dc:date>2016-06-01T10:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Function under expression</title>
      <link>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105560#M366162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set analysis doesn't allow this, you need to use if for that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum(if( &lt;STRONG&gt;Date&lt;/STRONG&gt;(Date) = &lt;STRONG&gt;date&lt;/STRONG&gt;(EnterDate,'MM/DD/YYYY'), Amount))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Jun 2016 10:51:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Function-under-expression/m-p/1105560#M366162</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-06-01T10:51:28Z</dc:date>
    </item>
  </channel>
</rss>

