<?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 for filemakerhacks</title>
	<atom:link href="http://www.filemakerhacks.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.filemakerhacks.com</link>
	<description>FileMaker tips, techniques and more</description>
	<lastBuildDate>Sun, 19 May 2013 13:22:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Outer Joins in FileMaker 12, part 1 by Dickie Chung</title>
		<link>http://www.filemakerhacks.com/?p=6165#comment-4900</link>
		<dc:creator>Dickie Chung</dc:creator>
		<pubDate>Sun, 19 May 2013 13:22:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=6165#comment-4900</guid>
		<description><![CDATA[They work great, simple and elegant. Thank you.]]></description>
		<content:encoded><![CDATA[<p>They work great, simple and elegant. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outer Joins in FileMaker 12, part 1 by Kevin Frank</title>
		<link>http://www.filemakerhacks.com/?p=6165#comment-4888</link>
		<dc:creator>Kevin Frank</dc:creator>
		<pubDate>Sat, 18 May 2013 16:46:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=6165#comment-4888</guid>
		<description><![CDATA[You&#039;re absolutely right. Here are two replacements for demo 3b: &lt;a href=&quot;http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3c.zip&quot; title=&quot;Demo 3c&quot; rel=&quot;nofollow&quot;&gt;Demo 3c&lt;/a&gt; and &lt;a href=&quot;http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3d.zip&quot; title=&quot;Demo 3d&quot; rel=&quot;nofollow&quot;&gt;Demo 3d&lt;/a&gt;. The former adds a little &quot;wakeup&quot; tickle to the total calcs; the latter does the same but replaces individual fields with repeaters where possible.]]></description>
		<content:encoded><![CDATA[<p>You&#8217;re absolutely right. Here are two replacements for demo 3b: <a href="http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3c.zip" title="Demo 3c" rel="nofollow">Demo 3c</a> and <a href="http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3d.zip" title="Demo 3d" rel="nofollow">Demo 3d</a>. The former adds a little &#8220;wakeup&#8221; tickle to the total calcs; the latter does the same but replaces individual fields with repeaters where possible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outer Joins in FileMaker 12, part 1 by Dickie Chung</title>
		<link>http://www.filemakerhacks.com/?p=6165#comment-4882</link>
		<dc:creator>Dickie Chung</dc:creator>
		<pubDate>Sat, 18 May 2013 11:48:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=6165#comment-4882</guid>
		<description><![CDATA[Hi Kevin,

Thank you for sparing the time to answer my question and create the demo 3a and 3b. Demo 3a uses built-in relationships to do the calculation of totals. It works perfectly.  

There is a problem with Demo 3b.   The formulae of the calculation fields and summary fields would not get evaluated when the -7, -1, T, +1, +7 buttons are clicked. Thus the totals displayed at the bottom remain unchanged, unless the user switches to Sales Data tab and click back to Week View tab. (Switch to Employee tab will not get the totals updated. Both tab &quot;Show records from employees&quot; table occurrence.)

The problems with Demo 3b were exactly what I encountered before I post my question. Is there anyway to force the calculation fields and summary fields of a table to be evaluated by script steps? It seems to me that Go to Layout and then back to original layout, or Refresh Window would not do the trick. Do I miss anything?]]></description>
		<content:encoded><![CDATA[<p>Hi Kevin,</p>
<p>Thank you for sparing the time to answer my question and create the demo 3a and 3b. Demo 3a uses built-in relationships to do the calculation of totals. It works perfectly.  </p>
<p>There is a problem with Demo 3b.   The formulae of the calculation fields and summary fields would not get evaluated when the -7, -1, T, +1, +7 buttons are clicked. Thus the totals displayed at the bottom remain unchanged, unless the user switches to Sales Data tab and click back to Week View tab. (Switch to Employee tab will not get the totals updated. Both tab &#8220;Show records from employees&#8221; table occurrence.)</p>
<p>The problems with Demo 3b were exactly what I encountered before I post my question. Is there anyway to force the calculation fields and summary fields of a table to be evaluated by script steps? It seems to me that Go to Layout and then back to original layout, or Refresh Window would not do the trick. Do I miss anything?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outer Joins in FileMaker 12, part 1 by Kevin Frank</title>
		<link>http://www.filemakerhacks.com/?p=6165#comment-4867</link>
		<dc:creator>Kevin Frank</dc:creator>
		<pubDate>Fri, 17 May 2013 05:56:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=6165#comment-4867</guid>
		<description><![CDATA[I created a couple variants on demo 3 for you. If you always want to see totals for all employees (in other words, daily summaries), then &lt;a href=&quot;http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3a.zip&quot; title=&quot;Demo 3a&quot; rel=&quot;nofollow&quot;&gt;demo 3a&lt;/a&gt; will do what you want. If on the other hand you&#039;d want the summaries to reflect the current found set of employees, then check out &lt;del datetime=&quot;2013-05-18T17:06:25+00:00&quot;&gt;demo 3b&lt;/del&gt; [superceded by demos 3c and 3d below].]]></description>
		<content:encoded><![CDATA[<p>I created a couple variants on demo 3 for you. If you always want to see totals for all employees (in other words, daily summaries), then <a href="http://www.filemakerhacks.com/wp-content/uploads/2013/05/Outer-Join-Demo-3a.zip" title="Demo 3a" rel="nofollow">demo 3a</a> will do what you want. If on the other hand you&#8217;d want the summaries to reflect the current found set of employees, then check out <del datetime="2013-05-18T17:06:25+00:00">demo 3b</del> [superceded by demos 3c and 3d below].</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Outer Joins in FileMaker 12, part 1 by Dickie Chung</title>
		<link>http://www.filemakerhacks.com/?p=6165#comment-4838</link>
		<dc:creator>Dickie Chung</dc:creator>
		<pubDate>Wed, 15 May 2013 01:08:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=6165#comment-4838</guid>
		<description><![CDATA[Is there a easy way to add a total amount of sale by all employees on each day at the bottom of the report using the traditional relational filter method?]]></description>
		<content:encoded><![CDATA[<p>Is there a easy way to add a total amount of sale by all employees on each day at the bottom of the report using the traditional relational filter method?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Simple Backup Script, revisited by Jeremy</title>
		<link>http://www.filemakerhacks.com/?p=5293#comment-4769</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 03 May 2013 15:00:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=5293#comment-4769</guid>
		<description><![CDATA[I&#039;m getting ready to wrap-up a version of this solution for ModularFileMaker.org, but I&#039;d like to know if you have any thoughts on my implementation before I post it. https://github.com/jbante/FM-LocalBackup]]></description>
		<content:encoded><![CDATA[<p>I&#8217;m getting ready to wrap-up a version of this solution for ModularFileMaker.org, but I&#8217;d like to know if you have any thoughts on my implementation before I post it. <a href="https://github.com/jbante/FM-LocalBackup" rel="nofollow">https://github.com/jbante/FM-LocalBackup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Long Documents in FileMaker 11 by Michael van Drempt</title>
		<link>http://www.filemakerhacks.com/?p=2941#comment-4764</link>
		<dc:creator>Michael van Drempt</dc:creator>
		<pubDate>Fri, 03 May 2013 03:05:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=2941#comment-4764</guid>
		<description><![CDATA[You know I just had the exact same thought? It’s actually quite simple to add a space, since I’ve already got a calculation field that’s designed specifically for this usage, so I’m not worried about breaking other systems. I’ve changed the paragraph calc to:

Let ( [
    a = GetValue ( $$virtualList ; Extend ( serialNumber ) ) ;
    b = GetAsCSS ( a ) ;
    c = Get ( CalculationRepetitionNumber )
  ] ;

  Case (
    c = 1 and IsEmpty ( a ) ; ” ” ;
    c = 1 and PatternCount ( b ; “text-align: ” ) = 0 ; a ;
    c = 2 and PatternCount ( b ; “text-align: center” ) &gt; 0 ; a ;
    c = 3 and PatternCount ( b ; “text-align: right” ) &gt; 0 ; a ;
    c = 4 and PatternCount ( b ; “text-align: full” ) &gt; 0 ; a ;
    “”
  )

) // end let

So any empty lines are represented as spaces, and the spacing looks exactly right, regardless of the number of empty lines! Looks like this is going into the production version.

Here’s my fixed example:

https://dl.dropboxusercontent.com/u/77795925/FMP/Long%20Documents%20in%20FM%2012%20From%20Scratch%20-%20Line%20Spacing%20Fixed.fmp12]]></description>
		<content:encoded><![CDATA[<p>You know I just had the exact same thought? It’s actually quite simple to add a space, since I’ve already got a calculation field that’s designed specifically for this usage, so I’m not worried about breaking other systems. I’ve changed the paragraph calc to:</p>
<p>Let ( [<br />
    a = GetValue ( $$virtualList ; Extend ( serialNumber ) ) ;<br />
    b = GetAsCSS ( a ) ;<br />
    c = Get ( CalculationRepetitionNumber )<br />
  ] ;</p>
<p>  Case (<br />
    c = 1 and IsEmpty ( a ) ; ” ” ;<br />
    c = 1 and PatternCount ( b ; “text-align: ” ) = 0 ; a ;<br />
    c = 2 and PatternCount ( b ; “text-align: center” ) &gt; 0 ; a ;<br />
    c = 3 and PatternCount ( b ; “text-align: right” ) &gt; 0 ; a ;<br />
    c = 4 and PatternCount ( b ; “text-align: full” ) &gt; 0 ; a ;<br />
    “”<br />
  )</p>
<p>) // end let</p>
<p>So any empty lines are represented as spaces, and the spacing looks exactly right, regardless of the number of empty lines! Looks like this is going into the production version.</p>
<p>Here’s my fixed example:</p>
<p><a href="https://dl.dropboxusercontent.com/u/77795925/FMP/Long%20Documents%20in%20FM%2012%20From%20Scratch%20-%20Line%20Spacing%20Fixed.fmp12" rel="nofollow">https://dl.dropboxusercontent.com/u/77795925/FMP/Long%20Documents%20in%20FM%2012%20From%20Scratch%20-%20Line%20Spacing%20Fixed.fmp12</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Long Documents in FileMaker 11 by Kevin Frank</title>
		<link>http://www.filemakerhacks.com/?p=2941#comment-4762</link>
		<dc:creator>Kevin Frank</dc:creator>
		<pubDate>Fri, 03 May 2013 02:50:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=2941#comment-4762</guid>
		<description><![CDATA[Hi Michael,

a) You&#039;re welcome.

b) If your supposedly-empty row actually contained a single space, it would still appear to be an empty row but perhaps you&#039;d have better results. I&#039;m not suggesting polluting your original document, but when the &quot;preview document&quot; script runs, perhaps a bit of creative substitution would be in order? And in that case you might want to restore the objects on the layout back to their original heights.

Regards,
Kevin]]></description>
		<content:encoded><![CDATA[<p>Hi Michael,</p>
<p>a) You&#8217;re welcome.</p>
<p>b) If your supposedly-empty row actually contained a single space, it would still appear to be an empty row but perhaps you&#8217;d have better results. I&#8217;m not suggesting polluting your original document, but when the &#8220;preview document&#8221; script runs, perhaps a bit of creative substitution would be in order? And in that case you might want to restore the objects on the layout back to their original heights.</p>
<p>Regards,<br />
Kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Long Documents in FileMaker 11 by Michael van Drempt</title>
		<link>http://www.filemakerhacks.com/?p=2941#comment-4761</link>
		<dc:creator>Michael van Drempt</dc:creator>
		<pubDate>Fri, 03 May 2013 02:35:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=2941#comment-4761</guid>
		<description><![CDATA[Ah, okay, I see now.  You did put that in the post, I just can&#039;t read.  Unfortunately it seems that using this technique the spacing only looks correct if you have a single empty line in between paragraphs.  Any more or less and the spacing looks wrong.  I guess there&#039;s only so much that can be done to replicate the exact formatting using a workaround like this.  Thanks for your help!]]></description>
		<content:encoded><![CDATA[<p>Ah, okay, I see now.  You did put that in the post, I just can&#8217;t read.  Unfortunately it seems that using this technique the spacing only looks correct if you have a single empty line in between paragraphs.  Any more or less and the spacing looks wrong.  I guess there&#8217;s only so much that can be done to replicate the exact formatting using a workaround like this.  Thanks for your help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on ExecuteSQL: Using IN with Faux Dynamic Variables by Larry Schunk</title>
		<link>http://www.filemakerhacks.com/?p=7016#comment-4760</link>
		<dc:creator>Larry Schunk</dc:creator>
		<pubDate>Thu, 02 May 2013 18:58:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.filemakerhacks.com/?p=7016#comment-4760</guid>
		<description><![CDATA[Here is what worked thanks to Jason Young:

Let ( [
$name = Get ( AccountName );
$myquery = &quot;SELECT FullName FROM a_plants_A_EMPLOYEES Where UPPER ( FullName ) = ? &quot; ;
$myresult = ExecuteSQL ( $myquery ; &quot;&quot; ; &quot;&quot; ; UPPER ($name) )
];
$myresult
)]]></description>
		<content:encoded><![CDATA[<p>Here is what worked thanks to Jason Young:</p>
<p>Let ( [<br />
$name = Get ( AccountName );<br />
$myquery = "SELECT FullName FROM a_plants_A_EMPLOYEES Where UPPER ( FullName ) = ? " ;<br />
$myresult = ExecuteSQL ( $myquery ; "" ; "" ; UPPER ($name) )<br />
];<br />
$myresult<br />
)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
