[ic] [query] in a [loop]

Rene Hertell interchange-users@icdevgroup.org
Mon May 5 19:40:02 2003


> Hello,
> 
> Did someone tried something like this ?
> 
[loop prefix=fichiers arg="a01b02c01 a01b02c02 a01b02c03"]
[set foo][fichiers-code][/set]
 [query
     type=list
     ml=1000
     sql="select actual_status from [scratch foo] where
            posted_by = '[data session username]'
            and
            initial_status = 'confirmee'
         "]
 
> It seems not possible to execute a [query] in a [loop].
> Any idea ??

Try with a scratch...

Rene