<?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 Need help in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746453#M721185</link>
    <description>&lt;P&gt;Hi Please help,&lt;/P&gt;&lt;P&gt;Requirement:&lt;BR /&gt;&lt;BR /&gt;By default if i open the dashboard the KPI data should show Calls Data, else it should show as 0)&lt;BR /&gt;By default it should show calls data while opening the dashboard with out selecting filter on Type. How to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Nov 2024 23:55:58 GMT</pubDate>
    <dc:creator>qlikapple</dc:creator>
    <dc:date>2024-11-15T23:55:58Z</dc:date>
    <item>
      <title>Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746453#M721185</link>
      <description>&lt;P&gt;Hi Please help,&lt;/P&gt;&lt;P&gt;Requirement:&lt;BR /&gt;&lt;BR /&gt;By default if i open the dashboard the KPI data should show Calls Data, else it should show as 0)&lt;BR /&gt;By default it should show calls data while opening the dashboard with out selecting filter on Type. How to do.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 23:55:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746453#M721185</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2024-11-15T23:55:58Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746459#M721186</link>
      <description>&lt;P&gt;Not entirely sure, but may be this if you want it to show 0 when WI is selected in Type field&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Sum({&amp;lt;Type *= {'Calls'}&amp;gt;} Values)&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:00:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746459#M721186</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-23T14:00:22Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746465#M721187</link>
      <description>&lt;P&gt;Hi Sunny,&lt;/P&gt;&lt;P&gt;&amp;nbsp;actually I have given the sample. actual my expression is like this&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have fiter Sampltype as Data and Calls as the Calls expression I have written as&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=num(count({&amp;lt;SAMPLETYPE={'Calls'},AC={'P'}&amp;gt;}AC)/count({&amp;lt;SAMPLETYPE={'Calls'}&amp;gt;}ID),'##.%')&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;By default while opening the dashboard I need to show the Sampletypefield&amp;nbsp; Calls data,&lt;/P&gt;&lt;P&gt;After that if I click on the Sampletype as Data then it should as zero as they don't have data for that column , so can you please help me on this.&lt;/P&gt;&lt;P&gt;I have wriiten&amp;nbsp; your condition in my qvw , but it is not coming up.&lt;/P&gt;&lt;P&gt;Can you please help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="1"&gt;=&lt;/FONT&gt;&lt;FONT size="1" color="#0000ff"&gt;if&lt;/FONT&gt;&lt;FONT size="1"&gt;(&lt;/FONT&gt;&lt;FONT size="1" color="#800000"&gt;SAMPLETYPE&lt;/FONT&gt;&lt;FONT size="1"&gt; *= 'Calls',num(count({&amp;lt;SAMPLETYPE={'Calls'},AC={'P'}&amp;gt;}AC)/count({&amp;lt;SAMPLETYPE={'Calls'}&amp;gt;}ID),'##.%'),'0%') &lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:11:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746465#M721187</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2020-09-23T14:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746468#M721188</link>
      <description>&lt;P&gt;This should do it&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=Num(Count({&amp;lt;SAMPLETYPE *= {'Calls'}, AC = {'P'}&amp;gt;} AC)/Count({&amp;lt;SAMPLETYPE *= {'Calls'}&amp;gt;} ID), '##.%')&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 23 Sep 2020 14:13:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746468#M721188</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-09-23T14:13:25Z</dc:date>
    </item>
    <item>
      <title>Re: Need help</title>
      <link>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746624#M721189</link>
      <description>&lt;P&gt;tHANKS YOU ITS WORKED&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 03:11:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Need-help/m-p/1746624#M721189</guid>
      <dc:creator>qlikapple</dc:creator>
      <dc:date>2020-09-24T03:11:30Z</dc:date>
    </item>
  </channel>
</rss>

