<?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: IsNull IsNum Len not working to check if data exists in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16832#M779864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I understand your first point. Reason I had to cut it is because Type=B also has values even when Type=A exists and I don't want to double count them when both exist hence have to pull Type=A primarily then pull Type=B only when Type=A is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for your script, should there be a parenthesis at the end or is it really structured like that? And Type is outside the set analysis?&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if(MinString(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Category]={'AAA'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Type)='A'&lt;/SPAN&gt;,&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Apr 2018 10:43:34 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-04-11T10:43:34Z</dc:date>
    <item>
      <title>IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16825#M779857</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;I have tried the usual functions (IsNull, IsNum, Len) but unable to correctly set up an Expression in my pivot table whereby if the sum({&amp;lt;Type={'A'}&amp;gt;}Amount) is not existing for that Dimension then use sum({&amp;lt;Type={'B'}&amp;gt;}Amount).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see attached. Any thoughts?&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/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16825#M779857</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16826#M779858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;I don't think your logic will work ...try like this &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;if(MinString(Type)='A',Sum({&amp;lt;Type={A}&amp;gt;}Amount),Sum({&amp;lt;Type={B}&amp;gt;}Amount))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 08:55:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16826#M779858</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-11T08:55:29Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16827#M779859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Interesting. This actually works on the sample file but if I apply the same logic on my actual file, the IF statement is returning a false hence always pulling the 2nd statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:36:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16827#M779859</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T09:36:36Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16828#M779860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok what are the values you have in the TYPE column ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:41:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16828#M779860</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-11T09:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16829#M779861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try &lt;/P&gt;&lt;P&gt;&lt;EM&gt;=Alt(Sum({&amp;lt;Type={'A'}&amp;gt;} Amount), Sum({&amp;lt;Type={'B'}&amp;gt;}Amount))&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 09:49:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16829#M779861</guid>
      <dc:creator>jonathandienst</dc:creator>
      <dc:date>2018-04-11T09:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16830#M779862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The main report has more info in the set analysis:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a Pivot Table (which is very similar to the layout of what I had attached in the original post). &lt;SPAN style="font-size: 13.3333px;"&gt;The Dimension are Monthly dates. For the Expression&lt;/SPAN&gt;, I am trying to calculate this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},[Type]={'&lt;SPAN style="color: #ff0000;"&gt;A'&lt;/SPAN&gt;},[Category]={'AAA'}&amp;gt;}Amount)&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;but if there if an Amount does not exist then start pulling this:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},[Type]={'&lt;SPAN style="color: #0000ff;"&gt;B&lt;/SPAN&gt;'},[Category]={'AAA'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Basically I know that for the first few months, there is an Amount for Type=A, but once that is no longer available, I want the subsequent months on the pivot table to pull the Amount for Type=B.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:17:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16830#M779862</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T10:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16831#M779863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok got you ..&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If your data set always associated with only one Type that is A or B then simply use &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"}&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;,[Category]={'AAA'}&amp;gt;}Amount)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;this expression should work &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;else &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if(MinString(&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;{&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;[Category]={'AAA'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;Type)='A',&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #ff0000;"&gt;A'&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;},[Category]={'AAA'}&amp;gt;}Amount),&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;EM style="color: #000000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-size: 13.3333px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #0000ff;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333px;"&gt;'},[Category]={'AAA'}&amp;gt;}Amount))&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:26:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16831#M779863</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-11T10:26:34Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16832#M779864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I understand your first point. Reason I had to cut it is because Type=B also has values even when Type=A exists and I don't want to double count them when both exist hence have to pull Type=A primarily then pull Type=B only when Type=A is null.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for your script, should there be a parenthesis at the end or is it really structured like that? And Type is outside the set analysis?&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #000000;"&gt;if(MinString(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Category]={'AAA'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;Type)='A'&lt;/SPAN&gt;,&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:43:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16832#M779864</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T10:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16833#M779865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;type is outside set Analysis ...if the expression is not working share the app please &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16833#M779865</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2018-04-11T10:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16834#M779866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try&lt;/P&gt;&lt;P&gt; sum({&amp;lt;Type={'A'}&amp;gt;+&amp;lt;Type={'B'}&amp;gt;}Amount)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 10:55:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16834#M779866</guid>
      <dc:creator>sasiparupudi1</dc:creator>
      <dc:date>2018-04-11T10:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16835#M779867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yeah, interestingly not working. Will take some time for me to strip down the app. I'll try to provide later. Thanks for the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:11:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16835#M779867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T11:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16836#M779868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does this expression work for you?&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(VariableDate)"},[Type]={'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;STRONG&gt;A'&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;},[Category]={'AAA'}&amp;gt;}Amount)&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a feeling that this might not be working also because of the Set Analysis on the DateNum, but I might be wrong...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT: Try one of these&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;if(MinString(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;DateNum = {"&amp;gt;=$(=VariableDate)"},&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Category]={'AAA'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;Type)='A',&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(=VariableDate)"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;A'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;},[Category]={'AAA'}&amp;gt;}Amount),&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=$(=VariableDate)"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; color: #0000ff;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;'},[Category]={'AAA'}&amp;gt;}Amount))&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;or this&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;if(MinString(&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;{&amp;lt;DateNum = {"&amp;gt;=$(=$(VariableDate))"},&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;[Category]={'AAA'}&lt;/SPAN&gt;&amp;gt;}&lt;/SPAN&gt;Type)='A',&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=&lt;EM style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-weight: inherit;"&gt;$(=$(VariableDate))&lt;/EM&gt;"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #ff0000;"&gt;A'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit;"&gt;},[Category]={'AAA'}&amp;gt;}Amount),&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; color: #000000;"&gt;&lt;EM style="font-weight: inherit;"&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;Sum({&amp;lt;DateNum = {"&amp;gt;=&lt;EM style="color: #000000; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px; font-weight: inherit;"&gt;$(=$(VariableDate))&lt;/EM&gt;"},[Type]={'&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px; color: #0000ff;"&gt;B&lt;/SPAN&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-size: 13.3333px;"&gt;'},[Category]={'AAA'}&amp;gt;}Amount))&lt;/SPAN&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 11:28:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16836#M779868</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-04-11T11:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: IsNull IsNum Len not working to check if data exists</title>
      <link>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16837#M779869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes on its own, the expression works with the set analysis. Anyway really strange that the MinString approach doesn't work on the main app, but on a simple file (and I also replicated all the set analysis), the MinString function is working properly as intended. I'll just close this for now as the proposed solution is technically working. &lt;SPAN style="font-size: 13.3333px;"&gt;May just have something to do with my data. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Apr 2018 12:50:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/IsNull-IsNum-Len-not-working-to-check-if-data-exists/m-p/16837#M779869</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-04-11T12:50:36Z</dc:date>
    </item>
  </channel>
</rss>

