Antti Kurenniemi
Antti Kurenniemi
About
- Username
- Antti Kurenniemi
- Joined
- Visits
- 0
- Last Active
- Roles
- Members
Comments
-
Works like a champ, thank you ! ...and now that you mentioned, I found the formatting stuff in the examples. Thanks for that too!
-
Ok - but could you give me an example, please (I'm a bit thick today ). For example if I add this field in code: fcSlice1.AddFieldTo('rowsum', 'Row sum', rf_CapFacts, af_Sum); How do I set the displayformat for it to be '%2.2f' ? TIA!
-
Hiya, I have tried both of those (in the fcCube.DefaultFormat.FloatFormat), but nothing happens. Even if I try something else, it doesn't change the formatting at all. I've tried casting the numeric field to DECIMAL(9,2) or NUMERIC(9,2), and it…
-
wrote: » Hi. Use in TfcSlice property RegionFieldExpanded[ARegion: TfcRegionOfField; AFieldIndex: Integer]: Boolean; to collapse dimention. For example: fcSlice.XAxisFullExpanded[rf_CapXAx, 0] := False; Oleg. Thanks, that wo…