Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Calendrier avec plusieurs dates

Bonjour à tous,

Voici la structure de mon script de chargement:

Table:

Load

Champ1,

Champ2,

Champ3,

Date1,

Date2;

Concatenate(Table)

Load

Champ1,

Champ4,

Champ5,

Date2,

Date3;

+ une table Calendrier relié à ma table par Date2

Problème: J'aimerais créer un calendrier qui soit relié à toutes mes dates( date1, date3 ....).

Des idées??

Merci pour votre aide.

Claire.

1 Solution

Accepted Solutions
pgrenier
Partner - Creator III
Partner - Creator III

Bonjour Claire,

Admettons que le Champ1 soit le champ clé, je vous proposerait de changer votre script de chargement pour celui-ci:

Table:

Load

Champ1,

Champ2,

Champ3

From Source1;

Concatenate(Table)

Load

Champ1,

Champ4,

Champ5

From Source2;

TableDate:

LOAD Champ1, Date1 as DateTypée, 'Type1' as Type

From Source1

Concatenate(TableDate)

LOAD Champ1, Date2 as DateTypée, 'Type2' as Type

From Source1

Concatenate(TableDate)

LOAD Champ1, Date2 as DateTypée, 'Type2' as Type

From Source2

Concatenate(TableDate)

LOAD Champ1, Date3 as DateTypée, 'Type3' as Type

From Source2

Puis, associer le calendrier au champ DateTypée.

Lorsque vous construirez vos expressions, il vous suffira d'ajouter une clause supplémentaire dans la partie "Set Analysis" pour spécifier que type de date doit être pris en considération.

Cordialement,

Philippe Grenier

View solution in original post

5 Replies
pgrenier
Partner - Creator III
Partner - Creator III

Bonjour Claire,

Admettons que le Champ1 soit le champ clé, je vous proposerait de changer votre script de chargement pour celui-ci:

Table:

Load

Champ1,

Champ2,

Champ3

From Source1;

Concatenate(Table)

Load

Champ1,

Champ4,

Champ5

From Source2;

TableDate:

LOAD Champ1, Date1 as DateTypée, 'Type1' as Type

From Source1

Concatenate(TableDate)

LOAD Champ1, Date2 as DateTypée, 'Type2' as Type

From Source1

Concatenate(TableDate)

LOAD Champ1, Date2 as DateTypée, 'Type2' as Type

From Source2

Concatenate(TableDate)

LOAD Champ1, Date3 as DateTypée, 'Type3' as Type

From Source2

Puis, associer le calendrier au champ DateTypée.

Lorsque vous construirez vos expressions, il vous suffira d'ajouter une clause supplémentaire dans la partie "Set Analysis" pour spécifier que type de date doit être pris en considération.

Cordialement,

Philippe Grenier

Not applicable
Author

Je suis absent(e) du bureau jusqu'au 26/08/2013

I am out of the office and get back to you when I return.

Remarque : ceci est une réponse automatique à votre message "[Groupe des

Utilisateurs Francophones] - Re: Calendrier avec plusieurs dates" envoyé le

8/8/2013 17:50:22.

C'est la seule notification que vous recevrez pendant l'absence de cette

personne.

This message and any attachments (the "message") is

intended solely for the intended addressees and is confidential.

If you receive this message in error,or are not the intended recipient(s),

please delete it and any copies from your systems and immediately notify

the sender. Any unauthorized view, use that does not comply with its purpose,

dissemination or disclosure, either whole or partial, is prohibited. Since the internet

cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS

(and its subsidiaries) shall not be liable for the message if modified, changed or falsified.

Do not print this message unless it is necessary,consider the environment.

Not applicable
Author

Je suis absent(e) du bureau jusqu'au 26/08/2013

I am out of the office and get back to you when I return.

Remarque : ceci est une réponse automatique à votre message "[Groupe des

Utilisateurs Francophones] - Calendrier avec plusieurs dates" envoyé le

8/8/2013 17:42:26.

C'est la seule notification que vous recevrez pendant l'absence de cette

personne.

This message and any attachments (the "message") is

intended solely for the intended addressees and is confidential.

If you receive this message in error,or are not the intended recipient(s),

please delete it and any copies from your systems and immediately notify

the sender. Any unauthorized view, use that does not comply with its purpose,

dissemination or disclosure, either whole or partial, is prohibited. Since the internet

cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS

(and its subsidiaries) shall not be liable for the message if modified, changed or falsified.

Do not print this message unless it is necessary,consider the environment.

hic
Former Employee
Former Employee

Not applicable
Author

Je suis absent(e) du bureau jusqu'au 26/08/2013

I am out of the office and get back to you when I return.

Remarque : ceci est une réponse automatique à votre message "[Groupe des

Utilisateurs Francophones] - Re: Calendrier avec plusieurs dates" envoyé le

8/8/2013 19:26:05.

C'est la seule notification que vous recevrez pendant l'absence de cette

personne.

This message and any attachments (the "message") is

intended solely for the intended addressees and is confidential.

If you receive this message in error,or are not the intended recipient(s),

please delete it and any copies from your systems and immediately notify

the sender. Any unauthorized view, use that does not comply with its purpose,

dissemination or disclosure, either whole or partial, is prohibited. Since the internet

cannot guarantee the integrity of this message which may not be reliable, BNP PARIBAS

(and its subsidiaries) shall not be liable for the message if modified, changed or falsified.

Do not print this message unless it is necessary,consider the environment.