<?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: How to show the row numbers in text object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93076#M15000</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Petter,&lt;/P&gt;&lt;P&gt;Please find the attached QVW for that logic.&lt;/P&gt;&lt;P&gt;Here If&amp;nbsp;&amp;nbsp; KPI1 and KPI2&amp;nbsp; are less than 80 then that should show 'Yes'.&lt;/P&gt;&lt;P&gt;I want to see only Yes category in straight table. &lt;/P&gt;&lt;P&gt;IF any one from both the KPI's Less than 80, it should be in 'Yes' category and i want to see that count of Dim2 names&amp;nbsp; in the Text object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any clarification. Thanks in adavance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jul 2018 08:48:16 GMT</pubDate>
    <dc:creator>rkpatelqlikview</dc:creator>
    <dc:date>2018-07-17T08:48:16Z</dc:date>
    <item>
      <title>How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93073#M14997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Qlik,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one please provide the solution on below.&lt;/P&gt;&lt;P&gt;I have an expression in straight table, I want to show Only 'Yes' counts in text object.&lt;/P&gt;&lt;P&gt;This is my expression in straight table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;= IF( Round((sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}&amp;gt;} Distance) / Sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}+{'Yellow'}+{'Red'}&amp;gt;} Distance))*100,0.01)&amp;lt;80, 'Yes',&lt;/P&gt;&lt;P&gt; IF(Round(Count({&amp;lt;Diff30=,Datums={"$(=Max(Datums))"},Diff7={'Yes'}&amp;gt;} DISTINCT [IVMS Device ID])/&lt;/P&gt;&lt;P&gt;Count(DISTINCT {&amp;lt;Diff30=, Datums={"$(=Max(Datums))"}&amp;gt;}([IVMS Device ID])) *100) &amp;lt;80, 'Yes')) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 02:07:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93073#M14997</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-17T02:07:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93074#M14998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you could provide more information about what you want to achieve like showing how the table should look like visually along with some sample data then it would be easier for us to understand your problem and help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 04:39:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93074#M14998</guid>
      <dc:creator>petter</dc:creator>
      <dc:date>2018-07-17T04:39:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93075#M14999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your response Petter,&lt;/P&gt;&lt;P&gt;Sure. Will provide the data and QVW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 05:58:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93075#M14999</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-17T05:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93076#M15000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Petter,&lt;/P&gt;&lt;P&gt;Please find the attached QVW for that logic.&lt;/P&gt;&lt;P&gt;Here If&amp;nbsp;&amp;nbsp; KPI1 and KPI2&amp;nbsp; are less than 80 then that should show 'Yes'.&lt;/P&gt;&lt;P&gt;I want to see only Yes category in straight table. &lt;/P&gt;&lt;P&gt;IF any one from both the KPI's Less than 80, it should be in 'Yes' category and i want to see that count of Dim2 names&amp;nbsp; in the Text object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if any clarification. Thanks in adavance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 08:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93076#M15000</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-17T08:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93077#M15001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the expected output for the data provided? Are you hoping to see 3 in a text box object because 944083, 943658, and 943882 meet the criteria that one of the two KPIs have percentage below 80%?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 11:57:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93077#M15001</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-17T11:57:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93078#M15002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached QVW for required output.&lt;/P&gt;&lt;P&gt;Here&lt;/P&gt;&lt;P&gt;1) In straight table i should see the substores which are &amp;lt;80%. IF any KPI is &amp;lt;80% it should be in straight table.&amp;nbsp; &lt;/P&gt;&lt;P&gt;2) Count of the Substores which are in 'Yes' category should be in Text object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 16:02:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93078#M15002</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-17T16:02:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93079#M15003</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this for text box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=Sum(Aggr(&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If(Round((sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}&amp;gt;} Distance) / Sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}+{'Yellow'}+{'Red'}&amp;gt;} Distance))*100,0.01) &amp;lt; 80 or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Round(Count({&amp;lt;Mode=,Datums={"$(=Max(Datums))"},Diff7={'Yes'}&amp;gt;} DISTINCT [IVMS Device ID])/Count(DISTINCT {&amp;lt;Mode=, Datums={"$(=Max(Datums))"}&amp;gt;}([IVMS Device ID])) *100) &amp;lt; 80, 1, 0), StoreID, substores))&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And this for the chart&lt;/P&gt;&lt;P&gt;KPI1&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Round((sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}&amp;gt;} Distance) / Sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}+{'Yellow'}+{'Red'}&amp;gt;} Distance))*100,0.01) &amp;lt; 80 or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Round(Count({&amp;lt;Mode=,Datums={"$(=Max(Datums))"},Diff7={'Yes'}&amp;gt;} DISTINCT [IVMS Device ID])/Count(DISTINCT {&amp;lt;Mode=, Datums={"$(=Max(Datums))"}&amp;gt;}([IVMS Device ID])) *100) &amp;lt; 80,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Round((sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}&amp;gt;} Distance) / Sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}+{'Yellow'}+{'Red'}&amp;gt;} Distance))*100,0.01) &amp;amp;' %')&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KPI2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;=If(Round((sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}&amp;gt;} Distance) / Sum({&amp;lt;Datums={"$(=Max(Datums))"},Category={'Green'}+{'Yellow'}+{'Red'}&amp;gt;} Distance))*100,0.01) &amp;lt; 80 or&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Round(Count({&amp;lt;Mode=,Datums={"$(=Max(Datums))"},Diff7={'Yes'}&amp;gt;} DISTINCT [IVMS Device ID])/Count(DISTINCT {&amp;lt;Mode=, Datums={"$(=Max(Datums))"}&amp;gt;}([IVMS Device ID])) *100) &amp;lt; 80,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Round(Count({&amp;lt;Mode=,Datums={"$(=Max(Datums))"},Diff7={'Yes'}&amp;gt;} DISTINCT [IVMS Device ID])/Count(DISTINCT {&amp;lt;Mode=, Datums={"$(=Max(Datums))"}&amp;gt;}([IVMS Device ID])) *100) &amp;amp;'%')&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 16:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93079#M15003</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-07-17T16:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to show the row numbers in text object</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93080#M15004</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Sunny. It's working fine.&lt;/P&gt;&lt;P&gt;Great Help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:14:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-show-the-row-numbers-in-text-object/m-p/93080#M15004</guid>
      <dc:creator>rkpatelqlikview</dc:creator>
      <dc:date>2018-07-17T17:14:11Z</dc:date>
    </item>
  </channel>
</rss>

