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

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

AutoNumber

Hi,

I have a fact table Sales and dimension Table Articles:

Example:

F_Sales:

ID_Ste

ID_Article,

Revenue,

Profit,

Margin,

Devise

D_Articles

ID_Ste,

ID_article,

Code Article,

Caption Article,

Desciption Article,

Type Article

What is the best way to create relationship between Article and Sales ?

MAPPING ... LOAD ???

F_Sales :

LOAD

AutoNumber(ID_Ste,ID_Article) as ID_Article,

ID_Ste

ID_Article,

Revenue,

Profit,

Margin,

Devise

FROM F_SALES;

F_Articles :

AutoNumber(ID_Ste,ID_article) as  ID_Article,

ID_Ste,

ID_article,

Code Article,

Caption Article,

Desciption Article,

Type Article

FROM D_ARTICLES;

What is the different between mappping... load on load ... AutoNumber ?

Could you please give me an example ?

Thanks .

1 Reply
marcohadiyanto
Partner - Specialist
Partner - Specialist

hi.

you can check mapping load on reference manual or help (F1).

if you wanna create a relationship between that two table, the way you do i think it's correct but check the syntax of autonumber on help.

regards,