Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Problem with SQL Statement in Qlikview

Bonjour,

je suis entrain de travailler sur une base ORACLE avec TOAD FOR ORACLE.

J'ai ecrit la requete suivante et elle me retourne le bon resultat sous TOAD.

select a.cdos dossier, a.nmat matricule, a.nom, a.pren prenom, a.dtes dateRecrutement, a.dfes dateFinEmploi, f.vall fonction, f1.vall pays, f2.vall grade
from rhpagent a
left join rhfnom f on f.cdos = a.cdos and
f.nume = '1' and f.CACC = a.FONC and
f.ctab = 7
left join rhfnom f1 on f1.cdos = a.cdos and
f1.nume = '1' and f1.CACC = a.NATO and
f1.ctab = 4
left join rhfnom f2 on f2.cdos = a.cdos and
f2.nume = '1' and f2.CACC = a.CAT and
f2.ctab = 8
where a.CDOS = '01' and a.dtes<to_date('01/01/2007');

J'aimerai l'utiliser dans Qlikview pour charger une ZONE DE TABLE

Va t'elle marcher si non, quelles sont les modifications a apporter.

Merci.

1 Reply
Not applicable
Author

Le probleme c'est que je le fais moi meme ca ne marche pas. J'ai déja essayé une grande partie des possibilités rien de bon.

SVP c'est tres urgent.