<?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 Convert String to Integer in Dynatrace Query Language (DQL) in DQL</title>
    <link>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/253125#M1134</link>
    <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This thread explains how to use DQL functions to convert string values into numeric or integer formats. It includes syntax examples and practical use cases for data transformation in Dynatrace dashboards.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hi Experts&lt;/P&gt;
&lt;P&gt;May i know which function to use to convert string value in to Integer or Number format?&lt;/P&gt;</description>
    <pubDate>Wed, 21 Jan 2026 10:48:53 GMT</pubDate>
    <dc:creator>nikhilchandra</dc:creator>
    <dc:date>2026-01-21T10:48:53Z</dc:date>
    <item>
      <title>Convert String to Integer in Dynatrace Query Language (DQL)</title>
      <link>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/253125#M1134</link>
      <description>&lt;P&gt;&lt;EM&gt;Summary:&amp;nbsp;This thread explains how to use DQL functions to convert string values into numeric or integer formats. It includes syntax examples and practical use cases for data transformation in Dynatrace dashboards.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hi Experts&lt;/P&gt;
&lt;P&gt;May i know which function to use to convert string value in to Integer or Number format?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Jan 2026 10:48:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/253125#M1134</guid>
      <dc:creator>nikhilchandra</dc:creator>
      <dc:date>2026-01-21T10:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Number or Integer format</title>
      <link>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/253129#M1136</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/47783"&gt;@Mizső&lt;/a&gt;&amp;nbsp; but i am getting null output, as the input value is a string.&lt;/P&gt;</description>
      <pubDate>Mon, 12 Aug 2024 07:52:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/253129#M1136</guid>
      <dc:creator>nikhilchandra</dc:creator>
      <dc:date>2024-08-12T07:52:23Z</dc:date>
    </item>
    <item>
      <title>Re: Convert String to Number or Integer format</title>
      <link>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/254652#M1161</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;toLong()&lt;/STRONG&gt;&lt;/EM&gt; conversion function , but the string being parameter needs to be a valid number, otherwise you will get null&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;data 
  record(s="1"),
  record(s="1.2"),
  record(s="a")
| fieldsAdd i=toLong(s), d=toDouble(s)&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="krzysztof_hoja_0-1725183035460.png" style="width: 807px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/22144i644FCBB34500D0E8/image-dimensions/807x568?v=v2" width="807" height="568" role="button" title="krzysztof_hoja_0-1725183035460.png" alt="krzysztof_hoja_0-1725183035460.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Sep 2024 09:32:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/DQL/Convert-String-to-Integer-in-Dynatrace-Query-Language-DQL/m-p/254652#M1161</guid>
      <dc:creator>krzysztof_hoja</dc:creator>
      <dc:date>2024-09-01T09:32:03Z</dc:date>
    </item>
  </channel>
</rss>

