Hi,
how can you prevent FM from showing empty columns when using aggregations?
You can see from the attached screenshot that only 4 out of 9 columns contain/could ever contain values.
This behavior takes up a lot of screen.
The example always uses the same measure, but first as sum, then as the row difference, and then as the % row difference.
Being a difference the first column of each measure will always be empty, how can I hide these colums?
Thank you,
Lorenzo
Hello Lorenzo,
Thank you for reaching out to us.
There are two reasons why some columns are empty:
'[Measures]'
are in the first place of the columns
array. Flexmonster shows the Totals column, which is empty when columns are switched off. As a possible solution, we suggest different visualization when the '[Measures]'
are the last element of the columns
array as follows:columns: [{
"uniqueName": "Anno"
}, {
"uniqueName": "[Measures]"
}]
Please let us know if it works for you. Looking forward to hearing from you.
Kind regards,
Nadia