I'm trying to include a page from DataQuery in another page. I located this post in the archives:<br><br><a href="http://www.mail-archive.com/pmwiki-users@pmichaud.com/msg10058.html">http://www.mail-archive.com/pmwiki-users@pmichaud.com/msg10058.html</a><br>
<br>but the solution described there doesn't seem to work for me.<br><br>Here is the scenario:<br><br>The two queries are Customers and CustomerConnections. In the Customers.GroupHeader page I've tried to:<br><br>
(:include CustomerConnections.HomePage?customer_id={*$:id}:)<br><br>which results in nothing being displayed<br><br>and<br><br>(:include CustomerConnections.Templates#DQlist basepage=CustomerConnections.HomePage?customer_id={*$:id}:)<br>
<br>which after removing the (:if ( equal {<$Group} and ! equal {=$Name} ):) from the #DQlist in CustomerConnections.Templates results in <br><br><table class="DQlist"><tbody><tr><th align="center"><a class="urllink" href="http://192.168.122.103/scif/pmwiki.php?n=Customers.Chordus&order=natural" title="" rel="nofollow">id</a></th>
<th align="center"><a class="urllink" href="http://192.168.122.103/scif/pmwiki.php?n=Customers.Chordus&order=$:customer_id" title="" rel="nofollow">customer_id</a></th><th align="center"><a class="urllink" href="http://192.168.122.103/scif/pmwiki.php?n=Customers.Chordus&order=$:connection_type_id" title="" rel="nofollow">connection_type_id</a></th>
<th align="center"><a class="urllink" href="http://192.168.122.103/scif/pmwiki.php?n=Customers.Chordus&order=$:connection_type_display_name" title="" rel="nofollow">connection_type_display_name</a></th><th align="center">
<a class="urllink" href="http://192.168.122.103/scif/pmwiki.php?n=Customers.Chordus&order=$:url" title="" rel="nofollow">url</a></th></tr>
<tr><td align="right"><a class="createlinktext" rel="nofollow" href="http://192.168.122.103/scif/pmwiki.php?n=Group.Name?action=edit">{=$Name}</a><a rel="nofollow" class="createlink" href="http://192.168.122.103/scif/pmwiki.php?n=Group.Name?action=edit">?</a></td>
<td align="right">{=$:customer_id}</td><td align="right">{=$:connection_type_id}</td><td align="left">{=$:connection_type_display_name}</td><td align="left">{=$:url}</td></tr></tbody></table><br>Is what I'm trying to do possible?<br>
<br>Thanks,<br>Dusty<br>