<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Search Functions in Maximo</title>
	<atom:link href="http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/</link>
	<description>Burak BÖLEK</description>
	<lastBuildDate>Wed, 28 Jul 2010 14:05:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Karol</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-270</link>
		<dc:creator>Karol</dc:creator>
		<pubDate>Wed, 16 Jun 2010 10:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-270</guid>
		<description>Hi i want to find records created between 1.1.2001 and 1.2.2002
how shoud find there records from list tab , without using where clause ?</description>
		<content:encoded><![CDATA[<p>Hi i want to find records created between 1.1.2001 and 1.2.2002<br />
how shoud find there records from list tab , without using where clause ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-148</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Tue, 14 Jul 2009 09:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-148</guid>
		<description>Hi,

as you already know you can search into a Description field, for instance, using expression like Desc1,Desc2 that means you are looking for Desc1 OR Desc2, but do you know if it is possible to filter on Maximo using the following criteria: Desc1 OR NULL?
I&#039;ve tried with Desc1,~null~ but it does not work.
Thanks for your suggestion.
Have a good day.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>as you already know you can search into a Description field, for instance, using expression like Desc1,Desc2 that means you are looking for Desc1 OR Desc2, but do you know if it is possible to filter on Maximo using the following criteria: Desc1 OR NULL?<br />
I&#8217;ve tried with Desc1,~null~ but it does not work.<br />
Thanks for your suggestion.<br />
Have a good day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-134</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 11 Jun 2009 05:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-134</guid>
		<description>Hello;
I will solve it as soon as I learn it:) thanks...

One last note about search: you can use underscores in search. They replace any character.. For example if you search
WO___ : this will give you the records which starts with WO and which are 5 characters.. 
WO__12: this will give you the records which starts with WO, ends with 12 and which are 6 characters..

Have a good day...</description>
		<content:encoded><![CDATA[<p>Hello;<br />
I will solve it as soon as I learn it:) thanks&#8230;</p>
<p>One last note about search: you can use underscores in search. They replace any character.. For example if you search<br />
WO___ : this will give you the records which starts with WO and which are 5 characters..<br />
WO__12: this will give you the records which starts with WO, ends with 12 and which are 6 characters..</p>
<p>Have a good day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chon</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-133</link>
		<dc:creator>Chon</dc:creator>
		<pubDate>Tue, 09 Jun 2009 15:08:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-133</guid>
		<description>This is a great video!  The only thing I would change, if possible, is to change it so that I don&#039;t have to click play at the end of every section.  Just let the video play the whole way through.</description>
		<content:encoded><![CDATA[<p>This is a great video!  The only thing I would change, if possible, is to change it so that I don&#8217;t have to click play at the end of every section.  Just let the video play the whole way through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-132</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 09 Jun 2009 07:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-132</guid>
		<description>Hello;
Thanks for your reply.. I forgot about ~null~ but I didn&#039;t know about !=~null~ but it makes sense:)

Anyway another usage is smaller then and greater then (). We can use them to compare dates and integers..

Have a good day...</description>
		<content:encoded><![CDATA[<p>Hello;<br />
Thanks for your reply.. I forgot about ~null~ but I didn&#8217;t know about !=~null~ but it makes sense:)</p>
<p>Anyway another usage is smaller then and greater then (). We can use them to compare dates and integers..</p>
<p>Have a good day&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Antonio Jacob Costa</title>
		<link>http://www.burakbolek.com/blog/2009/06/search-functions-in-maximo/comment-page-1/#comment-131</link>
		<dc:creator>Antonio Jacob Costa</dc:creator>
		<pubDate>Mon, 08 Jun 2009 06:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.burakbolek.com/blog/?p=110#comment-131</guid>
		<description>Hi Burak,

Thank you for your blog with all the information from Maximo.

Regarding searches I&#039;d like to add something that I didn&#039;t find on the film which is Maximos hability of searching for NULL values using QBE searches.

If you want to search for records having a field with NULL value just type:
~null~

On the other hand if you want to search for records having a field with values that are NOT NULL type:
!=~null~

Hope this is useful.

Best regards,
--
António Jacob Costa</description>
		<content:encoded><![CDATA[<p>Hi Burak,</p>
<p>Thank you for your blog with all the information from Maximo.</p>
<p>Regarding searches I&#8217;d like to add something that I didn&#8217;t find on the film which is Maximos hability of searching for NULL values using QBE searches.</p>
<p>If you want to search for records having a field with NULL value just type:<br />
~null~</p>
<p>On the other hand if you want to search for records having a field with values that are NOT NULL type:<br />
!=~null~</p>
<p>Hope this is useful.</p>
<p>Best regards,<br />
&#8211;<br />
António Jacob Costa</p>
]]></content:encoded>
	</item>
</channel>
</rss>
