<?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 Select a specific value in a dimension - display data from the last date with data. in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158223#M33407</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the information!&lt;/P&gt;&lt;P&gt;Just to clarify - there is no way to filter a dimension? I would like to avoid modifying the existing expressions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Jan 2011 22:50:28 GMT</pubDate>
    <dc:creator />
    <dc:date>2011-01-06T22:50:28Z</dc:date>
    <item>
      <title>Select a specific value in a dimension - display data from the last date with data.</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158221#M33405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I have telephone statistics that I would like to display in a pivot table using 2 dimensions and 10 expressions. See below:&lt;/P&gt;&lt;P&gt;Dimension 1 is [Call Date] and 2 is [Agent #]. The expressions are various counts of incoming/outgoing calls and average times.&lt;/P&gt;&lt;P&gt;The goal is to only display the last [Call Date] not equal to today. The last [Call Date] is "01-05-11", how do I identify this date (either in the Load or set analysis?) and only display the expressions from this date?&lt;/P&gt;&lt;P&gt;Thank you for your time!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 21:48:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158221#M33405</guid>
      <dc:creator />
      <dc:date>2011-01-06T21:48:47Z</dc:date>
    </item>
    <item>
      <title>Select a specific value in a dimension - display data from the last date with data.</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158222#M33406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In script create a flag in the following manner:&lt;/P&gt;&lt;P&gt;if([Call Date]=today(), 0,1) as Call_Date_Flag&lt;/P&gt;&lt;P&gt;Then in your expression put&lt;/P&gt;&lt;P&gt;avg(Time * Call_Date_Flag)&lt;/P&gt;&lt;P&gt;Or else with set analysis try&lt;/P&gt;&lt;P&gt;avg({$&amp;lt;[Call Date]={"=[Call Date]&amp;lt;&amp;gt;today()"}&amp;gt;} Time)&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 22:28:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158222#M33406</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-01-06T22:28:03Z</dc:date>
    </item>
    <item>
      <title>Select a specific value in a dimension - display data from the last date with data.</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158223#M33407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for the information!&lt;/P&gt;&lt;P&gt;Just to clarify - there is no way to filter a dimension? I would like to avoid modifying the existing expressions. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;Sarah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 22:50:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158223#M33407</guid>
      <dc:creator />
      <dc:date>2011-01-06T22:50:28Z</dc:date>
    </item>
    <item>
      <title>Select a specific value in a dimension - display data from the last date with data.</title>
      <link>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158224#M33408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sure. Just use the expression the above set analysis to filter the call dates&lt;/P&gt;&lt;P&gt;=[Call Date]&amp;lt;&amp;gt;today()&lt;/P&gt;&lt;P&gt;and create a bookmark with that filter and then you can apply it automatically using an action each time you open the document.&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 23:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-a-specific-value-in-a-dimension-display-data-from-the/m-p/158224#M33408</guid>
      <dc:creator>pover</dc:creator>
      <dc:date>2011-01-06T23:02:02Z</dc:date>
    </item>
  </channel>
</rss>

