Put in the right order the document [message #324084] |
Fri, 30 May 2008 13:27 |
jeunot0108
Messages: 21 Registered: April 2008
|
Junior Member |
|
|
I've made a document which contain two copies(named cop1,cop2)in the same report file.
My query is like that:
select * from table_name where code in(value1,value2,....,valuen)
When i run my report it's okay; but the problem is the order of
appearance of the copies.
For all the values the report displays the document in the following orders:
cop1 for value1,cop1 for value2,cop1 for value...cop1 for valuen
cop2 for value1,cop2 for value2,cop2 for value...cop2 for valuen
What i want is the following :
cop1 for value1,cop2 for value1,cop2 for value2,cop2 for value2...cop1 for valuen,cop2 for valuen
How can i solve that problem???
I'm waiting for help.
Thanks.
|
|
|