<?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: Variable doesn't work with inline tablo in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725846#M55330</link>
    <description>&lt;P&gt;Thanks but it should just be appeared after February 2020.&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jul 2020 19:05:42 GMT</pubDate>
    <dc:creator>melistrkglu</dc:creator>
    <dc:date>2020-07-07T19:05:42Z</dc:date>
    <item>
      <title>Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725641#M55287</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Variable doesn't work with inline tablo.&lt;/P&gt;&lt;P&gt;We created this in script:&lt;BR /&gt;&lt;BR /&gt;LOAD * INLINE [&lt;BR /&gt;Button&lt;BR /&gt;Include&lt;BR /&gt;Exclude ];&lt;BR /&gt;&lt;BR /&gt;We used this expression:&lt;BR /&gt;&lt;BR /&gt;=if(Button='Include', sum({&amp;lt;Date={"&amp;gt;$(vLast3)"} &amp;gt;} Sales),&lt;BR /&gt;if(Button='Exclude', sum({&amp;lt;Date={"&amp;gt;$(vLast3"}&amp;gt;} Sales_SIZ) ))&lt;BR /&gt;&lt;BR /&gt;Last3 variable:&lt;BR /&gt;=addmonths(max(Date2),-3)&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Button is used as filter but when we use button, expression doesn’t work correctly and it still brings all dates although we work with "&amp;gt;Last3".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It should show after February 2020&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;according to this case.&lt;BR /&gt;&lt;BR /&gt;I attached qvf, excel and screenshot.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Thanks for your help.&lt;BR /&gt;&lt;/SPAN&gt;King Regards,&lt;BR /&gt;Melis&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:08:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725641#M55287</guid>
      <dc:creator>melistrkglu</dc:creator>
      <dc:date>2020-07-07T13:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725642#M55288</link>
      <description>&lt;P&gt;have you tested :&lt;/P&gt;&lt;P&gt;=Date(addmonths(max(Date2),-3),'MM/YYYY')&lt;/P&gt;&lt;P&gt;for Last3&amp;nbsp;&lt;/P&gt;&lt;P&gt;or can you share a sample data and the expected output ?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 10:02:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725642#M55288</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-07T10:02:43Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725652#M55291</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please upload .qvf file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Or check the you have uncheck Include null values under your Dim and also uncheck under Add-ons Data handling Include zero values.&lt;/P&gt;&lt;P&gt;Try that and if it doesn't work upload your .qvf file&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 10:26:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725652#M55291</guid>
      <dc:creator>Gabriel</dc:creator>
      <dc:date>2020-07-07T10:26:19Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725698#M55301</link>
      <description>&lt;P&gt;Thank you but it does not work. I updated my case and added qvf, excel and screenshot.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725698#M55301</guid>
      <dc:creator>melistrkglu</dc:creator>
      <dc:date>2020-07-07T13:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725704#M55303</link>
      <description>&lt;P&gt;I had uncheck null values under Dim. However,&amp;nbsp;&lt;SPAN&gt;I can not have uncheck under Add-ons Data handling Include zero values because I should see zero values in dates which are required. I uploaded qvf and excel file.&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks for your answer&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:16:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725704#M55303</guid>
      <dc:creator>melistrkglu</dc:creator>
      <dc:date>2020-07-07T13:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725707#M55305</link>
      <description>&lt;P&gt;Maye be attached ?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 996px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37069i20F862A605B590E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 13:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725707#M55305</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-07T13:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725846#M55330</link>
      <description>&lt;P&gt;Thanks but it should just be appeared after February 2020.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 19:05:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725846#M55330</guid>
      <dc:creator>melistrkglu</dc:creator>
      <dc:date>2020-07-07T19:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725857#M55333</link>
      <description>&lt;P&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/116255"&gt;@melistrkglu&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you elaborate on the output you're expecting?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture.PNG" style="width: 967px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/37096i06980B535B3B2CDC/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.PNG" alt="Capture.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jul 2020 19:53:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725857#M55333</guid>
      <dc:creator>Taoufiq_Zarra</dc:creator>
      <dc:date>2020-07-07T19:53:56Z</dc:date>
    </item>
    <item>
      <title>Re: Variable doesn't work with inline tablo</title>
      <link>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725945#M55340</link>
      <description>&lt;P&gt;I want exactly this as image but zero values should not be hidden. For instance, if there is zero value in 5 May 2020, it is necessary to see it.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jul 2020 06:22:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Variable-doesn-t-work-with-inline-tablo/m-p/1725945#M55340</guid>
      <dc:creator>melistrkglu</dc:creator>
      <dc:date>2020-07-08T06:22:22Z</dc:date>
    </item>
  </channel>
</rss>

