Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a table like this :
Table 1:
Champ1 | Champ2 | Champ3 | Champ4 |
A | 1 | I | UN |
B | 1 | J | UN |
C | 1 | K | DEUX |
D | 1 | L | DEUX |
I want to do a loop on Champ 4 to create a qvd for each value of Champ4
I have with an other loop create a field vListe = ‘UN;DEUX’
But I not arrive to write a good script.
For each ????????????? in vListe
QVTAble:
NoConcatenate
LOAD
champ1,
champ2,
champ3
Resident Table 1
WHERE champ4 = ??????????????;
STORE QVTAble INTO C:\Fichier?????????????.qvd;
DROP table QVTAble;
Next ????????;
Can you help me please to replace ?????????? bye the good value?
Thank you for your help…
Hi Liron,
thank you very much, it's exactly what i want...it's perfect
have a nice day