hi wim,
i guess u didnt understand my problem. i will write what i have done in the process.
my requirement is to read the username and password for an oracle datasource from a csv file , into a ti process.Using this username and password , the above mentioned process will connect to oracle db which queries some tables for me .......
for that i created a csv file which contains three columns para_measures(having values username,password),measures(having values number,string) and data(username1,password1(which is appeared in the datapoint in ur example)).Then i took , a process called user_pass_read (whose intension is to load paramtest cube with username and password ) whose datasource is the csv file and retrived all three columns in the preview. In the variables tab i got three variables "param measures","measures","data",where i selected
"param measures"(string variable type),"measures" (string variable type)" as element content and data (string variable type)as data content
now i slected the maps tab.....
slected cube tab .... and created a cube "paramtest" cube
in dimension tab
i created two dimensions param_measures (string :elemnt type))and measures( string :elemnt type)dimensions....having element type numeric....
then i ran the process.....The username1(data point is empty) is not getting populated to the cell....

In data tab of advanced tab...
i got an entry like this
#****Begin: Generated Statements***
CellPutS(data,'paramtest',params_measures,measure);
#****End: Generated Statements****
i dono why the data (orginal username) is not getting populated.
could you please help me on that???
regards
angel....