<?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 report selection in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988443#M978358</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the Calculation Condition becomes:&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;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DimensionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;= 10) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DimensionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;gt;= 1) and &lt;/SPAN&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ExpressionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;= 10) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;/SPAN&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ExpressionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;gt;= 1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 09:40:05 GMT</pubDate>
    <dc:creator>Peter_Cammaert</dc:creator>
    <dc:date>2015-08-25T09:40:05Z</dc:date>
    <item>
      <title>Adhoc report selection</title>
      <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988439#M978354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am creating adhoc report which have multiple Dimensions and Expressions but my requirement is User should not have selection more than 10(Dim) / 10(Expr).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ex:&lt;/P&gt;&lt;P&gt;User can Select maximum 10 only if he select more than 10 dim or 10 expr then error message should appear like 'You have selected more than 10'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:10:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988439#M978354</guid>
      <dc:creator />
      <dc:date>2015-08-25T09:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Adhoc report selection</title>
      <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988440#M978355</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;Use the calculation condition in "General Tab" under chart properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can give condition as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if(Getselectedcount(Dimension) or GetSelectedCount(Expression) &amp;gt;10,0,1)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here Dimension and Expression is the field from which user will select the Dimension and Expression.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kaushik Solanki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:13:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988440#M978355</guid>
      <dc:creator>kaushiknsolanki</dc:creator>
      <dc:date>2015-08-25T09:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adhoc report selection</title>
      <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988441#M978356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In your Chart Properties-&amp;gt;General-&amp;gt;Error Messages, define an error message for condition "Calculation Condition Unfulfilled". You can use something like "Only max 10 Dimensions or Expression selections allowed". This message will be displayed if the Calculation Condition returns false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in Chart-&amp;gt;Properties-&amp;gt;General-&amp;gt;Calculation Condition, enter something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(GetSelectedCount(&lt;EM&gt;DimensionSelectionField&lt;/EM&gt;) &amp;lt;= 10) and (GetSelectedCount(&lt;EM&gt;ExpressionSelectionField&lt;/EM&gt;) &amp;lt;= 10)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and you're set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:20:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988441#M978356</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-25T09:20:09Z</dc:date>
    </item>
    <item>
      <title>Re: Adhoc report selection</title>
      <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988442#M978357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Peter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but user shoul select atleast one and not more than 10&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:33:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988442#M978357</guid>
      <dc:creator />
      <dc:date>2015-08-25T09:33:08Z</dc:date>
    </item>
    <item>
      <title>Re: Adhoc report selection</title>
      <link>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988443#M978358</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then the Calculation Condition becomes:&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;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DimensionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;= 10) and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;DimensionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;gt;= 1) and &lt;/SPAN&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ExpressionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;lt;= 10) &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;and &lt;/SPAN&gt;(GetSelectedCount(&lt;/SPAN&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ExpressionSelectionField&lt;/EM&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;) &amp;gt;= 1)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:40:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adhoc-report-selection/m-p/988443#M978358</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2015-08-25T09:40:05Z</dc:date>
    </item>
  </channel>
</rss>

