<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Efficy Overflow Q&amp;A - Recent questions tagged #repeat</title>
<link>https://overflow.efficy.io/?qa=tag/%23repeat</link>
<description>Powered by Question2Answer</description>
<item>
<title>Run multiple &lt;#repeat&gt; in getdatagird</title>
<link>https://overflow.efficy.io/?qa=3605/run-multiple-repeat-in-getdatagird</link>
<description>&lt;p&gt;Hello Efficy-team, &lt;/p&gt;

&lt;p&gt;I would like to do something like this, in pure macro : &lt;/p&gt;

&lt;pre&gt;&lt;code&gt;&amp;lt;%GetDataGrid(query='myMainQuery',
    templateText=
        `&amp;lt;#repeat&amp;gt;
            [Something]

            &amp;lt;%GetDataGrid(query='mySuperQuery&amp;lt;#F=K_SOMETHING&amp;gt;',
                templateText=
                |&amp;lt;#repeat&amp;gt;
                    [.. something else ... ]
                &amp;lt;/#repeat&amp;gt;|
            )%&amp;gt;
        &amp;lt;/#repeat&amp;gt;`
)%&amp;gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;But I that way, I got a conflict between the two &amp;lt;#repeat&amp;gt; tags. Is there a workaround ? Is this even possible ? &lt;/p&gt;

&lt;p&gt;As workaround, I will use a serverscript to load my data. But I would have prefer in pure macro.&lt;/p&gt;

&lt;p&gt;Thanks, &lt;/p&gt;

&lt;p&gt;Loïc&lt;/p&gt;
</description>
<category>Efficy/ Client side</category>
<guid isPermaLink="true">https://overflow.efficy.io/?qa=3605/run-multiple-repeat-in-getdatagird</guid>
<pubDate>Thu, 18 Oct 2018 19:54:06 +0000</pubDate>
</item>
</channel>
</rss>