<?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: Conditional dimension in Line chart :: Qliksense in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418831#M428312</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No use of dual.&lt;/P&gt;&lt;P&gt;two dim:&lt;/P&gt;&lt;P&gt;Date and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;IF(GETSELECTEDCOUNT(Status)&amp;gt;0,Status,'Ongoing')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;one meas:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Measure:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetSelectedCount(Status)&amp;gt;0,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(distinct measure),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Status={'Ongoing'} &amp;gt;}distinct &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;measure&lt;/SPAN&gt;))&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;that is it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2017 07:39:53 GMT</pubDate>
    <dc:creator>chhavi376</dc:creator>
    <dc:date>2017-12-18T07:39:53Z</dc:date>
    <item>
      <title>Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418825#M428306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;I have a requirement in Qliksense-that is if i want lines corresponding to the selected statuses from the filter and if only no status is selected then only one line correspond to 'ongoing' status should be displayed.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Dimension used:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;IF(GETSELECTEDCOUNT(Status)&amp;gt;0,Status,'Ongoing')&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Measure:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;if(GetSelectedCount(Status)&amp;gt;0,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count(distinct measure),&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Count({&amp;lt;Status={'Ongoing'} &amp;gt;}distinct &lt;SPAN style="font-size: 13.3333px;"&gt;measure&lt;/SPAN&gt;))&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;But i am getting a weird behaviour here. If i select values in status, 'ongoing' line is also displayed with values as 0.&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;it should not appear at all&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;IMG alt="community.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/187278_community.png" /&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can we in any case make the2 dimensions- one for ongoing and other for all the values of status and make them conditional? like one dimension works if getselectedcount is 0 and one works when it is not .(This was easily possible in qlikview)&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;Can someone help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418825#M428306</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2017-12-18T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418826#M428307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be suppress Null value from If condition dimension. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:16:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418826#M428307</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-18T07:16:20Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418827#M428308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have unchecked 'include null values' in dimension already. there isnt any such option for measure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:18:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418827#M428308</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2017-12-18T07:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418828#M428309</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think this is because of Measure. Even though, Can you check "Appearance" tab for a while in sense&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:20:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418828#M428309</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-18T07:20:32Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418829#M428310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, nothing there&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:23:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418829#M428310</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2017-12-18T07:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418830#M428311</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why Mouse over shows same with text and data point? do you used Dual() over measure.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418830#M428311</guid>
      <dc:creator>Anil_Babu_Samineni</dc:creator>
      <dc:date>2017-12-18T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional dimension in Line chart :: Qliksense</title>
      <link>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418831#M428312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No use of dual.&lt;/P&gt;&lt;P&gt;two dim:&lt;/P&gt;&lt;P&gt;Date and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;IF(GETSELECTEDCOUNT(Status)&amp;gt;0,Status,'Ongoing')&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;one meas:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Measure:&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;if(GetSelectedCount(Status)&amp;gt;0,&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count(distinct measure),&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Count({&amp;lt;Status={'Ongoing'} &amp;gt;}distinct &lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; font-family: inherit;"&gt;measure&lt;/SPAN&gt;))&lt;/P&gt;&lt;P style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;that is it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2017 07:39:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Conditional-dimension-in-Line-chart-Qliksense/m-p/1418831#M428312</guid>
      <dc:creator>chhavi376</dc:creator>
      <dc:date>2017-12-18T07:39:53Z</dc:date>
    </item>
  </channel>
</rss>

