<?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: Help with Expression in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070003#M357464</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is my application , the problem is I am unable to select a date from the chart , when I click on a date it does not filter down to select date. where as other columns will filter as per the selected values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 Mar 2016 17:15:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-25T17:15:41Z</dc:date>
    <item>
      <title>Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069997#M357458</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;Here is my expression, I have a straight table with plenty of dimensions and the below is the only expression , I want the data to be shown only for past 24 weeks , when I click on any dimension from the table it filters down to the selected value , but when I click on Created column the data does not filter , what change I have to make in order to make the Created date selections to work from the straight table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Created&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(Today()-168))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;amp;'&amp;lt;URL&amp;gt;'&amp;amp;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://jira.xyz.com/browse/'&amp;amp;" rel="nofollow" target="_blank"&gt;https://jira.xyz.com/browse/'&amp;amp;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 21:38:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069997#M357458</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-24T21:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069998#M357459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P class=""&gt;May be this&amp;nbsp;&lt;/P&gt;&lt;P class=""&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN style="-webkit-text-size-adjust: auto; background-color: rgba(255, 255, 255, 0);"&gt;{&amp;lt;Created={"&amp;gt;=$(=Date(Max(Created) - 168))&amp;lt;=$(=Date(Max(Created)))"}&amp;gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 22:53:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069998#M357459</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T22:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069999#M357460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so I used this as my expression, but it did not work ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;Only&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Created&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(Max(Created) - 168))&amp;lt;=$(=Date(Max(Created)))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;amp;'&amp;lt;URL&amp;gt;'&amp;amp;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://jira.xyz.com/browse/'&amp;amp;" rel="nofollow" target="_blank"&gt;https://jira.xyz.com/browse/'&amp;amp;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:00:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1069999#M357460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-24T23:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070000#M357461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you have a sample you can share?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Mar 2016 23:55:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070000#M357461</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-24T23:55:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070001#M357462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;"It doesn't work" is not the most useful feedback you can give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this expression return? Does it return a NULL value? Multiple values? The wrong value?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you get syntax errors in the expression editor (marked by red wiggly lines)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The most probable cause of problems is that your expression will return multiple results for the set of dimension values. In that case, &lt;SPAN style="font-family: 'courier new', courier;"&gt;Only()&lt;/SPAN&gt; will return a NULL value. So, if you replace &lt;SPAN style="font-family: 'courier new', courier;"&gt;Only&lt;/SPAN&gt; with &lt;SPAN style="font-family: 'courier new', courier;"&gt;Concat&lt;/SPAN&gt;, do you get output? Is the correct output amongst the results of the expression?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 07:32:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070001#M357462</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2016-03-25T07:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070002#M357463</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please elaborate? What you are trying to achieve is not clear&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 07:39:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070002#M357463</guid>
      <dc:creator>Kushal_Chawda</dc:creator>
      <dc:date>2016-03-25T07:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070003#M357464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Attached is my application , the problem is I am unable to select a date from the chart , when I click on a date it does not filter down to select date. where as other columns will filter as per the selected values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 17:15:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070003#M357464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-25T17:15:41Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070004#M357465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;May be this:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;SPAN&gt;Only({&amp;lt;Created&lt;SPAN style="color: #ff0000; font-size: 14pt;"&gt;*&lt;/SPAN&gt;={"&amp;gt;=$(=Date(Today()-168))"}&amp;gt;}[Jira Key]&amp;amp;'&amp;lt;URL&amp;gt;'&amp;amp;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://jira.intuit.com/browse/'&amp;amp;[Jira" rel="nofollow" target="_blank"&gt;https://jira.intuit.com/browse/'&amp;amp;[Jira&lt;/A&gt;&lt;SPAN&gt; Key])&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 17:54:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070004#M357465</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-25T17:54:14Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070005#M357466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes this worked .. what did * do ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 18:02:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070005#M357466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-25T18:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070006#M357467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;Union&lt;/SPAN&gt; &lt;STRONG&gt;Intersection&lt;/STRONG&gt; between your current selection and set analysis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 18:06:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070006#M357467</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-03-25T18:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: Help with Expression</title>
      <link>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070007#M357468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using this expression to show the total no of rows in the caption , but the when I export to excel and I see a different number of records than what is shown with this expression.. can you please see where I am going wrong&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN style="font-size: 8pt;"&gt;='Rows: ' &amp;amp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 8pt;"&gt;count&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;({&amp;lt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;Created&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;*={&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;"&amp;gt;=$(=Date(Today()-168))"&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;}&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;SPAN&gt;&amp;amp;'&amp;lt;URL&amp;gt;'&amp;amp;'&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://jira.intuit.com/browse/'&amp;amp;" rel="nofollow" target="_blank"&gt;https://jira.intuit.com/browse/'&amp;amp;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #800000; font-size: 8pt;"&gt;[Jira Key]&lt;/SPAN&gt;&lt;SPAN style="font-size: 8pt;"&gt;) &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Mar 2016 18:10:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Help-with-Expression/m-p/1070007#M357468</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-25T18:10:58Z</dc:date>
    </item>
  </channel>
</rss>

