<?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 turn a String Session Property to Long Property? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117704#M1709</link>
    <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;Although the regex during testing seems to work, but actually after we apply it, it won't work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I've open a support ticket and this is the reply I get:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;Please note that&lt;/EM&gt;&lt;/U&gt;&lt;EM&gt;&lt;BR /&gt;&lt;STRONG&gt;doubles:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;we don't support thousands separators&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;we only support '.' and ',' as decimal separators&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;we don't support other characters (no e/E, f/F, d/D)&lt;BR /&gt;=&amp;gt; only one char may be '.' or ',' (two separators are not allowed!), all other characters must be digits!&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;longs:&lt;/STRONG&gt;&lt;BR /&gt;all characters must be digits, no other characters are supported!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please verify it for the captured, or if string works, may stay with it. Please let me know what do you think.&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 25 Jun 2019 03:36:10 GMT</pubDate>
    <dc:creator>waikeat_chan</dc:creator>
    <dc:date>2019-06-25T03:36:10Z</dc:date>
    <item>
      <title>How to turn a String Session Property to Long Property?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117700#M1705</link>
      <description>&lt;P&gt;The session property I able to capture from the CSS element is "MYRxxxx or USD xxxx". Due to the word MYR or USD, it can't be long but has to be string.&lt;/P&gt;&lt;P&gt;Now, after capturing this, how can I configure Dynatrace to remove the name of the currency and make them to be long after that?&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Wai Keat&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2019 02:33:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117700#M1705</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2019-05-02T02:33:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn a String Session Property to Long Property?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117701#M1706</link>
      <description>&lt;P&gt;There is no option to make such switch. You have to delete field and create it new for example with new key name but for the same css property.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2019 05:31:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117701#M1706</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-05-02T05:31:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn a String Session Property to Long Property?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117702#M1707</link>
      <description>&lt;P&gt;&lt;A rel="user" href="https://answers.dynatrace.com/users/6729/view.html" nodeid="6729"&gt;@Wai Keat C.&lt;/A&gt; to extract a long you first need to apply a cleanup rule. The cleanup rule allows you to extract the actual number from the string "MYRxxxx" or "USD xxxx". The extracted value can then be converted into a long. See the attached screenshot as an example.&lt;/P&gt;&lt;P&gt;&lt;A href="https://answers.dynatrace.com/storage/attachments/20415-example-extraction.png"&gt;example-extraction.png&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Please note, that you cannot apply this to values that have already been captured. But at least you can add a new rule that properly extracts the value as a long. I suggest to create a new property and remove the old one to not mix values.&lt;/P&gt;&lt;P&gt;You can also extract a value currency to just have "MYD" and "USD" and another rule that just contains the total. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2019 07:48:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117702#M1707</guid>
      <dc:creator>simon_scheurer</dc:creator>
      <dc:date>2019-05-02T07:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn a String Session Property to Long Property?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117703#M1708</link>
      <description>&lt;P&gt;Thanks guys, for the swift input. &lt;BR /&gt;Let me try it our later.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 May 2019 08:29:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117703#M1708</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2019-05-02T08:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to turn a String Session Property to Long Property?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117704#M1709</link>
      <description>&lt;P&gt;Hi Simon,&lt;/P&gt;&lt;P&gt;Although the regex during testing seems to work, but actually after we apply it, it won't work.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I've open a support ticket and this is the reply I get:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;&lt;EM&gt;Please note that&lt;/EM&gt;&lt;/U&gt;&lt;EM&gt;&lt;BR /&gt;&lt;STRONG&gt;doubles:&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;EM&gt;we don't support thousands separators&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;we only support '.' and ',' as decimal separators&lt;/EM&gt;&lt;/LI&gt;&lt;LI&gt;&lt;EM&gt;we don't support other characters (no e/E, f/F, d/D)&lt;BR /&gt;=&amp;gt; only one char may be '.' or ',' (two separators are not allowed!), all other characters must be digits!&lt;/EM&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;longs:&lt;/STRONG&gt;&lt;BR /&gt;all characters must be digits, no other characters are supported!&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Please verify it for the captured, or if string works, may stay with it. Please let me know what do you think.&lt;/EM&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 25 Jun 2019 03:36:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/How-to-turn-a-String-Session-Property-to-Long-Property/m-p/117704#M1709</guid>
      <dc:creator>waikeat_chan</dc:creator>
      <dc:date>2019-06-25T03:36:10Z</dc:date>
    </item>
  </channel>
</rss>

