<?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: Finder based on contains &amp;quot;&amp;quot;? in Active IQ Unified Manager Discussions</title>
    <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129172#M23237</link>
    <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12467"&gt;@dblackwe&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Provide your workflow dar file. Designer solutions are very tedious to work on with just words at your disposal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 18 Mar 2017 02:21:21 GMT</pubDate>
    <dc:creator>sinhaa</dc:creator>
    <dc:date>2017-03-18T02:21:21Z</dc:date>
    <item>
      <title>Finder based on contains ""?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129058#M23202</link>
      <description>&lt;P&gt;Because of client naming and multitendency rules, they silo SVMs, an SVM is named $cluster[AB]_$BU. &amp;nbsp;The AB is what node it lives on. &amp;nbsp;I am trying to do a filter by cluster and node name, but I can't figure out a way to do this. &amp;nbsp;I have $cluster, and I have $BU, determined through replace functions because of how they want that presented to end users. &amp;nbsp;However I don't have a way to find out if its on A or on B. &amp;nbsp;Any suggestions?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Jun 2025 15:19:34 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129058#M23202</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2025-06-04T15:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Finder based on contains ""?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129059#M23203</link>
      <description>&lt;P&gt;I almost have this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have custom filters now to do where blah like '%${variable}%', but in this case it doesn't work.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;getVISANode(vserver1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To find the name of the node I look for which node contians A vs which node contains B, the vserver if its supposed to be on node A has nameA_bu and B_ if its on B. &amp;nbsp;I have a function that looks for the A_ or B_ and returns just A or B (that is getVISANode(str)). &amp;nbsp;I have defined vserver1 in another step in this workflow, but I can't seem to use it inside my fucntion. &amp;nbsp;Any help would be very appricated.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Mar 2017 19:07:51 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129059#M23203</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2017-03-15T19:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: Finder based on contains ""?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129172#M23237</link>
      <description>&lt;P&gt;&lt;a href="https://community.netapp.com/t5/user/viewprofilepage/user-id/12467"&gt;@dblackwe&lt;/a&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Provide your workflow dar file. Designer solutions are very tedious to work on with just words at your disposal.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;sinhaa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 18 Mar 2017 02:21:21 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129172#M23237</guid>
      <dc:creator>sinhaa</dc:creator>
      <dc:date>2017-03-18T02:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Finder based on contains ""?</title>
      <link>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129180#M23240</link>
      <description>&lt;P&gt;Sorry I wasn't able to explain myself well. &amp;nbsp;I actually solved this with a custome filter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SELECT&lt;BR /&gt;vserver.name,&lt;BR /&gt;vserver.type,&lt;BR /&gt;vserver.uuid,&lt;BR /&gt;vserver.name_service_switch,&lt;BR /&gt;vserver.nis_domain,&lt;BR /&gt;vserver.language,&lt;BR /&gt;vserver.comment,&lt;BR /&gt;vserver.admin_state,&lt;BR /&gt;vserver.nfs_allowed,&lt;BR /&gt;vserver.cifs_allowed,&lt;BR /&gt;vserver.fcp_allowed,&lt;BR /&gt;vserver.iscsi_allowed,&lt;BR /&gt;cluster.primary_address AS 'cluster.primary_address'&lt;BR /&gt;FROM&lt;BR /&gt;cm_storage.vserver,&lt;BR /&gt;cm_storage.cluster&lt;BR /&gt;WHERE&lt;BR /&gt;cluster.id = vserver.cluster_id&lt;BR /&gt;AND vserver.name like '%${vserver_name}%'&lt;BR /&gt;AND (&lt;BR /&gt;cluster.name = '${cluster_name}'&lt;BR /&gt;OR cluster.primary_address='${cluster_name}'&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and those variables are filled in in the search with functions&lt;/P&gt;</description>
      <pubDate>Sun, 19 Mar 2017 14:21:36 GMT</pubDate>
      <guid>https://community.netapp.com/t5/Active-IQ-Unified-Manager-Discussions/Finder-based-on-contains-quot-quot/m-p/129180#M23240</guid>
      <dc:creator>dblackwe</dc:creator>
      <dc:date>2017-03-19T14:21:36Z</dc:date>
    </item>
  </channel>
</rss>

