<?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 Example of 'in' operator in Segments in Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280675#M36953</link>
    <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to use the 'in' operator to apply filters in the Segments but always get errors like "&lt;SPAN&gt;The filter field statement has to be defined&lt;/SPAN&gt;" or "&lt;SPAN&gt;Segments can only filter by text. Wrap "(t)" with quotation marks.&lt;/SPAN&gt;"&lt;BR /&gt;Is there some working example which I could use as&amp;nbsp; reference.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kumaravel&lt;/P&gt;</description>
    <pubDate>Thu, 03 Jul 2025 09:39:46 GMT</pubDate>
    <dc:creator>kumaravel</dc:creator>
    <dc:date>2025-07-03T09:39:46Z</dc:date>
    <item>
      <title>Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280675#M36953</link>
      <description>&lt;P&gt;Hello,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to use the 'in' operator to apply filters in the Segments but always get errors like "&lt;SPAN&gt;The filter field statement has to be defined&lt;/SPAN&gt;" or "&lt;SPAN&gt;Segments can only filter by text. Wrap "(t)" with quotation marks.&lt;/SPAN&gt;"&lt;BR /&gt;Is there some working example which I could use as&amp;nbsp; reference.&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Kumaravel&lt;/P&gt;</description>
      <pubDate>Thu, 03 Jul 2025 09:39:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280675#M36953</guid>
      <dc:creator>kumaravel</dc:creator>
      <dc:date>2025-07-03T09:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280928#M36987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87037"&gt;@kumaravel&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below you can find an example of how to achieve the desired filtering in DQL (since the in operator is not supported in this context) by using multiple OR conditions instead:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;fetch logs&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| filter dt.system.bucket == "logs_default" OR dt.system.bucket == "logs_archive"&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;| fields dt.system.bucket, loglevel, content&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 08:59:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280928#M36987</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-07T08:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280930#M36988</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/16832"&gt;@radek_jasinski&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;In my case, I do not have a fixed list to hardcode with OR condition and was looking for an option to work with dynamic values.&lt;/P&gt;&lt;P&gt;But if its not supported, then will check other possible ways to implement my usecase.&lt;/P&gt;&lt;P&gt;Is there any plan to include the in operator in the 'Segments' as well or its out of scope for some specific reason?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 09:18:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280930#M36988</guid>
      <dc:creator>kumaravel</dc:creator>
      <dc:date>2025-07-07T09:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280944#M36994</link>
      <description>&lt;P&gt;I couldn’t find anything in the documentation saying that in is supported in Segments, and I just tried it myself but it didn’t work either.&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/manage/segments/reference/segments-reference-data-types" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/segments/reference/segments-reference-data-types&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://docs.dynatrace.com/docs/manage/segments/reference/segments-reference-limits" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/segments/reference/segments-reference-limits&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 10:45:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280944#M36994</guid>
      <dc:creator>radek_jasinski</dc:creator>
      <dc:date>2025-07-07T10:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280966#M36997</link>
      <description>&lt;P&gt;When I am trying to build a segment, I saw the link to documentation as shown in screenshot&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="kumaravel_0-1751897004820.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/28850i3487C836E7E6A675/image-size/medium?v=v2&amp;amp;px=400" role="button" title="kumaravel_0-1751897004820.png" alt="kumaravel_0-1751897004820.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The link points to the page&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/discover-dynatrace/get-started/dynatrace-ui/ui-filter-field" target="_blank"&gt;https://docs.dynatrace.com/docs/discover-dynatrace/get-started/dynatrace-ui/ui-filter-field&lt;/A&gt;&lt;/P&gt;&lt;P&gt;So this is kind of confusing as the documentation link mentions the operator 'in'.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2025 14:05:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/280966#M36997</guid>
      <dc:creator>kumaravel</dc:creator>
      <dc:date>2025-07-07T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/292102#M38306</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/87037"&gt;@kumaravel&lt;/a&gt;,&amp;nbsp;&lt;BR /&gt;did you manage to solve this one?&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 15:16:07 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/292102#M38306</guid>
      <dc:creator>GosiaMurawska</dc:creator>
      <dc:date>2025-12-23T15:16:07Z</dc:date>
    </item>
    <item>
      <title>Re: Example of 'in' operator in Segments</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/292106#M38308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/77704"&gt;@GosiaMurawska&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;I checked today and seems the option is now available to use the 'in' operator. Later will try to implement my use case. Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 23 Dec 2025 15:49:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Example-of-in-operator-in-Segments/m-p/292106#M38308</guid>
      <dc:creator>kumaravel</dc:creator>
      <dc:date>2025-12-23T15:49:13Z</dc:date>
    </item>
  </channel>
</rss>

