<?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: adhoc reports in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76163#M782782</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are genius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Mar 2018 11:49:25 GMT</pubDate>
    <dc:creator>manu1512</dc:creator>
    <dc:date>2018-03-23T11:49:25Z</dc:date>
    <item>
      <title>adhoc reports</title>
      <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76159#M782778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can any one help me in understanding the concept of ad hoc reporting ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me in understanding this following expression of conditional enabling?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=SubStringCount('|' &amp;amp; Concat(distinct Measure, '|') &amp;amp; '|', '|Sum|')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Manu&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/adhoc-reports/m-p/76159#M782778</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: adhoc reports</title>
      <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76160#M782779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Manu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; By selecting Sum in the filter you are showing corresponding expression on the fly. &lt;/P&gt;&lt;P&gt;Here &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubStringCount&amp;nbsp; returns the no of occurrences for the specified&amp;nbsp; &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SubString.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Jai&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 07:31:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76160#M782779</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-03-23T07:31:40Z</dc:date>
    </item>
    <item>
      <title>Re: adhoc reports</title>
      <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76161#M782780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you pls elaborate more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 07:35:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76161#M782780</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2018-03-23T07:35:21Z</dc:date>
    </item>
    <item>
      <title>Re: adhoc reports</title>
      <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76162#M782781</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The concept is basically empowering your users to select what dimensions and/or expressions they want to look at. There is some pre-work that developers do (like deciding what are dimensions (from a list of 100 fields, they may want to give 10 as dimension and 7 as expressions). Now the user can add/remove stuff without having to reach out to the developer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;SubStringCount('|' &amp;amp; Concat(distinct Measure, '|') &amp;amp; '|', '|Sum|')&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Measure is most likely an island table where the user gets an option to select if he want to Sum, Avg, Min, Max of the expression...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, based on the selection in Measure... a concatenated list is prepared and checked if Sum is one of those values or not... if it, then expression will be true, else it will be false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that make sense?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76162#M782781</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-03-23T11:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: adhoc reports</title>
      <link>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76163#M782782</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are genius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Mar 2018 11:49:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/adhoc-reports/m-p/76163#M782782</guid>
      <dc:creator>manu1512</dc:creator>
      <dc:date>2018-03-23T11:49:25Z</dc:date>
    </item>
  </channel>
</rss>

