<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>&amp;quot;NOT LIKE&amp;quot; operator</title><link>https://communities.bentley.com/products/geospatial/desktop/f/bentley-map-forum/65431/not-like-operator</link><description>Is there any way to effect a &amp;quot;NOT LIKE&amp;quot; or &amp;quot;NOT IN&amp;quot; operator when defining thematic labeling or symbology?</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Re: "NOT LIKE" operator</title><link>https://communities.bentley.com/thread/166229?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2011 22:43:40 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:8fc7f832-bbb6-47a3-bf45-56e330c6f9f1</guid><dc:creator>Jerry Walter - Bentley</dc:creator><description>&lt;p&gt;Rob;&lt;/p&gt;
&lt;p&gt;The labeling tools was set up to just do fairly simple labeling. If you want to make a graphical comparison based upon the value in each feature instance,you could use the Symbology option for the paticular layer ( feature) in the map manager. Set the symbology type to Thematic, in the first form. You then can specify the feature symbology based upon property values. This also can be saved as a .theme file and reused in another map model.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;HTH&lt;/p&gt;
&lt;p&gt;Jerry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: "NOT LIKE" operator</title><link>https://communities.bentley.com/thread/166198?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2011 20:32:42 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:5d411efe-6b97-4a20-ae7c-36a8b7e9904f</guid><dc:creator>Rob Lingle</dc:creator><description>&lt;p&gt;Pretty close. In this case, I&amp;#39;m checking the value of the meta_id field (SDSFIE). If the meta_id indicates that the last change was made by a certain party, then I want to label it one way. If it was not changed by that party, then I need to label it differently. The values will be something like&lt;/p&gt;
&lt;p&gt;SomeCo110330&lt;/p&gt;
&lt;p&gt;SomeCo110331&lt;/p&gt;
&lt;p&gt;SomeCo110401&lt;/p&gt;
&lt;p&gt;OtherCo101120&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;I want to label updates by &amp;#39;SomeCo&amp;#39; in one way, and everything else in another way. I&amp;#39;m trying to make a graphical comparison of the data as I merge it.&lt;/p&gt;
&lt;p&gt;I can handle the first part using a LIKE clause, I just don&amp;#39;t have a NOT LIKE to catch features that weren&amp;#39;t update by &amp;#39;SomeCo&amp;#39;. For now, it&amp;#39;s not too hard to use ANDed &amp;#39;!=&amp;#39;s. &lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: "NOT LIKE" operator</title><link>https://communities.bentley.com/thread/166167?ContentTypeID=1</link><pubDate>Thu, 24 Mar 2011 18:42:06 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:e997f06d-0630-486f-b98d-ee650898c7fb</guid><dc:creator>Jerry Walter - Bentley</dc:creator><description>&lt;p&gt;Rob; &lt;/p&gt;
&lt;p&gt;Are you trying to make a decision upon the value and then labeling it accordingly ? For instance &lt;/p&gt;
&lt;p&gt;if (strcmp(&amp;quot;Test1&amp;quot;, &amp;quot;1&amp;quot;) &amp;gt; 1) then &amp;lt;do something&amp;gt; ?&lt;/p&gt;
&lt;p&gt;But you are not wanting to use the actual value stored in the property for the feature instance ?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: "NOT LIKE" operator</title><link>https://communities.bentley.com/thread/166033?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2011 23:14:09 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:22f31c15-eeba-49c7-8532-23cbbe5f05a3</guid><dc:creator>Rob Lingle</dc:creator><description>&lt;p&gt;Microstation: 08.11.07.443&lt;/p&gt;
&lt;p&gt;Map: 08.11.07.425&lt;/p&gt;
&lt;p&gt;I have a field with values along the lines of &amp;quot;TEST1&amp;quot;, &amp;quot;TEST2&amp;quot;, &amp;quot;TEST3&amp;quot;, etc..&lt;/p&gt;
&lt;p&gt;I&amp;#39;d like to label features that don&amp;#39;t have values like that. Actually, I just realized that I can use multiple !=&amp;#39;s ANDed together since there are only 3 options currently. However, since the data will change and I&amp;#39;d rather not edit my label style each time, a &amp;quot;NOT LIKE&amp;quot; would be handy.&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Re: "NOT LIKE" operator</title><link>https://communities.bentley.com/thread/166029?ContentTypeID=1</link><pubDate>Wed, 23 Mar 2011 22:51:29 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:3534ffec-3c14-43f7-b188-1eba0a712ade</guid><dc:creator>Jerry Walter - Bentley</dc:creator><description>&lt;p&gt;Rob;&lt;/p&gt;
&lt;p&gt;Can I get the following ?&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The version of Bentley Map.&lt;/li&gt;
&lt;li&gt;The workflow/data&amp;nbsp; you are wanting to use ?&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Tx.&lt;/p&gt;
&lt;p&gt;Jerry&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>