<?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: Where condition is not working in Cubes in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Where-condition-is-not-working-in-Cubes/m-p/492343#M1229048</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need use the sentence where in the load of a cube, you have that add the follow line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;[$0SD_C03]:&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Load *;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Select PseudoMDX D (&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Dimensions (&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&amp;nbsp; [0CALYEAR] (),&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&amp;nbsp; [0FISCPER] ()),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Slices (&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [&lt;SPAN style="color: #222222; font-family: arial; font-size: small;"&gt;0CALYEAR&lt;/SPAN&gt;].[2013]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;From ($0SD_C03));&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Please try with this code, but you may that check the value of the value field.&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Regards!.&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Alejandro Urrego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Jul 2014 17:06:39 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-07-29T17:06:39Z</dc:date>
    <item>
      <title>Where condition is not working in Cubes</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-is-not-working-in-Cubes/m-p/492342#M1229044</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I used where condition in following script but it is not working. it showing full data only. i do not know whether i am making any mistake in the condition. the data fetched from Cubes via SAPOlapconnector.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;[$0SD_C03]:&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Load *;&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;Select PseudoMDX D (&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt; Dimensions (&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&amp;nbsp; [0CALYEAR] (),&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt;&amp;nbsp; [0FISCPER] ()),&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt; From ($0SD_C03))&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt; where&amp;nbsp; [0CALYEAR] = 2013&lt;/P&gt;&lt;P style="color: #222222; font-family: arial; font-size: small;"&gt; ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Antony.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-is-not-working-in-Cubes/m-p/492342#M1229044</guid>
      <dc:creator />
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition is not working in Cubes</title>
      <link>https://community.qlik.com/t5/QlikView/Where-condition-is-not-working-in-Cubes/m-p/492343#M1229048</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Antony,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need use the sentence where in the load of a cube, you have that add the follow line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;[$0SD_C03]:&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Load *;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Select PseudoMDX D (&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Dimensions (&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&amp;nbsp; [0CALYEAR] (),&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&amp;nbsp; [0FISCPER] ()),&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Slices (&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; [&lt;SPAN style="color: #222222; font-family: arial; font-size: small;"&gt;0CALYEAR&lt;/SPAN&gt;].[2013]),&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;From ($0SD_C03));&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Please try with this code, but you may that check the value of the value field.&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Regards!.&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;&lt;/P&gt;&lt;P style="font-size: small; font-family: arial; color: #222222;"&gt;Alejandro Urrego&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Jul 2014 17:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Where-condition-is-not-working-in-Cubes/m-p/492343#M1229048</guid>
      <dc:creator />
      <dc:date>2014-07-29T17:06:39Z</dc:date>
    </item>
  </channel>
</rss>

