summarytable icon indicating copy to clipboard operation
summarytable copied to clipboard

Measure names with parentheses

Open tdfa opened this issue 6 years ago • 2 comments

Using this visual for a P&L statement, we have a measure named 'NET INCOME (LOSS)' which isn't pulling through. All of the other measures are pulling correctly and this follows the same syntax as the others but I'm guessing due to the parenthesis this is getting dropped. I've double checked the names match and swapping the measure used in the formula line pulls correctly after being switched to a measure that doesn't have parenthesis. Are parenthesis supported in measure names?

    {
        "title": "NET MARGIN",
        "formula": "[NET INCOME (LOSS)]",
        "rowStyle": "",
        "visible": true,
        "cellRowHeaderStyle": "font-weight: bold; padding-top: 2px; border-top-color: #E6E6E6; border-top-style: solid; border-top-width: 1px",
        "cellRowDataStyle": "padding-top: 2px; border-top-color: #E6E6E6; border-top-style: solid; border-top-width: 1px"
    },

tdfa avatar May 01 '19 19:05 tdfa

Thanks for reporting this. I can confirm that this is a bug (with no workaround). It has been fixed in v 1.4.4, which is not released yet. If you want a bug fix right away you can use the dev version of 1.4.4 that is published in the dev folder.

fredrikheden avatar May 02 '19 10:05 fredrikheden

1.4.4 looks to be working. Thanks!

tdfa avatar May 02 '19 13:05 tdfa