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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
johnnyjohn
Creator II
Creator II

Measure formatting - "Measure Expression"

Hello, I'm trying to understand what this option is when formatting a measure. "Measure Expression". I have a feeling it might be useful for what I'm building but struggling to find any documentation. Thanks

 

image.png

Labels (3)
1 Reply
marcus_sommer

It means to apply functions like: num(sum(AnyValue, 'MyFormatPattern') if to the default-formatting a different formatting should be used. Possible are also custom representations for numeric values, for example things like:

dual(date(MyDate, 'DD.MM'), daynumberofyear(MyDate))