MomoM
(MomoM)
1
Dear all,
I am trying to have a specific order in a boucle from an external data source.
If I put it as shown in the boucle below, it sorts it by the ID of the auteurs instead of the order 12,5,18,3.
<BOUCLE_A(DATA){source table,#GET{feed}}{type IN Names}{id_auteur IN 12,5,18,3}{tous}>
How do I enforce the order shown above?
Thanks you!
Cheers,
MomoM
JLuc
(JLuc)
2
ursrig
(Urs Riggenbach)
3
Thank you JLuc.
Yes it seems to be different with DATA boucles for me also.
In this case, using ordre_liste, I think it would translate to this syntax:
{par_ordre_liste id_auteur, #LISTE{12,5,18,3}}
to get the desired result.
MomoM
(MomoM)
4
Thank you JLuc and Urs Riggenbach!