<?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: Data not found in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202642#M880519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny T,&lt;/P&gt;&lt;P&gt;thanks a lot, I've tried with your suggestion, and it works, at least it gives me some results!!&lt;/P&gt;&lt;P&gt;I also used a text object to show the Anno,&lt;SPAN style="font-size: 13.3333px;"&gt;Mid([Anno]) &lt;/SPAN&gt; and they change any time I choose a different Year... so Mid([Anno]) returns a different dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Oct 2016 06:26:15 GMT</pubDate>
    <dc:creator>vittorianad</dc:creator>
    <dc:date>2016-10-06T06:26:15Z</dc:date>
    <item>
      <title>Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202640#M880517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13.3333px;"&gt;hi,&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;i'm a new QlickView user and I've got a problem in one expression:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;the expression before was:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt; =sum({&amp;lt;[Codice Commessa]={'C16.*'}&amp;gt;}[# Costo Materia Prima Totale Cliente]) &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;now I want&amp;nbsp; something like this:&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;=sum({&amp;lt;[Codice Commessa]={ 'C'&amp;amp;mid([Anno],3,2)&amp;amp;'.*'}&amp;gt;}[# Costo Materia Prima Totale Cliente])&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;I also created a variable with the value of &lt;SPAN style="font-size: 13.3333px;"&gt;'C'&amp;amp;mid([Anno],3,2)&amp;amp;'.*' ...&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;=sum({&amp;lt;[Codice Commessa]={ "$(=vIniComm)"'}&amp;gt;}[# Costo Materia Prima Totale Cliente])&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;it still doesn't work&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;What it's wrong?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Thank&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Vittoriana&lt;BR /&gt;&lt;/SPAN&gt;&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/Data-not-found/m-p/1202640#M880517</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202641#M880518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How about you try this:&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: 13.3333px;"&gt;&lt;STRONG&gt;=Sum({&amp;lt;[Codice Commessa]={&lt;SPAN style="color: #ff0000;"&gt;"$(=&lt;/SPAN&gt;'C'&amp;amp;Mid([Anno],3,2)&amp;amp;'.*'&lt;SPAN style="color: #ff0000;"&gt;)"&lt;/SPAN&gt;}&amp;gt;}[# Costo Materia Prima Totale Cliente])&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I hope you are not expecting a different value of Mid(Anno) for different dimensions on your chart because set analysis is only evaluated once per chart.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2016 16:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202641#M880518</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-05T16:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202642#M880519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sunny T,&lt;/P&gt;&lt;P&gt;thanks a lot, I've tried with your suggestion, and it works, at least it gives me some results!!&lt;/P&gt;&lt;P&gt;I also used a text object to show the Anno,&lt;SPAN style="font-size: 13.3333px;"&gt;Mid([Anno]) &lt;/SPAN&gt; and they change any time I choose a different Year... so Mid([Anno]) returns a different dimension &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 06:26:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202642#M880519</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2016-10-06T06:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202643#M880520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Define your variable like&lt;/P&gt;&lt;P&gt;Let vIniComm='chr(67)&amp;amp;mid([Anno],3,2)&amp;amp;chr(42)';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and the expression&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=sum({&amp;lt;[Codice Commessa]={$(=chr(39)&amp;amp;$(vIniComm)&amp;amp;chr(39))}&amp;gt;} [# Costo Materia Prima Totale Cliente])&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 11:57:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202643#M880520</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2016-10-06T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202644#M880521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So are you happy with the output or are you still looking for more help? If you need more help, then it would be best if you can provide a sample with the expected output so that we can work on getting you your desired output&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Oct 2016 16:28:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202644#M880521</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-10-06T16:28:49Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202645#M880522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm happy at the moment, I'm still doing training on Qlikview, working on some dashboards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:56:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202645#M880522</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2016-10-07T06:56:06Z</dc:date>
    </item>
    <item>
      <title>Re: Data not found</title>
      <link>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202646#M880525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;I created a variable, as you suggested, but this does'n t work. I think that [Anno] is not instantiated at the time and any time I change the year in the dashboard...&lt;/P&gt;&lt;P&gt;The best solution it's been the first one...&lt;/P&gt;&lt;P&gt;bye&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Oct 2016 06:59:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Data-not-found/m-p/1202646#M880525</guid>
      <dc:creator>vittorianad</dc:creator>
      <dc:date>2016-10-07T06:59:40Z</dc:date>
    </item>
  </channel>
</rss>

