Doubt regarding printMeasure
1) I executed the printMeasure with option baseStats, for the measure ADLYWeekMapTx whose baseintx is week and got the output as shown in the attached file 'baseStats'.
As you can see in the file, it says no of dimentions is 2 however the base intersection of this measure is only week, hence shouldnt be no. of dimensions =1?
2) Now I executed printMeasure with option listDataIntersections, for the same measure (see the attached file 'listDataIntersections' for the output). As you can see here the data intersection is written as iweek. What is "i" here?
3) Now I executed printMeasure with option -cell for the same measure (see the attached file 'cell' for the output). As you can see it gives out an error saying that specified only 1 dimension whereas 2 dimensions needs to be specified.