
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Télécharger fichier excel
Bonjour,
je voudrais savoir s'il vous plait comment je peux considerer la première colonne de mon fichier excel comme des intitulés des champs.
A la place de
LOAD F1,
[Relation 1],
[Relation 2],
[Relation 3],
[Relation 4],
[Relation 5],
[Relation 6],
[Relation 7],
[Relation 8],
[Relation 9],
[Relation 10],
[Relation 11],
[Relation 12],
[Relation 13],
[Relation 14],
[Relation 15],
[Relation 16],
[Relation 17]
From Exemple;
je fais ca :
Projet
Détails du projet
Si autre projet ou sujet, précisez
Acteur
Si nécessaire, précisez
Type d'acteur
Service / Direction en relation l'ASIP Santé
Service / Direction en relation avec l'acteur
Collaborateur(s) en relation
Merci pour votre aide
Maurice
Ci-joint le Screenshots !
- Tags:
- Group_Discussions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Bonjour Maurice,
Data:
CrossTable(Relation, Valeur)
LOAD * INLINE [
F1, Relation 1, Relation 2
Projet, AAA, AAA2
Détails du projet, test1, test2
"Si autre projet ou sujet, précisez", BBB, BBB2
Acteur, Jacques, John
"Si nécessaire, précisez", bllb, blalbal
];
GenericLabel:
Generic Load Relation, F1, Valeur
Resident Data;
CombinedGenericTable:
Load Distinct Relation Resident Data;
FOR i = NoOfTables()-1 to 0 STEP -1
LET vTable=TableName($(i));
IF WildMatch('$(vTable)', 'GenericLabel.*') THEN
LEFT JOIN ([CombinedGenericTable]) LOAD * RESIDENT [$(vTable)];
DROP TABLE [$(vTable)];
ENDIF
NEXT i
Aurélien
Excelcio

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Merci pour ta réponse voici une réponse correct
https://community.qlik.com/message/1356005?et=watches.email.thread#1356005

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Si non peux-tu m'aider sur cette demande merci
https://community.qlik.com/message/1350772?et=watches.email.thread#1350772

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Merci, je ne connaissais pas cette fonction
