width Dimension
support.dcube.delphi
width Dimension
05-16-2003, 12:00 AM
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
Re: width Dimension
05-20-2003, 12:00 AM
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
>
>