What I want to achieve:- I want to add the fields such as year_mydatefield, month_mydatefield, quater_mydatefield on x-axis.
These break down fields are available during runtime in fields list, but I want to code them so that they appear automatically.
Is there any variable defined in fcCube.pas for this type of fields?
Or I can use other methods such as fcslice.AddCalcFieldTo? How to use them?
Research done:- From the example, I have learn how to put measures on X-axis using sMeasuresFieldName.
fcSlice1.AddFieldTo(sMeasuresFieldName, '', rf_CapXAx);
sMeasuresFieldName is defined in fcCube.pas. Unfortunately, Delphi XE2 cannot locate the fcCube.pas, and the programmer manual from fastCube only lists out all the methods and parameters but does not explain how to use them, limited example as well.