<?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 Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets) in App Development</title>
    <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822806#M67482</link>
    <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I face&amp;nbsp;Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets) .&lt;/P&gt;&lt;P&gt;As i could see the parameter value set as default Qlik recommendation mentioned below ,&lt;/P&gt;&lt;P&gt;Error Peak Memory - 2147483648 Bytes&lt;/P&gt;&lt;P&gt;Warning&amp;nbsp;Peak Memory - 1073741824&amp;nbsp;Bytes&lt;/P&gt;&lt;P&gt;Error Process Time - 60000 ms&lt;/P&gt;&lt;P&gt;Warning Process Time - 30000 ms&lt;/P&gt;&lt;P&gt;But when i check the Details sheet (Telemetry Detailed Records table) , i could see the yellow mark for warning and Red mark for Error&amp;nbsp; which highlight the parameter value set in setting files is highlighted even its less than the value set and highlighting both the parameters Peak Memory and Process Time .&lt;/P&gt;&lt;P&gt;Kindly suggest or help me to fix this issues .&lt;/P&gt;</description>
    <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
    <dc:creator>sharathr</dc:creator>
    <dc:date>2021-11-30T18:17:33Z</dc:date>
    <item>
      <title>Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822806#M67482</link>
      <description>&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;I face&amp;nbsp;Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets) .&lt;/P&gt;&lt;P&gt;As i could see the parameter value set as default Qlik recommendation mentioned below ,&lt;/P&gt;&lt;P&gt;Error Peak Memory - 2147483648 Bytes&lt;/P&gt;&lt;P&gt;Warning&amp;nbsp;Peak Memory - 1073741824&amp;nbsp;Bytes&lt;/P&gt;&lt;P&gt;Error Process Time - 60000 ms&lt;/P&gt;&lt;P&gt;Warning Process Time - 30000 ms&lt;/P&gt;&lt;P&gt;But when i check the Details sheet (Telemetry Detailed Records table) , i could see the yellow mark for warning and Red mark for Error&amp;nbsp; which highlight the parameter value set in setting files is highlighted even its less than the value set and highlighting both the parameters Peak Memory and Process Time .&lt;/P&gt;&lt;P&gt;Kindly suggest or help me to fix this issues .&lt;/P&gt;</description>
      <pubDate>Tue, 30 Nov 2021 18:17:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822806#M67482</guid>
      <dc:creator>sharathr</dc:creator>
      <dc:date>2021-11-30T18:17:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822858#M67485</link>
      <description>&lt;P&gt;Hi, you can open the script and in the configuration sheet you can configure the thresholds, confirm the values set, maybe someone changed the default values.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 07:31:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822858#M67485</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-07-18T07:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822884#M67495</link>
      <description>&lt;P&gt;Hi Ruben Marin,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;I could see only below values in scripts and no other values or specific configuration sheet in Telemetry Dashboard version 4.3.1 (installed).&lt;/P&gt;&lt;P&gt;Script Tabs:-&lt;/P&gt;&lt;P&gt;Node RAM: Round(Max(([availableRAMtmp]/1024/1024))) AS [AvailableRAMMB]&lt;/P&gt;&lt;P&gt;Performance Cleanup: Timestamp(Floor([performanceTimestamp],1/(24*60)), 'h:mm:TT) AS [performanceTimestamp]&lt;/P&gt;&lt;P&gt;Performance Archives: Ceil ([VMCommitted(MB)], 1000) AS [VMCommitted(MB)]&lt;/P&gt;&lt;P&gt;Performance Root: Ceil ([VMCommitted(MB)], 1000) AS [VMCommitted(MB)]&lt;/P&gt;&lt;P&gt;Telemetry Archives: round(ProcessTime/1000,1) AS [Process Time (S)]&lt;/P&gt;&lt;P&gt;Telemetry Archives: round([NetRAM]/1048576) AS [NetRAMMB]&lt;/P&gt;&lt;P&gt;Telemetry Archives: round([PeakRAM]/1048576) AS [PeakRAMMB]&lt;/P&gt;&lt;P&gt;Telemetry Root: round(ProcessTime/1000,1) AS [Process Time (S)]&lt;/P&gt;&lt;P&gt;Telemetry Root: round([NetRAM]/1048576) AS [NetRAMMB]&lt;/P&gt;&lt;P&gt;Telemetry Root: round([PeakRAM]/1048576) AS [PeakRAMMB]&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also i have attached the current view in Details sheet (Telemetry Detailed Records) table.&lt;/P&gt;&lt;P&gt;As per default parameter set, values to be captured as&lt;/P&gt;&lt;P&gt;For Process Time (S):&lt;/P&gt;&lt;P&gt;If &amp;lt;= 29 sec it will be displayed as same (without highlight), if 30 sec &amp;gt;= 59 sec will be displayed as same (highlighted with Yellow for warning) and if &amp;gt;= 60 sec will be displayed as same (highlighted with Red for Error)&lt;/P&gt;&lt;P&gt;For Peak RAM (MB):&lt;/P&gt;&lt;P&gt;If &amp;lt;= 1073741823 bytes it will be displayed as same (without highlight), if 1073741824 bytes &amp;gt;= 2147483647 bytes will be displayed as same (highlighted with Yellow for warning) and if &amp;gt;= 2147483648 bytes will be displayed as same (highlighted with Red for Error)&lt;/P&gt;&lt;P&gt;My Case:&lt;/P&gt;&lt;P&gt;If the Process Time is 32 sec and Peak RAM is 456 bytes, then it has to highlight Process Time value with Yellow for warning and corresponding Peak RAM without highlight as per condition or logic or Parameter set, but here it’s highlighting both the Process Time &amp;amp; Peak RAM values with Yellow color.&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;If the Process Time is 10 sec and Peak RAM is 2147483699 bytes, then it has to highlight Peak RAM value with Red for Error and corresponding Process Time without highlight as per condition or logic or Parameter set , But here its highlighting both the Peak RAM &amp;amp; Process Time values with Red color.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Also i have attached the sample data set for quick understanding of my issue scenario.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 15:24:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822884#M67495</guid>
      <dc:creator>sharathr</dc:creator>
      <dc:date>2021-07-18T15:24:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822889#M67497</link>
      <description>&lt;P&gt;Hi, sorry I was thinking on the metadata analyzer or the analyzer app for SaaS, I didn't knew this app existed.&lt;/P&gt;&lt;P&gt;I looked for it and there are some videos for configuration: &lt;A href="https://www.youtube.com/watch?v=dfkoc4Dwb0g" target="_blank"&gt;https://www.youtube.com/watch?v=dfkoc4Dwb0g&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Sun, 18 Jul 2021 17:05:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822889#M67497</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-07-18T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822928#M67499</link>
      <description>&lt;P&gt;Hi, BTW, in the current visual sheet I don't understand why process 8 is red and process 5 yellow, check the color expression of this app to confirm what is exactly doing to set that colors.&lt;/P&gt;</description>
      <pubDate>Mon, 19 Jul 2021 06:02:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1822928#M67499</guid>
      <dc:creator>rubenmarin</dc:creator>
      <dc:date>2021-07-19T06:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Issues in highlighting Warning and Error parameters in Telemetry Dashboard (Details Sheets)</title>
      <link>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1824350#M67679</link>
      <description>&lt;P&gt;Hi Ruben Marin,&lt;/P&gt;&lt;P&gt;Thanks for your response and assistance .&lt;/P&gt;&lt;P&gt;I have modified the default condition based on my requirement and working as expected .&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jul 2021 08:14:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/App-Development/Issues-in-highlighting-Warning-and-Error-parameters-in-Telemetry/m-p/1824350#M67679</guid>
      <dc:creator>sharathr</dc:creator>
      <dc:date>2021-07-25T08:14:03Z</dc:date>
    </item>
  </channel>
</rss>

