Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
tseebach
Luminary Alumni
Luminary Alumni

Javascript, how to set locale and convert

Hi, I'm getting some troubles with creating an Extension that uses the right locale for numbers. My javascript seems to use different decimal point locale, then what my QlikView app provides, when parsing an sum of an expression.

So i need to run this.Layout.Text2.text.replace(',','.'); to use the variables in my chart generator.

I think their must be a more elegant approach, where I could read the local from the QlikView dokument and set it in javascript, has anyone done this?

0 Replies