<?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: Suggest in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299178#M836514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Identifier is a hard coded value which I had given in '' single quotes in order to identify from which table the data is coming . What you have made is wrong it will take column values as the &lt;EM&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;identifier which will not help us to identify from which table the data is coming ...I did this because after the join we will be not able to check from which table the data is coming .&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG style="font-size: 13.3333px;"&gt;Hope this helps you to close the thread &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt; &lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 May 2017 12:07:25 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2017-05-22T12:07:25Z</dc:date>
    <item>
      <title>Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299145#M836481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest on my scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;load&lt;/P&gt;&lt;P&gt;data2&lt;/P&gt;&lt;P&gt;from&amp;lt;&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Left Join(Data3)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Load Distinct *,Dual(Cal_Year-1 &amp;amp;'/'&amp;amp; Cal_Year, Cal_Year) as FYear,&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual(Month, fMonth) as Cal_Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Dual('Q' &amp;amp; Ceil(fMonth/3), Ceil(fMonth/3))as Cal_Quarter;&lt;/P&gt;&lt;P&gt;LOAD Distinct*,Year + If(Month&amp;gt;=$(vFiscalYearStartMonth), 1, 0) as Cal_Year,&lt;/P&gt;&lt;P&gt;Mod(Month-$(vFiscalYearStartMonth), 12)+1 as fMonth;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD Year([Month-Yr]) as Year,&lt;/P&gt;&lt;P&gt;&amp;nbsp; Month([Month-Yr]) as Month,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Category,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0 as [Training Days (in week)],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Total Revenue (in lakhs)]*100000) as [Total Revenue],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Revenue per HC (in Lakhs)]*100000) as [Average Revenue],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; num([Recruitment Cost per month]*100000) as [Recruitment Cost],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Average Annual CTC per head(in Lakhs, Billable &amp;amp; nonBillable)] as [Annual CTC],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HC as Revenue_HC,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [CTC Variance],&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [Salary Cost]&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;P&gt;&amp;lt;&amp;gt;;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have showed dashboard as per categories wise.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I have recieved another table with subcategory field with partial sums&lt;/P&gt;&lt;P&gt;i.e.,Category of value=4SubCategories of values(100=25+25+25+25)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to show dashboard as it is even after load the subcategory table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But If I load subcategory table values are not matching.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299145#M836481</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299146#M836482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to load subcategory table in this situation???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 04:22:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299146#M836482</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-19T04:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299147#M836483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please share sample data&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 05:29:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299147#M836483</guid>
      <dc:creator>prma7799</dc:creator>
      <dc:date>2017-05-19T05:29:14Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299148#M836484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Share the sample app with the data so that it will be helpful for us to understand the issue &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 05:39:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299148#M836484</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T05:39:16Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299149#M836485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have shared my dummy data kindly look at&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 05:48:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299149#M836485</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-19T05:48:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299150#M836486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;You have the table1 with aggr count and another table with detail data so you could calculate the aggr from details table rite ? why you need aggr table ? if you still want both the tables join the tables that should resolve the issue &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 07:16:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299150#M836486</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T07:16:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299151#M836487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I use join then sum and avg results are not coming what exactly am looking for ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 07:20:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299151#M836487</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-19T07:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299152#M836488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;could you show me the sample output your excepting &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 07:42:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299152#M836488</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T07:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299153#M836489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I have 2 tables(process and sub process)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is what am looking for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 282px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD class="xl63" height="21" width="64"&gt;process&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="64"&gt;Sub Process&lt;/TD&gt;&lt;TD class="xl64" style="border-left: none;" width="69"&gt;MonthYr&lt;/TD&gt;&lt;TD class="xl63" style="border-left: none;" width="85"&gt;Sum(value1)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Feb-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Feb-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a3&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Feb-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a4&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Feb-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;25&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a1&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a2&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a3&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;clientA&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;a4&lt;/TD&gt;&lt;TD class="xl66" style="border-top: none; border-left: none;"&gt;01-Mar-17&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;50&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD class="xl65" height="20" style="border-top: none;"&gt;total&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD class="xl65" style="border-top: none; border-left: none;"&gt;&lt;/TD&gt;&lt;TD align="right" class="xl65" style="border-top: none; border-left: none;"&gt;300&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 08:33:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299153#M836489</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-19T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299154#M836490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Some thing like the attached ?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 09:53:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299154#M836490</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T09:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299155#M836491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Almost closed avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That would be great help if you can help me to get average as am expecting 150.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote expression as for average Sum(value1)/Count(Distinct MonthYr).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you suggest me on this whether its correct or wrong???'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB for your reference!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 11:37:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299155#M836491</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-19T11:37:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299156#M836492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;check the attachment &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 11:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299156#M836492</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T11:59:40Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299157#M836493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Don't forget to mark the helpful and correct answers &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 May 2017 12:00:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299157#M836493</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-19T12:00:03Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299158#M836494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't work same logic for all the scenarios??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFB for ur reference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also am trying to implemant same logic into my exsting data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But not recognizing subprocess as a field(&lt;SPAN style="font-size: 13.3333px;"&gt;showing all records &lt;/SPAN&gt;in the list box with gray color)&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for my late replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anything wrong in my expression?Please suggest on this. !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:13:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299158#M836494</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-22T07:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299159#M836495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;share your actual app , will see that's the issue is &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:23:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299159#M836495</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-22T07:23:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299160#M836496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Avinash,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick replay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;am unable to share my actual application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have shared my sample(1234.qvw and 1234.xls) PFA for your reference!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In my actual application why its showing in gray color??&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;same logic I have followed as you suggested.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:28:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299160#M836496</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-22T07:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299161#M836497</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Gray color ?? I am not getting what your trying to say ...the data might not be related ? or your talking about the total showing in grey ?&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:37:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299161#M836497</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-22T07:37:23Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299162#M836498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;irrespective of related or non related,&lt;/P&gt;&lt;P&gt;By default total showing in the list box with gray color..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:42:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299162#M836498</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-22T07:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299163#M836499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;share the screen shoot ? you mean the aggr tables total is showing Grey ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 07:44:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299163#M836499</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2017-05-22T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Suggest</title>
      <link>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299164#M836500</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PFA for your reference!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 May 2017 08:59:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Suggest/m-p/1299164#M836500</guid>
      <dc:creator>satishqlik</dc:creator>
      <dc:date>2017-05-22T08:59:05Z</dc:date>
    </item>
  </channel>
</rss>

