<?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: Condition to show hide based on sequential Month selection in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055529#M86722</link>
    <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any inputs from you pls?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 31 Mar 2023 07:41:21 GMT</pubDate>
    <dc:creator>Bala_s</dc:creator>
    <dc:date>2023-03-31T07:41:21Z</dc:date>
    <item>
      <title>Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055480#M86719</link>
      <description>&lt;P&gt;Hi Experts,&lt;/P&gt;
&lt;P&gt;I'm facing difficulty to get a solution for my below requirement, Request your expertise here.&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;Scenario: I have Monthly sales in a bar chart, if the user selects nonsequential order of month then my chart should show an error message.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ex--&amp;gt; User may select--&amp;gt; Jan, Mar, Nov etc&lt;/P&gt;
&lt;P&gt;if user selects sequential order of month then my chart should display the numbers.&lt;/P&gt;
&lt;P&gt;Ex--&amp;gt; User may select--&amp;gt; Sep, Oct, Nov&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 05:19:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055480#M86719</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2023-03-31T05:19:23Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055529#M86722</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22949"&gt;@tresB&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;SPAN&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/22245"&gt;@swuehl&lt;/a&gt;&amp;nbsp;,&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Any inputs from you pls?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 07:41:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055529#M86722</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2023-03-31T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055564#M86723</link>
      <description>&lt;P&gt;You may use a condition like:&lt;/P&gt;
&lt;P&gt;= (max(Month) - min(Month) + 1) = count(distinct Month)&lt;/P&gt;
&lt;P&gt;Of course Month needs to be numeric. If year-swaps should be included you would need to apply the logic on a continuous MonthCounter.&lt;/P&gt;
&lt;P&gt;Beside this it might be more user-friendly not to show errors else to show always a continuous row of months - maybe with a set analysis like:&lt;/P&gt;
&lt;P&gt;sum({&amp;lt; Month = {"&amp;gt;=$(=min(Month))&amp;lt;=$(=max(Month))"}&amp;gt;} Value)&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 09:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055564#M86723</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2023-03-31T09:22:39Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055569#M86724</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;
&lt;P&gt;in data handling, calculation condition, you can use&lt;/P&gt;
&lt;P&gt;num(min(month))+GetSelectedCount(month)-1=num(max(month))&lt;/P&gt;</description>
      <pubDate>Fri, 31 Mar 2023 09:29:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055569#M86724</guid>
      <dc:creator>jmartineze</dc:creator>
      <dc:date>2023-03-31T09:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055951#M86746</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/28038"&gt;@marcus_sommer&lt;/a&gt;&amp;nbsp; &amp;amp;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/10120"&gt;@jmartineze&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2023 02:54:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2055951#M86746</guid>
      <dc:creator>Bala_s</dc:creator>
      <dc:date>2023-04-03T02:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2438504#M97124</link>
      <description>&lt;P&gt;Hi Marcus,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you tell what will be the expression if Month-Years are there?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 22:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2438504#M97124</guid>
      <dc:creator>rajeshwar1</dc:creator>
      <dc:date>2024-04-05T22:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Condition to show hide based on sequential Month selection</title>
      <link>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2438533#M97126</link>
      <description>&lt;P&gt;It's in general the same. Important is that the fields are numeric. You may use any kinds of strings or formatted values within the dimensions or selections but if you want to match or calculate with them it should be pure numbers. For MonthYear these fields might be created with:&lt;/P&gt;
&lt;P&gt;year(Date) * 100 + month(Date)&lt;/P&gt;
&lt;P&gt;and/or&lt;/P&gt;
&lt;P&gt;year(Date) * 12 + month(Date)&lt;/P&gt;</description>
      <pubDate>Sat, 06 Apr 2024 07:25:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Condition-to-show-hide-based-on-sequential-Month-selection/m-p/2438533#M97126</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2024-04-06T07:25:33Z</dc:date>
    </item>
  </channel>
</rss>

