| |
|

support.dcube.delphi
Started by webadmin@datadynamics.com at 05-16-2003 12:00 AM. Topic has 1 replies.
 
 
|
|
Sort Posts:
|
|
|
|
05-16-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
|
|
Originally Posted By: paolo angeretti<paolo.angeretti@elaborasvilupposoftware.it>
Hi; I would like to ask if is possible to setting width Dimension after cube has show in form or after I Dragged dimension in Page ???
I created my cube connecting my sybase asa studio database via odbc connection;
DCube1.DCRecordSource := 'SELECT * FROM M_OLAP';
f := DCube1.Fields.Add('LIV_001', 'Liv 1', DCRow);
f := DCube1.Fields.Add('SOCIETA', 'Societa', DCColumn); f := DCube1.Fields.Add('TIPO_MOVIM', 'Causali', DCColumn); f := DCube1.Fields.Add('DATA_PER', 'Periodo', DCColumn);
f := DCube1.Fields.Add('SALDO', 'Saldo', DCData); f.NumberFormat:= '####.00'; f.AggregateFunc := DCSUM;
Why I see my data increase * 100 ????
Best Regards Paolo angeretti
|
|
|
|
|
Report
|
|
|
|
05-20-2003, 12:00 AM
|
webadmin@datadynamics.com
Joined on 12-12-2005
Posts 0
|
|
|
Originally Posted By: Jennifer-DD<dynamicube.support@datadynamics.com>
Hi,
I'm not sure what your asking from the information posted. Here are two articles on setting row and column widths http://www.datadynamics.com/kb/KBFINDShow.asp?ArticleId=1538 , http://www.datadynamics.com/kb/KBFINDShow.asp?ArticleId=1629 . If this is not what your describing please give more information and Ill be happy to help.
"paolo angeretti" wrote in message news:sXbh3G7GDHA.280@dynaweb.datadynamics.com... > Hi; > I would like to ask if is possible to setting width Dimension after cube has > show in form or > after I Dragged dimension in Page ??? > > > I created my cube connecting my sybase asa studio database via odbc > connection; > > DCube1.DCRecordSource := 'SELECT * FROM M_OLAP'; > > f := DCube1.Fields.Add('LIV_001', 'Liv 1', DCRow); > > f := DCube1.Fields.Add('SOCIETA', 'Societa', DCColumn); > f := DCube1.Fields.Add('TIPO_MOVIM', 'Causali', DCColumn); > f := DCube1.Fields.Add('DATA_PER', 'Periodo', DCColumn); > > f := DCube1.Fields.Add('SALDO', 'Saldo', DCData); > f.NumberFormat:= '####.00'; > f.AggregateFunc := DCSUM; > > Why I see my data increase * 100 ???? > > Best Regards > Paolo angeretti > >
|
|
|
|
|
Report
|
|
|
|
|
GrapeCity » Forum Archives » support.dcube.d... » Re: width Dimension
|
|
|
|
|