<?xml version="1.0" encoding="UTF-8"?>    <rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
      <channel>
        <title></title>
        <link>https://interactivetools.com/forum/forum-search.php?k=user%3Asandimcp</link>
        <description></description>
        <pubDate>Wed, 13 May 2026 12:30:58 -0700</pubDate>
        <language>en-us</language>
        <atom:link href="https://interactivetools.com/forum/forum-search.php?k=user%3Asandimcp&amp;rss=1" rel="self" type="application/rss+xml" />

                <item>
          <title>Re: [ross] Need to use 2 advanced filters</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2206832#post2206832</link>
          <description><![CDATA[<blockquote>I'd like to take a look at where you got to and see what the next step is going to be.</blockquote><br /><br />Did you eventually solve this puzzle? I would love to know what was done. Thanks.<br />]]></description>
          <pubDate>Wed, 15 Sep 2010 10:59:41 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2206832#post2206832</guid>
        </item>
                <item>
          <title>Re: [Dave] List data from table in Detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198527#post2198527</link>
          <description><![CDATA[I'm using 1.31 and adding the spaces has worked.<br />You're a lifesaver. :)]]></description>
          <pubDate>Mon, 03 Aug 2009 15:31:49 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198527#post2198527</guid>
        </item>
                <item>
          <title>Re: [Dave] List data from table in Detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198515#post2198515</link>
          <description><![CDATA[I get &quot;MySQL Error: Unknown column 'agencies.numLEFT' in 'on clause' &quot;. Any more ideas? So close but so far.]]></description>
          <pubDate>Mon, 03 Aug 2009 13:47:47 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198515#post2198515</guid>
        </item>
                <item>
          <title>Re: [ross] problem with logoff and erase sections</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198489#post2198489</link>
          <description><![CDATA[This is happening to me too. From the admin area, if you're in a section and use the Advanced Commands to go to Edit Section, it tries to connect using https. Once you remove the s, it works.<br />]]></description>
          <pubDate>Sat, 01 Aug 2009 22:50:53 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198489#post2198489</guid>
        </item>
                <item>
          <title>Re: [Dave] List data from table in Detail page</title>
          <link>https://interactivetools.com/forum/forum-posts.php?postNum=2198486#post2198486</link>
          <description><![CDATA[Hi Dave,<br />I'm working with InstantRealty. What if you have three or more related tables that you want to display in the Listings page? I'm trying to do a LeftJoin but it only works with one table joining one table. I need to filter the listings by at least one field in the second table and also by another field in the third table.<br /><br />Here is what I have so far.<br /><br /><code>  require_once &quot;cmsadmin/lib/viewer_functions.php&quot;;<br /><br />  list($residencesRecords, $residencesMetaData) = getRecords(array(<br />    'tableName'   =&gt; 'residences',<br />    'perPage'     =&gt; '10',<br />    'orderBy'     =&gt; 'residences.feature_end_date DESC, residences.listing_date DESC',<br />    'allowSearch' =&gt; '0',<br />	'leftJoin' =&gt; array( <br />  'agencies' =&gt; 'ON (residences.agency_id= agencies.num)',<br />), <br />	'leftJoin' .=&gt; array( <br />  'agents' =&gt; 'ON residences.agent_id= agents.num' , <br />),<br />     'where' =&gt; 'agents.currstatus=\'Active\' and agencies.currstatus=\'Active\' and residences.listing_type = \'Buy\'and residences.status = \'Active\'',<br />  ));<br /> //Plain SQL that achieves the list of properties I want <br />  //select * from irw_residences left join (irw_agents, irw_agencies) on (irw_residences.num=irw_agents.num and irw_residences.num=irw_agencies.num) where irw_agents.currstatus='Active' and irw_agencies.currstatus='Active' and irw_residences.listing_type='Buy' and irw_residences.status='Active'</code><br /><br />Waiting to hear. Hope you can help.]]></description>
          <pubDate>Sat, 01 Aug 2009 15:45:16 -0700</pubDate>
          <guid isPermaLink="true">forum-posts.php?postNum=2198486#post2198486</guid>
        </item>
              </channel>
    </rss>
  