<?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: use Lookup to find value ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709793#M724790</link>
    <description>&lt;P&gt;Awesome as always, Thank you Sunny!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another model which has a similar problem, but this proposed solution, doesnt work there. I will create a new post for that and Tagg you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 10 Jun 2020 14:13:17 GMT</pubDate>
    <dc:creator>QFanatic</dc:creator>
    <dc:date>2020-06-10T14:13:17Z</dc:date>
    <item>
      <title>use Lookup to find value ?</title>
      <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709657#M724788</link>
      <description>&lt;P&gt;hi Everyone&lt;/P&gt;&lt;P&gt;PFA.&lt;/P&gt;&lt;P&gt;as you can see from the chart there is no data for Day 10 of April and May.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to insert Day 10 into the chart - with no data. Its much easier to see there's missing data for the 10th, in that way.&lt;/P&gt;&lt;P&gt;In my model, the Key field that joins the fact table to the Calendar, is TRAN_DATE.&amp;nbsp; To make it visible that the 10th is missing, I'd need to "manually insert" at least, a Zero volume row for that date.&lt;/P&gt;&lt;P&gt;I thought of looping through all the records in my table, looking up the 'NON Key' field TRAN2_DATE, and then do the 'forcing in' there.&lt;/P&gt;&lt;P&gt;I'm not sure if that idea would work - or if my Lookup statement here at all is 1) the right thing to do 2)actually does the right thing.&lt;/P&gt;&lt;P&gt;All input would be welcome thanks&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 18:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709657#M724788</guid>
      <dc:creator>QFanatic</dc:creator>
      <dc:date>2024-11-16T18:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: use Lookup to find value ?</title>
      <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709737#M724789</link>
      <description>&lt;P&gt;Changing your expression to this seems to be helping&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(Sum({&amp;lt;PERIODID = {$(=Max(PERIODID)-2)}, Table = {"Table1"}&amp;gt;} TRN_AMOUNT) + Sum(0) = 0, 'N/A', Sum({&amp;lt;PERIODID = {$(=Max(PERIODID)-2)}, Table = {"Table1"}&amp;gt;} TRN_AMOUNT))&lt;/LI-CODE&gt;&lt;P&gt;and&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;=If(Sum({&amp;lt;PERIODID = {$(=Max(PERIODID)-1)}, Table = {"Table1"}&amp;gt;} TRN_AMOUNT) + Sum(0) = 0, 'N/A', Sum({&amp;lt;PERIODID = {$(=Max(PERIODID)-1)}, Table = {"Table1"}&amp;gt;} TRN_AMOUNT))&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 313px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/35276i150C44827A7BC195/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 12:54:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709737#M724789</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-06-10T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: use Lookup to find value ?</title>
      <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709793#M724790</link>
      <description>&lt;P&gt;Awesome as always, Thank you Sunny!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another model which has a similar problem, but this proposed solution, doesnt work there. I will create a new post for that and Tagg you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:13:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709793#M724790</guid>
      <dc:creator>QFanatic</dc:creator>
      <dc:date>2020-06-10T14:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: use Lookup to find value ?</title>
      <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709805#M724791</link>
      <description>&lt;P&gt;Sounds good&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 14:32:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709805#M724791</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2020-06-10T14:32:58Z</dc:date>
    </item>
    <item>
      <title>Re: use Lookup to find value ?</title>
      <link>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709831#M724792</link>
      <description>&lt;P&gt;hi Sunny&lt;/P&gt;&lt;P&gt;Here is the link of my new post - tried implementing your suggestion here as well - no luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Much appreciated&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/t5/New-to-QlikView/Display-all-dates-of-Month/m-p/1709830#M390103" target="_blank" rel="noopener"&gt;https://community.qlik.com/t5/New-to-QlikView/Display-all-dates-of-Month/m-p/1709830#M390103&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 10 Jun 2020 15:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/use-Lookup-to-find-value/m-p/1709831#M724792</guid>
      <dc:creator>QFanatic</dc:creator>
      <dc:date>2020-06-10T15:33:11Z</dc:date>
    </item>
  </channel>
</rss>

