<?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 using filed in place of variables in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2021148#M84303</link>
    <description>&lt;P&gt;I have a expression for text box&lt;/P&gt;
&lt;P&gt;Expressions:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum&lt;/SPAN&gt;( {$&amp;lt;Startdat&amp;nbsp;={"$(vLastMonth)"}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&amp;nbsp; &amp;nbsp; i.e. Startdat is date filed in database.&lt;/P&gt;
&lt;P&gt;Variable:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;vLastMonth&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;=&amp;nbsp; Date(Max(dat))&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i.e&amp;nbsp; &amp;nbsp;my dat field have dates from database.&lt;/P&gt;
&lt;P&gt;now can I generate the same output putting directly&amp;nbsp; max(dat)&amp;nbsp; insted of variable?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum&lt;/SPAN&gt;( {$&amp;lt;Startdat&amp;nbsp;={"Date(Max(dat))"}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 Jan 2023 05:37:58 GMT</pubDate>
    <dc:creator>swiftfahad</dc:creator>
    <dc:date>2023-01-03T05:37:58Z</dc:date>
    <item>
      <title>using filed in place of variables</title>
      <link>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2021148#M84303</link>
      <description>&lt;P&gt;I have a expression for text box&lt;/P&gt;
&lt;P&gt;Expressions:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum&lt;/SPAN&gt;( {$&amp;lt;Startdat&amp;nbsp;={"$(vLastMonth)"}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&amp;nbsp; &amp;nbsp; i.e. Startdat is date filed in database.&lt;/P&gt;
&lt;P&gt;Variable:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;EM&gt;vLastMonth&amp;nbsp;&lt;/EM&gt;&lt;/SPAN&gt;=&amp;nbsp; Date(Max(dat))&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; i.e&amp;nbsp; &amp;nbsp;my dat field have dates from database.&lt;/P&gt;
&lt;P&gt;now can I generate the same output putting directly&amp;nbsp; max(dat)&amp;nbsp; insted of variable?&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Sum&lt;/SPAN&gt;( {$&amp;lt;Startdat&amp;nbsp;={"Date(Max(dat))"}&amp;gt;}&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 05:37:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2021148#M84303</guid>
      <dc:creator>swiftfahad</dc:creator>
      <dc:date>2023-01-03T05:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: using filed in place of variables</title>
      <link>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2021151#M84304</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/5950"&gt;@swiftfahad&lt;/a&gt;&amp;nbsp;Yes, you can generate. Below see the below expression for the same:&lt;/P&gt;
&lt;P&gt;=&lt;SPAN&gt;Sum&lt;/SPAN&gt;&lt;SPAN&gt;( {$&amp;lt;Startdat&amp;nbsp;={"$(=Date(Max(dat),'MM/DD/YYYY'))"}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Amount&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this resolves your issue, please like and accept it as a solution.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Jan 2023 05:45:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2021151#M84304</guid>
      <dc:creator>sidhiq91</dc:creator>
      <dc:date>2023-01-03T05:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: using filed in place of variables</title>
      <link>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2093394#M89612</link>
      <description>&lt;P&gt;it works thanks&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2023 08:32:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/using-filed-in-place-of-variables/m-p/2093394#M89612</guid>
      <dc:creator>swiftfahad</dc:creator>
      <dc:date>2023-07-13T08:32:35Z</dc:date>
    </item>
  </channel>
</rss>

