<?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: Expression not showing in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261702#M859841</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum(clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;clients={"=date_client=date_load"}&amp;gt;} clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expression_Not_Showing_Prueba.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149767_Expression_Not_Showing_Prueba.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2017 17:06:50 GMT</pubDate>
    <dc:creator>trdandamudi</dc:creator>
    <dc:date>2017-01-17T17:06:50Z</dc:date>
    <item>
      <title>Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261698#M859837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;¿can you help me with the second expression of the attached file?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i want to get on one expression the total clients, and on the second the clients of the month.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261698#M859837</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261699#M859838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok so your expression doesn't work because you don't have the date_load in the table, so Qlik doesn't really know what to do the comparison on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you will only have one date load then you can use the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(date_client=only(date_load),sum(clients))&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;However if you will have multiple, then you might be better to do this in your load script, something like this:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;LOAD clients, date_client, date_load, if(date_client = date_load,clients) as LoadClients&lt;/P&gt;&lt;P&gt;FROM date.xlsx (ooxml, embedded labels);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please remember to mark this as helpful or the correct answer if I have helped you or answered your question.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This will help users identify the answers should they come across this thread in the future.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 11:45:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261699#M859838</guid>
      <dc:creator>adamdavi3s</dc:creator>
      <dc:date>2017-01-17T11:45:10Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261700#M859839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this following expression,&lt;/P&gt;&lt;P&gt;But you have to select any of the '&lt;STRONG&gt;date_client&lt;/STRONG&gt;'&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1)&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;sum(TOTAL{&amp;lt;clients=,date_client=,date_load&amp;gt;} clients)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;2)&amp;nbsp; if(date_client=date_load,sum(clients))&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 11:47:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261700#M859839</guid>
      <dc:creator>susovan</dc:creator>
      <dc:date>2017-01-17T11:47:17Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261701#M859840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the second expression is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i already tried it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 16:33:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261701#M859840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-17T16:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261702#M859841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope this is what you are looking for:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;First Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;sum(clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Second Expression:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;clients={"=date_client=date_load"}&amp;gt;} clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Expression_Not_Showing_Prueba.jpg" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/149767_Expression_Not_Showing_Prueba.jpg" style="height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:06:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261702#M859841</guid>
      <dc:creator>trdandamudi</dc:creator>
      <dc:date>2017-01-17T17:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Expression not showing</title>
      <link>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261703#M859842</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I understand this, you want:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First expression: Total client&lt;/P&gt;&lt;P&gt;Second expression: Client per month&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My advice is change the dimension date_load to date_client. In the expression tab:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First expression:&amp;nbsp;&amp;nbsp; sum(TOTAL clients)&lt;BR /&gt;Second expression: sum(clients)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enrique.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2017 17:07:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Expression-not-showing/m-p/1261703#M859842</guid>
      <dc:creator>eespiritu</dc:creator>
      <dc:date>2017-01-17T17:07:10Z</dc:date>
    </item>
  </channel>
</rss>

