<?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: Issue with with Pivot table dimenion in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106942#M16754</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;/P&gt;&lt;P&gt;IF(Num (Replace (Replace (Replace (ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;gt; 0&lt;/P&gt;&lt;P&gt;AND Num(Replace(Replace(Replace(ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;lt;= 7, '1-7 DAYS', 'NOT 1-7 DAYS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of my single quotes were from MS Word and that can cause issues...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above formula doesn't work please let me know exactly what error / response you get. Does the logical process make sense to you (converting string to numeric)? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Aug 2018 19:38:13 GMT</pubDate>
    <dc:creator>wdchristensen</dc:creator>
    <dc:date>2018-08-21T19:38:13Z</dc:date>
    <item>
      <title>Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106933#M16745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Hello,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am trying to create a new&amp;nbsp; field in Pivot table dimension from an existing field, I have tried using if match and nested if as well but nothing is working not sure what the problem is, here is what I am trying to do.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have a LastReportedBucket filed with the values (1 DAY, 2-7 DAYS, 8-30 DAYS, 31+ DAYS and Never) from this I want to create a filed in Pivot table dimension like below.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;1 DAY and 2-7 DAYS&lt;/STRONG&gt; to &lt;SPAN style="color: #ff9900;"&gt;&lt;STRONG style=": ; color: #008000;"&gt;1-7 DAYS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;8-30 DAYS and 31+ DAYS&lt;/STRONG&gt; to &lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #008000;"&gt;7+ DAYS&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Nerver&lt;/STRONG&gt; to &lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #008000;"&gt;Nerver&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #008000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #008000;"&gt; &lt;/STRONG&gt;&lt;SPAN style="color: #000000;"&gt;I was trying below expression and its not showing any error in the expression window but I am not getting anything in the Pivot table&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #575757;"&gt;&lt;STRONG style="color: #008000;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;=if(Match(LastReportedBucket, '[1 DAY]','[2-7 DAYS]'),'[1-7 DAYS]',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;if(Match(LastReportedBucket, '[8-30 DAYS]','[31+ DAYS]'), '[7+ DAYS]',&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;if(Match(LastReportedBucket,'NEVER','NEVER'),LastReportedBucket)))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;I have similar issue with another field called ReportingBucket and the the values are 1 DAY, 2 DAYS, 3 DAYS.....30 DAYS from this i was trying to display first 7 DAYS (1 DAY, 2 DAYS...7 DAYS) using if match here also same issue.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:40:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106933#M16745</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T13:40:42Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106934#M16746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;=if(LastReportedBucket='[1 DAY]' OR LastReportedBucket='[2-7 DAYS]', '[1-7 DAYS]', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LastReportedBucket='[8-30 DAYS]' OR LastReportedBucket='[31+ DAYS]', '[7+ DAYS]', &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LastReportedBucket='NEVER', 'NEVER', 'UNCATEGORIZED WARNING')))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 13:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106934#M16746</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T13:51:03Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106935#M16747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why you need square ([ ]) brackets in single quotes? Ignore them and check it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Prashanth Reddy D.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:02:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106935#M16747</guid>
      <dc:creator>d_prashanthredd</dc:creator>
      <dc:date>2018-08-21T14:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106936#M16748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&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; font-family: inherit; color: #000000;"&gt;=if(Match(LastReportedBucket, '[1 DAY]','[2-7 DAYS]'),'[1-7 DAYS]',&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; font-family: inherit; color: #000000;"&gt;if(Match(LastReportedBucket, '[8-30 DAYS]','[31+ DAYS]'), '[7+ DAYS]',&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; font-family: inherit; color: #000000;"&gt;if(Match(LastReportedBucket,'NEVER'&lt;STRONG&gt;&lt;SPAN style="color: #ff0000;"&gt;),'NEVER'&lt;/SPAN&gt;&lt;SPAN style="color: #ff0000;"&gt;,&lt;/SPAN&gt;&lt;/STRONG&gt;LastReportedBucket&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; font-family: inherit; color: #000000;"&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; font-family: inherit; color: #000000;"&gt;))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #000000;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:04:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106936#M16748</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-21T14:04:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106937#M16749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is much easier to code solution when actual sample data is provided... I agree that you don't need brackets unless they are present in your actual data. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:06:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106937#M16749</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T14:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106938#M16750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I like the way Neelam coded his "no match condition" because I am not typically the data owner and in my experience data will commonly change without anyone notifying me. So in 6 months when someone adds a new category '0 SAME DAY', I don't want those records falling in the '&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;UNCATEGORIZED WARNING&lt;/SPAN&gt;' category as I previously coded. In that scenario, any new category will require a code change. However, if you coded the last "if statement" with a reference back to the original category, you might get lucky and not have to touch the code. In that example, if they wanted same day to be in it's own category then no change is needed.&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;=if(LastReportedBucket='1 DAY' OR LastReportedBucket='2-7 DAYS', '1-7 DAYS',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LastReportedBucket='8-30 DAYS' OR LastReportedBucket='31+ DAYS', '7+ DAYS',&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; if(LastReportedBucket='NEVER', 'NEVER', &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;LastReportedBucket&lt;/STRONG&gt;&lt;/SPAN&gt;)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106938#M16750</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T14:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106939#M16751</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks William, this works fine and it is working with IF clause not with if match&lt;/P&gt;&lt;P&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; I have another field called ReportingBucket and the the values are 1 DAY, 2 DAYS, 3 DAYS.....30 DAYS from this i was trying to display first 7 DAYS (1 DAY, 2 DAYS...7 DAYS) and am using like below&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;=if(match(Onboarad.ReportingBucket,'1 DAY','2 DAYS','3 DAYS','4 DAYS','5 DAYS','6 DAYS','7 DAYS'),Onboarad.ReportingBucket)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 14:54:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106939#M16751</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T14:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106940#M16752</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What I think you are wanting to do is check to see if the ReportingBucket is between 1 DAY and 7 DAYS. However you can't just do a numerical check but you have a field that contains string values. If we removed " DAY", " DAYS" and "NEVER" we could cast the remaining characters to an integer. So 7 DAYS would return the number 7 with the formula below:&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;Num(Replace(Replace(ReportingBucket,' DAYS',''),' DAY',''), '0')&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;So you could use the test condition 1-7 as follows with an if statement. &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;IF(Num(Replace(Replace(Replace(ReportingBucket,'NEVER’, '-1'),' DAYS',''),' DAY',''), '0') &amp;gt; 0 &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AND Num(Replace(Replace(Replace(ReportingBucket,'NEVER’, '-1'),' DAYS',''),' DAY',''), '0') &amp;lt;= 7, '1-7 DAYS', 'NOT 1-7 DAYS')&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;As a personal preference I don't like these types my formulas in the application. I typically do this transformation in my load scripts so if I need to have a numeric field for my IF statement, I just create a new field but it will work either way. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 16:13:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106940#M16752</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T16:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106941#M16753</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello William, Its not working by your formula&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 18:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106941#M16753</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T18:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106942#M16754</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;/P&gt;&lt;P&gt;IF(Num (Replace (Replace (Replace (ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;gt; 0&lt;/P&gt;&lt;P&gt;AND Num(Replace(Replace(Replace(ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;lt;= 7, '1-7 DAYS', 'NOT 1-7 DAYS')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some of my single quotes were from MS Word and that can cause issues...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the above formula doesn't work please let me know exactly what error / response you get. Does the logical process make sense to you (converting string to numeric)? Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 19:38:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106942#M16754</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T19:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106943#M16755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is also not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Interesting thing is I just tried with some sample data and its working fine with simple &lt;SPAN style="text-decoration: underline;"&gt;If match&lt;/SPAN&gt; but the same is not working in my actual application. Please see attached.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is the expression which I am using in my actual application and and it says expression is OK&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; and find the attached sample qvw as well.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211435_Capture.PNG" style="height: 117px; width: 620px;" /&gt; !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:05:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106943#M16755</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T20:05:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106944#M16756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps Onboard.LAST_PING_STATUS is returning a character ('1','2','3'...) and not an integer (1,2,3...). Maybe try:&lt;/P&gt;&lt;P&gt;=if(match(num(Onboard.LAST_PING_STATUS),'1 DAY','2 DAYS','3 DAYS','4 DAYS','5 DAYS','6 DAYS','7 DAYS'), Onboarad.ReportingBucket)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:17:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106944#M16756</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T20:17:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106945#M16757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The expression looks correct and should work but if its not working for some reason then may be you can pull the numeric part of the Bucket and then instead of using 'match ' in calculated dimension, you can use NumnericBucketField is &amp;lt;=7 in the expression...just an idea!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:20:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106945#M16757</guid>
      <dc:creator>neelamsaroha157</dc:creator>
      <dc:date>2018-08-21T20:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106946#M16758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This expression also says OK in expression editor but nothing is coming up in the table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:25:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106946#M16758</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T20:25:14Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106947#M16759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;IF(Num (Replace (Replace (Replace (ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;gt; 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG&gt;AND Num(Replace(Replace(Replace(ReportingBucket,'NEVER', '-1'),' DAYS',''),' DAY',''), '0') &amp;lt;= 7, '1-7 DAYS', 'NOT 1-7 DAYS')&lt;/STRONG&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;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The above expression gives the count for &lt;SPAN style="text-decoration: underline;"&gt;1-7 DAYS and NOT 1-7 DAYS count&lt;/SPAN&gt; , this is not what i am looking I want the counts for each individual day like &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;1 DAY, &lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;2 DAYS,&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;3 DAYS.&lt;/STRONG&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;........&lt;/STRONG&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="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;STRONG&gt;7 DAYS &lt;/STRONG&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;IMG alt="Capture1.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/211451_Capture1.PNG" style="color: #575757; font-family: arial, helvetica, sans-serif; font-size: 10pt; height: auto;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:36:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106947#M16759</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-21T20:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106948#M16760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe:&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: 13px;"&gt;=if(match(num(&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Keepchar(&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Onboard.LAST_PING_STATUS&lt;/SPAN&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;, '0123456789')&lt;/SPAN&gt;),'1 DAY','2 DAYS','3 DAYS','4 DAYS','5 DAYS','6 DAYS','7 DAYS'), Onboarad.ReportingBucket)&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:37:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106948#M16760</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T20:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106949#M16761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If make a table of the source data and the desired response and I can help with the formula.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:&lt;/P&gt;&lt;P&gt;Source (&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ReportingBucket&lt;/STRONG&gt;) | Desired Result&lt;/P&gt;&lt;P&gt;1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 1 Day &lt;/P&gt;&lt;P&gt;2&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | 2 Days&lt;/P&gt;&lt;P&gt;NULL&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; | NEVER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:43:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106949#M16761</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T20:43:41Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106950#M16762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IF(Num(Onboard.LAST_PING_STATUS)=1, Text(Onboard.LAST_PING_STATUS) &amp;amp; ' Day', &lt;/P&gt;&lt;P&gt;IF(Num(Onboard.LAST_PING_STATUS)&amp;gt;1, Text(Onboard.LAST_PING_STATUS) &amp;amp; ' Days', Text(Onboard.LAST_PING_STATUS)))&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Aug 2018 20:59:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106950#M16762</guid>
      <dc:creator>wdchristensen</dc:creator>
      <dc:date>2018-08-21T20:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Issue with with Pivot table dimenion</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106951#M16763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;William, still not able to find the solution for this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;I have created another thread for this issue, can you please check&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/message/1535757"&gt;Issue with if Match function in Straight Table Dimension&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Aug 2018 17:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-with-with-Pivot-table-dimenion/m-p/106951#M16763</guid>
      <dc:creator>AC</dc:creator>
      <dc:date>2018-08-22T17:49:22Z</dc:date>
    </item>
  </channel>
</rss>

