Grid with just one measure , the measure label is not shown
Hi, I have a grid (2 dims row , and 2 dims columns) with just one measure, but the titles for it are empty (sum measure and subtotals labels) , they appear only when I add another measure. Is there a way to show the measure titles (sum measure and subtotals label) when the grid has just one measure?
4 answers
Hi Rodrigo,
Thank you for the question.
Could you please clarify, do you want you to achieve something like this – http://take.ms/OjLIO ?
Look forward to hearing from you.
Regards,
Ian
yes exactly, when I have only one measure the title disappears, and reappears if I add more than one
one measure: http://take.ms/DWIuqh
2 measures : http://take.ms/t4okZ
Thanks. Well, it is not available by default, but you can use customizeCell
function to modify cells.
Please refer to the sample – http://jsfiddle.net/flexmonster/sd72zow0/ (see lines 46-50).
Hope it helps.
Regards,
Ian