<?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 Show/Hide Chart Series Based on Time in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Show-Hide-Chart-Series-Based-on-Time/m-p/2519478#M106266</link>
    <description>&lt;P&gt;I am trying to build a chart that would show a variance between realized volumes and budgeted volumes for the months transpired in the year. And for the remaining months, I want to see the variance between budget and actual on a year-to-date basis split evenly across the remaining months.&amp;nbsp; Using a calendar basis for current year, it would have data in the following manner;&lt;/P&gt;&lt;P&gt;Jan 2025 - May 2025:&amp;nbsp; charted cumulative monthly variance to budget&amp;nbsp; (does not display data in June - December)&lt;/P&gt;&lt;P&gt;June 2025 - December 2025:&amp;nbsp; charted total variance of actual to budget split into even monthly distribution (does not display January - May)&lt;/P&gt;&lt;P&gt;Attached is a screenshot with a visual. However the future months budget portion is right now just pulling in monthly budget numbers. When I attempt to set up the calculation as described above, it changes to the second screenshot attached.&lt;/P&gt;&lt;P&gt;Are there expressions to limit the data display to select months when the data is from other months? Any assistance is greatly appreciated. Please let me know if further information is needed.&lt;/P&gt;</description>
    <pubDate>Thu, 29 May 2025 13:25:35 GMT</pubDate>
    <dc:creator>kdstrin1</dc:creator>
    <dc:date>2025-05-29T13:25:35Z</dc:date>
    <item>
      <title>Show/Hide Chart Series Based on Time</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-Chart-Series-Based-on-Time/m-p/2519478#M106266</link>
      <description>&lt;P&gt;I am trying to build a chart that would show a variance between realized volumes and budgeted volumes for the months transpired in the year. And for the remaining months, I want to see the variance between budget and actual on a year-to-date basis split evenly across the remaining months.&amp;nbsp; Using a calendar basis for current year, it would have data in the following manner;&lt;/P&gt;&lt;P&gt;Jan 2025 - May 2025:&amp;nbsp; charted cumulative monthly variance to budget&amp;nbsp; (does not display data in June - December)&lt;/P&gt;&lt;P&gt;June 2025 - December 2025:&amp;nbsp; charted total variance of actual to budget split into even monthly distribution (does not display January - May)&lt;/P&gt;&lt;P&gt;Attached is a screenshot with a visual. However the future months budget portion is right now just pulling in monthly budget numbers. When I attempt to set up the calculation as described above, it changes to the second screenshot attached.&lt;/P&gt;&lt;P&gt;Are there expressions to limit the data display to select months when the data is from other months? Any assistance is greatly appreciated. Please let me know if further information is needed.&lt;/P&gt;</description>
      <pubDate>Thu, 29 May 2025 13:25:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-Chart-Series-Based-on-Time/m-p/2519478#M106266</guid>
      <dc:creator>kdstrin1</dc:creator>
      <dc:date>2025-05-29T13:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Show/Hide Chart Series Based on Time</title>
      <link>https://community.qlik.com/t5/App-Development/Show-Hide-Chart-Series-Based-on-Time/m-p/2519653#M106302</link>
      <description>&lt;P&gt;Hi !!&lt;/P&gt;&lt;P&gt;In this case, you can create a Flags in your Data Model&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If ( YearAndCurrentMonth &amp;lt;= YearAndCurrentMonthFieldDateFromRealized = 1 , 0) as FieldRealized&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Field 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;If ( YearAndCurrentMonth &amp;lt;= YearAndCurrentMonthFieldDateFromBudged = 0 , 1) as FieldBudget&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your Formula:&lt;/P&gt;&lt;P&gt;( Realized + Budget ) as Fieldvalue&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In your SetAnalysis in Buget&amp;nbsp;&lt;/P&gt;&lt;P&gt;Sum ( {&amp;lt; &lt;STRONG&gt;FieldBudget&lt;/STRONG&gt; = {1} &amp;gt;&amp;nbsp; FieldValueBudget }&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;According with this Flag, if the FieldMonth From Budget is minor then Current Month will result Zero, if greater then will result the value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Jun 2025 17:07:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Show-Hide-Chart-Series-Based-on-Time/m-p/2519653#M106302</guid>
      <dc:creator>rafaelencinas</dc:creator>
      <dc:date>2025-06-01T17:07:32Z</dc:date>
    </item>
  </channel>
</rss>

