<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Features of FileMaker Server 18 Archives - FileMaker Database Solutions</title>
	<atom:link href="https://fmdbsolutions.com/tag/features-of-filemaker-server-18/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description></description>
	<lastBuildDate>Sun, 26 Jul 2020 17:42:03 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>

<image>
	<url>https://fmdbsolutions.com/wp-content/uploads/2017/11/16.png</url>
	<title>Features of FileMaker Server 18 Archives - FileMaker Database Solutions</title>
	<link></link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>FileMaker 18 &#8211; While Function</title>
		<link>https://fmdbsolutions.com/filemaker-18-while-function/</link>
					<comments>https://fmdbsolutions.com/filemaker-18-while-function/#respond</comments>
		
		<dc:creator><![CDATA[Saravanakumar]]></dc:creator>
		<pubDate>Sun, 26 Jul 2020 17:31:16 +0000</pubDate>
				<category><![CDATA[FileMaker 18 Key Features]]></category>
		<category><![CDATA[Features of FileMaker Server 18]]></category>
		<category><![CDATA[FileMaker Server 18]]></category>
		<guid isPermaLink="false">http://fmdbsolutions.com/?p=5872</guid>

					<description><![CDATA[<p>FileMaker 18 &#8211; While Function In this post, we will talk about how to use While Function in FileMaker 18. It is an extremely useful function available in FM 18. Overview: FileMaker 18 Introduces the While Function. Using this function we can create looping calculations. In Previous, Custom functions have performed the looping calculation via..</p>
<p>The post <a href="https://fmdbsolutions.com/filemaker-18-while-function/">FileMaker 18 &#8211; While Function</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><strong><span style="font-family: helvetica, arial, sans-serif;">FileMaker 18 &#8211; While Function</span></strong></h3>
<p class="p1"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">In this post, we will talk about how to use While Function in FileMaker 18. It is an extremely useful function available in FM 18.</span></p>
<h3><span style="font-family: helvetica, arial, sans-serif;"><strong>Overview:</strong></span></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker 18 Introduces the While Function. Using this function we can create looping calculations. In Previous, Custom functions have performed the looping calculation via recursion. Now the While function simplifies the looping calculations.</span></p>
<h3><span style="font-family: helvetica, arial, sans-serif;"><strong>Parameters:</strong></span></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The following parameters are used in the While function,</span></p>
<ol>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Initial Variable</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">condition</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Logic</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Result</span></li>
</ol>
<h3><span style="font-family: helvetica, arial, sans-serif;"><strong>Example:</strong></span></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Previously, we used the custom functions to calculate the Weekdays between the two specific dates. Now we are going to see how to calculate the Weekdays between the two specific dates using While function.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The following While function will returns the Weekdays between the 06-07-2020 and 26-07-2020,</span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;"><img fetchpriority="high" decoding="async" class="alignnone size-full wp-image-5873" src="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic1.png" alt="" width="702" height="489" srcset="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic1.png 702w, https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic1-300x209.png 300w, https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic1-660x460.png 660w" sizes="(max-width: 702px) 100vw, 702px" /></span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Now we are going to see the each section of the function</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><strong>Initial Variable</strong></span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The Initial Variable parameter will define the variables which are all needed later in the function. In this Example, We have define the following parameters</span></p>
<h3><img decoding="async" class="alignnone size-full wp-image-5874" src="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic2.png" alt="" width="304" height="165" srcset="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic2.png 304w, https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic2-300x163.png 300w" sizes="(max-width: 304px) 100vw, 304px" /></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><strong>Condition</strong></span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The Condition parameter is a Boolean Expression evaluated before each loop iteration. While True, the loop repeats. When False, the loop stops.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">In Our Example the loop will continue as long as the “Number of days” less than the Total number of days between the Start date and End Date.</span></p>
<h3><img decoding="async" class="alignnone size-full wp-image-5875" src="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic3.png" alt="" width="497" height="41" srcset="https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic3.png 497w, https://fmdbsolutions.com/wp-content/uploads/2020/07/Pic3-300x25.png 300w" sizes="(max-width: 497px) 100vw, 497px" /></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">In Our Example, the “Days” will get the dates between the Start date and End date.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">“Name” will get the Day names between the Start date and End date.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">“Number of days” is incremented by 1.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">“Weekdays” will calculate the list of Weekdays using the “Days”, ”Name” and “Number of days”</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><strong>Result</strong></span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Result Parameter is an expression which gives the result when the loop stops.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">In Our example, we placed the Weekdays list on the “Weekdays” variable. It will give the following result,</span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-5876" src="https://fmdbsolutions.com/wp-content/uploads/2020/07/pic4.png" alt="" width="106" height="267" /></span></strong></h3>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">Contact Us for FileMaker 18 Services</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">That’s it for this article and now you know how to use While Function in FileMaker 18. For more on other FM 18 attributes, there’s our post, <strong><a href="https://fmdbsolutions.com/key-features-of-filemaker-18-explained/">Key Features of FileMaker 18 Explained</a></strong>.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FMDBSolutions is a team of custom FileMaker app experts with massive knowledge and wide understanding of FileMaker. We have many projects under our belt, which you can see by viewing our <strong><a href="https://fmdbsolutions.com/filemaker-portfolio/">FileMaker Portfolio</a></strong>.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">We work with clients on a global scale and have done so for the better part of a decade. Want solutions? Choose us. We can handle all types of projects, big and small. <strong><a href="https://fmdbsolutions.com/contact-us/">Contact our team</a></strong> right now or press this box for a free FileMaker consultation</span></p>
<p lang="en-GB" align="JUSTIFY"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><a href="https://fmdbsolutions.com/free-filemaker-consultation/"><span lang="en-US"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2690" src="https://fmdbsolutions.com/wp-content/uploads/2017/12/lets-start.png" alt="filemaker pro custom development1" width="300" height="100" /></span></a></span></p>
<p lang="en-GB" align="JUSTIFY"><span lang="en-US" style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">You can also leave us your email below for receiving new updates regarding FileMaker and our company.</span></p>
<p lang="en-US" align="JUSTIFY"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">[contact-form-7]</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://fmdbsolutions.com/filemaker-18-while-function/">FileMaker 18 &#8211; While Function</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fmdbsolutions.com/filemaker-18-while-function/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Key Features Of FileMaker 18 Explained</title>
		<link>https://fmdbsolutions.com/key-features-of-filemaker-18-explained/</link>
					<comments>https://fmdbsolutions.com/key-features-of-filemaker-18-explained/#respond</comments>
		
		<dc:creator><![CDATA[Saravanakumar]]></dc:creator>
		<pubDate>Fri, 26 Jun 2020 11:26:07 +0000</pubDate>
				<category><![CDATA[FileMaker 18 Key Features]]></category>
		<category><![CDATA[Features of FileMaker]]></category>
		<category><![CDATA[Features of FileMaker Server 18]]></category>
		<category><![CDATA[FileMaker Integration]]></category>
		<category><![CDATA[FileMaker Pro]]></category>
		<category><![CDATA[FileMaker Server]]></category>
		<category><![CDATA[FileMaker Server 18]]></category>
		<guid isPermaLink="false">http://fmdbsolutions.com/?p=5838</guid>

					<description><![CDATA[<p>FileMaker 18 Kicks Off FileMaker 18 was released on May 22nd, 2019 and you can read the official announcement from FileMaker Inc. here. You can also test drive the trial version. New Features of FileMaker 18 FileMaker 18 is a great release and has features everyone can benefit from. We look forward to building innovative..</p>
<p>The post <a href="https://fmdbsolutions.com/key-features-of-filemaker-18-explained/">Key Features Of FileMaker 18 Explained</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h3><strong><span style="font-family: helvetica, arial, sans-serif;">FileMaker 18 Kicks Off</span></strong></h3>
<p class="p1"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><span class="s1">FileMaker 18 was released on May 22nd, 2019 and you can read the official announcement from FileMaker Inc. <a href="https://winsoft-international.com/filemaker-pro-advanced-trial/">here</a>. You can also test drive the <a href="https://winsoft-international.com/filemaker-pro-advanced-trial/">trial version</a>.</span></span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">New Features of FileMaker 18</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker 18 is a great release and has features everyone can benefit from. We look forward to building innovative custom applications using the new tools for mobile, web and desktop.</span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">New Features of FileMaker 18 Server</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker Server 18 is compatible with Windows Server 2016 Standard Edition, Windows Server 2012 R2 Standard with Update Microsoft KB2919355, macOS High Sierra 10.13, and macOS Sierra 10.12. If you’re on Windows Server 2008 it’s a good time to think about moving to FileMaker Cloud. Also worth noting the release of a Spanish FileMaker Server support.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">WebDirect desktop browser support includes Safari 12.x, IE 11.x, Microsoft Edge 44+, Chrome 72+, and mobile browser support includes Safari on iOS 12.x minimum and Chrome 72 on Android 7.x. Note that Firefox is not on the list of supported browsers.</span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">FileMaker 18 For Desktop and iOS</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker Go for iPad and iPhone has all the features provided in FileMaker Pro Advanced plus specific iOS features. You will need FileMaker Pro Advanced on the desktop to build your custom application.</span></p>
<ol>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Ability to append a new PDF to an existing one via the Save Records as PDF script step’s append option on Go.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Using the script step Insert from Device you can now read PDF417 (IDs), ITF-14 (packages), Aztec (mobile), and Data Matrix (labels, letters, food) barcode types.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Using the FileMaker iOS SDK you can use MDM (Multi Device Management) to authenticate your application with the same OAuth providers supported in regular FileMaker applications: Amazon, Google, and Microsoft Azure.</span></li>
</ol>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">FileMaker Server 18</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker Server is known for its ease-of-use and ability to run without any problems.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The newest version focuses on performance improvements, FileMaker Server Admin Console interface enhancements, security updates, FileMaker Data API enhancements, and the Official FileMaker Admin API.</span></p>
<ol>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker has enhanced the performance of FileMaker Server’s database engine, speeding up finds when many users are connected to the server.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Unfortunately servers do go down unexpectedly due to hardware failure or power outages, but with the new Startup Restoration feature, FileMaker Server will automatically fix corrupt files after the server is restarted.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker Server has been updated to work better with Zabbix, an open-source server monitoring software. You can monitor users, memory, cpu, disk space, network traffic, and processes, and you can trigger events on stats.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The future of FileMaker Custom Web Publishing is the FileMaker Data API and it is now in parity with the functionality provided by the FileMaker PHP API.</span></li>
<li><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The FileMaker Server Admin API allows administrators to create their own interfaces to manage servers. </span></li>
</ol>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">Summary</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">The FileMaker platform continues to be the leader in creating innovative, powerful custom applications for organizations all around the world and works seamlessly across Windows, Mac, iPad, iPhone, and the web.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FileMaker Go gives the platform a competitive edge and this version continues to build off its strong foundation. Organizations can create innovative and rapid custom applications for iOS with great ROI.</span></p>
<h3><strong><span style="font-family: helvetica, arial, sans-serif;">Contact Us for FileMaker 18 Services</span></strong></h3>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">FMDBSolutions is a team of custom FileMaker app experts that have performed projects for companies in the US, Canada, Australia, Europe, and Asia. Just take a look at <strong><a href="https://fmdbsolutions.com/filemaker-portfolio/">our FileMaker portfolio</a></strong> and see for yourself.</span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Provide us with the details of your FileMaker problem(s) / specifications and we will analyze your situation and come up with a solution. We thoroughly evaluate and discuss customer requirements to ensure that the solution we provide matches the customer’s needs and desires. Our Sales, Marketing, and Project Management are all handled by our Texas office in the United States. </span></p>
<p><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">Our developers have gained certification in FileMaker 18 and we know all the ins and outs of the software. <strong><a href="https://fmdbsolutions.com/contact-us/">Contact us</a></strong> to discuss with one of our certified FileMaker experts and get a <strong><a href="https://fmdbsolutions.com/free-filemaker-consultation/">free FileMaker consultation</a> </strong>(or click the yellow box down under) – </span><strong><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">This initial consultation is at no charge!</span> </strong></p>
<p lang="en-GB" align="JUSTIFY"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;"><a href="https://fmdbsolutions.com/free-filemaker-consultation/"><span lang="en-US"><img loading="lazy" decoding="async" class="alignnone size-full wp-image-2690" src="https://fmdbsolutions.com/wp-content/uploads/2017/12/lets-start.png" alt="filemaker pro custom development1" width="300" height="100" /></span></a></span></p>
<p lang="en-GB" align="JUSTIFY"><span lang="en-US" style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">You can also leave us your email below for receiving new updates regarding FileMaker and our company.</span></p>
<p lang="en-US" align="JUSTIFY"><span style="font-family: helvetica, arial, sans-serif; font-size: 14pt;">[contact-form-7]</span></p>
<p>&nbsp;</p>
<p>The post <a href="https://fmdbsolutions.com/key-features-of-filemaker-18-explained/">Key Features Of FileMaker 18 Explained</a> appeared first on <a href="https://fmdbsolutions.com">FileMaker Database Solutions</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://fmdbsolutions.com/key-features-of-filemaker-18-explained/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
