Hi,
if I understand right you want to import dimension elements from a database with article names. The element type "n" just describes that the information, that is saved in the complete palo modell is (mostly) numerical.
Lets say you have 3 Dimensions:
Dimension 1: "Year" with elements: 2006, 2007, 2008,..... (all type n)
Dimension 2: "Articles" with elements: Atricle001, Article002, ....(all type n)
Dimension 3: "Valuetype" with elements: turnover (type s) and comment (type c)
In that last element "comment" you can save text information. Therefore it has to be of type s. So you save
- numerical information in e.g. (2006,Article001,turnover)
- string information in e.g. (2006,Article001,comment)
Look at the demo db that comes with palo. All element types are n there, because only numerical info is beeing saved.
Hope this is kind of right help for you.
Greetings from cologne
Holger
This post has been edited 2 times, last edit by "h_decker" (May 2nd 2006, 2:17pm)