<?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: Ad-Hoc Report in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524450#M748852</link>
    <description>&lt;P&gt;Try this for total1&lt;/P&gt;&lt;PRE&gt;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop($(=Count(Measure)+1),$(=Count(NEW)+Count(Measure)-1))&amp;amp;')' ),2)))&lt;/PRE&gt;&lt;P&gt;and use this for your NEW expressions&lt;/P&gt;&lt;PRE&gt;=SubStringCount('|' &amp;amp; Concat(distinct NEW, '|') &amp;amp; '|', '|Z|') &lt;FONT color="#FF0000"&gt;and GetSelectedCount(NEW) &amp;gt; 0&lt;/FONT&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 27 Dec 2018 15:23:29 GMT</pubDate>
    <dc:creator>sunny_talwar</dc:creator>
    <dc:date>2018-12-27T15:23:29Z</dc:date>
    <item>
      <title>Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524439#M748848</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;There are two Measure selections(Measure and NEW) in the report according to which the chart should appear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;the output required:&lt;/P&gt;&lt;P&gt;For any selections in &lt;STRONG&gt;Measure&lt;/STRONG&gt; the &lt;STRONG&gt;Total&lt;/STRONG&gt; of those columns should appear.&lt;/P&gt;&lt;P&gt;Similarly if any selection from &lt;STRONG&gt;NEW&lt;/STRONG&gt; then the &lt;STRONG&gt;Total1&lt;/STRONG&gt; of those columns should also be implemented in the chart.&lt;/P&gt;&lt;P&gt;issue:incorrect total1 and any selection for NEW does not Hide.&lt;/P&gt;&lt;P&gt;Appreciate your effort.Thanks&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shreya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524439#M748848</guid>
      <dc:creator>shreya_nadkarni</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524445#M748850</link>
      <description>What exactly is the issue? When you don't select anything in NEW... you see all the expressions? Is that what the issue is?</description>
      <pubDate>Thu, 27 Dec 2018 15:12:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524445#M748850</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-27T15:12:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524446#M748851</link>
      <description>&lt;P&gt;Yes when i dont select anything from NEW i am still able to see expressions from NEW.&lt;/P&gt;&lt;P&gt;Also the Total1 expression&amp;nbsp;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop(1,$(=Count(NEW)-1))&amp;amp;')' ),2)))&lt;/P&gt;&lt;P&gt;is giving incorrect output.&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:16:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524446#M748851</guid>
      <dc:creator>shreya_nadkarni</dc:creator>
      <dc:date>2018-12-27T15:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524450#M748852</link>
      <description>&lt;P&gt;Try this for total1&lt;/P&gt;&lt;PRE&gt;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop($(=Count(Measure)+1),$(=Count(NEW)+Count(Measure)-1))&amp;amp;')' ),2)))&lt;/PRE&gt;&lt;P&gt;and use this for your NEW expressions&lt;/P&gt;&lt;PRE&gt;=SubStringCount('|' &amp;amp; Concat(distinct NEW, '|') &amp;amp; '|', '|Z|') &lt;FONT color="#FF0000"&gt;and GetSelectedCount(NEW) &amp;gt; 0&lt;/FONT&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:23:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524450#M748852</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-27T15:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524459#M748853</link>
      <description>&lt;P&gt;the&amp;nbsp; calculation condition for the chart which i have given is an issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Dimension) &amp;gt; 0 and GetSelectedCount(Measure) &amp;gt; 0&lt;/P&gt;&lt;P&gt;which means i must select Measure(mandatory).&lt;/P&gt;&lt;P&gt;But the selection can be from any MEASURE OR NEW. or Both&lt;/P&gt;&lt;P&gt;how do i handle that situation.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;trying to understand the expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop($(=Count(Measure)+1),$(=Count(NEW)+Count(Measure)-1))&amp;amp;')' ),2)))&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;how does this work? Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:39:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524459#M748853</guid>
      <dc:creator>shreya_nadkarni</dc:creator>
      <dc:date>2018-12-27T15:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524463#M748854</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25941"&gt;@shreya_nadkarni&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;the&amp;nbsp; calculation condition for the chart which i have given is an issue&amp;nbsp;&lt;/P&gt;&lt;P&gt;=GetSelectedCount(Dimension) &amp;gt; 0 and GetSelectedCount(Measure) &amp;gt; 0&lt;/P&gt;&lt;P&gt;which means i must select Measure(mandatory).&lt;/P&gt;&lt;P&gt;But the selection can be from any MEASURE OR NEW. or Both&lt;/P&gt;&lt;P&gt;how do i handle that situation.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;May be try this&lt;/P&gt;&lt;PRE&gt;=GetSelectedCount(Dimension) &amp;gt; 0 and (GetSelectedCount(Measure) &amp;gt; 0 or GetSelectedCount(NEW) &amp;gt; 0)&lt;/PRE&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/25941"&gt;@shreya_nadkarni&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;trying to understand the expression&amp;nbsp;&lt;/P&gt;&lt;P&gt;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop($(=Count(Measure)+1),$(=Count(NEW)+Count(Measure)-1))&amp;amp;')' ),2)))&lt;/P&gt;&lt;P&gt;?&lt;/P&gt;&lt;P&gt;how does this work? Thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;It is ValueLooping from end of Measure expressions till the end....&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:43:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524463#M748854</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-27T15:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524467#M748855</link>
      <description>&lt;P&gt;if nothing is selected from Measure&lt;/P&gt;&lt;P&gt;the REQUIRED OUTPUT chart TOTAL1 is coming incorrect.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 15:49:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524467#M748855</guid>
      <dc:creator>shreya_nadkarni</dc:creator>
      <dc:date>2018-12-27T15:49:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524477#M748856</link>
      <description>&lt;P&gt;Try this&lt;/P&gt;&lt;PRE&gt;RangeSum($(=mid(Concat(',Column(' &amp;amp;ValueLoop($(=GetSelectedCount(Measure)+1),$(=GetSelectedCount(NEW)+GetSelectedCount(Measure)-1))&amp;amp;')' ),2)))&lt;/PRE&gt;</description>
      <pubDate>Thu, 27 Dec 2018 16:04:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524477#M748856</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-12-27T16:04:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ad-Hoc Report</title>
      <link>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524491#M748857</link>
      <description>&lt;P&gt;Thanks a lot Sunny for all the help.(y) &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Dec 2018 16:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Ad-Hoc-Report/m-p/1524491#M748857</guid>
      <dc:creator>shreya_nadkarni</dc:creator>
      <dc:date>2018-12-27T16:35:08Z</dc:date>
    </item>
  </channel>
</rss>

