Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcocim
Partner - Contributor II
Partner - Contributor II

Problem with custom numeric format on a on the fly visualization

Hi All,

i create an on the fly pivot-table visualization following QlikSense Help.

All works fine, but i have a problem with the format number of the measure, i specify 2 decimals with "#.##0,00" mask but measure  shows without decimal separator.

Cattura.JPG

Below javascript code:

{

      "qDef": {

        "qLabel": "Orders Quantity",

        "qDef": "Sum(quantity)",

          "qNumFormat": {

      "qtype":"F",

          "qnDec": 2,

          "qUseThou": 0,

          "qFmt": "#.##0,00",

          "qDec": ",",

          "qThou": "."

        }

      }

    }

Thanks

Marco

0 Replies