-=Oleg=-
-=Oleg=-
About
- Username
- -=Oleg=-
- Joined
- Visits
- 0
- Last Active
- Roles
- FR Team
Comments
-
Hi. You need to move field "Measures" to X or Y axis. For example: fcxSlice1.XAxisContainer.AddMeasuresField; Best regards, Oleg Pryalkov.
-
Hi. You can create one additional calculation total for each dimension. But now You need assign name of script function (created in script editor or assigned by code) by code: Property TfcxAxisField.AdditionalTotalScriptFunction: String; In fu…
-
Hi. You can create simple measure based on filed 'Total Overnights' (with name 'to_Fantome') and hide it. Then create calculation measure (with name 'TO'), set type 'calculation' and use script: procedure TOOnGetValue(var Result: Variant); var…
-
Hi. We plan to do it in future. Best regards, Oleg Pryalkov.
-
Hi. FastCube 2 use ISO8601 for Week Number by default. But you can set property TfcxCube.WeekNumberISO8601 := False. Best regards, Oleg Prualkov.
-
You need to update Delphi 7. Last build is 8.1. Or use FastCube 2 Pro (with sources)
-
What version (build) Delphi 7 are you use?
-
Please search all files fcxSliceGrid.dcu and fcxMeasureEditor.* (pas, dcu, dfm ...) in your system, write me folder with this files and send me files to mail. My mail see in private. Best regards, Oleg Pryalkov.
-
Hi. 1. wrote: Unit1.pas(7): Unit fcxSliceGrid was compiled with a different version of fcxMeasureEditor.TfcxMeasureEditorForm You have modified fcxMeasureEditor.dfm. -Uninstall FastCube 2 -Delete FastCube 2 install folder -Install Fas…
-
Hi. You need to create calculation measure with script. FastCube 2 support two types of calculation measures: -Simple calculation based on other measures -Calculation based on detail records See 2.1.10 FastScript use in http://www.fast-rep…
-
Added article "Processing big amounts of data in FastCube 2".
-
Thanks. I fixed this error. Please wait update. Best regards, Oleg Pryalkov.
-
Hi. You can do it in FastCube 2. 1. Create simple "sum" measures 'A' and 'B' 2. Create calculation measure 'C' with script: result := measures.currentvalue + measures.currentvalue; 3. Set function for total in measure 'C' as "average" …
-
Hi. OlafH wrote: » Sorry, but I'm still not able to solve this. In DisplayFormat there are no properties like Kind or FormatStr. Could you please explain more specific? This properties in DisplayFormat.TypeFormat: DisplayFormat.TypeForma…
-
Added property TfcxAxisContainer.ShowTotalAs: TfcxShowTotalAs. See default value for each axis in TfcxSlice.Settings Wait next update.
-
Hi. We will add this property.
-
Added article "FastCube 2 API. Detail cell access"
-
Added article "Compatibility version 2 with version 1."
-
Hi. Try: Uninstall FastCube. Delete all pas and dcu modules from FastCube. Install FastCube. Best regards, Oleg Pryalkov.
-
Hi. For decimal(10, 0) fields applies a float format. Use integer fields or type conversion. Also You can change DisplayFormat in TfcCubeField and TfcFieldOfRegion. Best regards, Oleg Pryalkov.
-
Hi. There are errors when the FastCube is working with FireDac. We correct these errors now. Wait for the update. Best regards, Oleg Pryalkov.
-
Hi. See compiled demo "FastCube examples" from http://www.fast-report.com/en/download/fast-cube/ It contains sample code. Best regards, Oleg Pryalkov.
-
Hi. No. Only one row. Best regards, Oleg Pryalkov.
-
Hi. 1. Working with measure: //= 0 then begin fcSlice.CapFactsFieldsAbs[AIndex].VisibleInData := False; end end; //ex_HideMeasureAmount> // // Imortant: fcSlice.FieldsOfRegion(rf_CapFacts).IndexOf - used Name of measure! …
-
Hi. Only at the request. Best regards, Oleg Pryalkov.
-
Hi. 1. You can see compiled demo in http://www.fast-report.com/en/download/fast-cube/ 2. You can use any descendants of TDataset. Best regards, Oleg Pryalkov.
-
Hi. This program is available for registered customers of FastCube 1 Professional. Best regards, Oleg Pryalkov.
-
Hi. In FastCube 1 field with "Caption" must be created in the query. Also You can create calculated field in your DataSet. Best regards, Oleg Pryalkov.
-
Hi. Do You want hide measure 'COVERED' from measures list? It is impossible Best regards, Oleg Pryalkov.
-
Hi. 1. See updated documentation from http://www.fast-report.com/en/download/fas...e-download.html 2. See example and step by step instruction in http://www.fast-report.com/en/blog/index.p...alkov&id=39 Best regards, Oleg Pryalkov.