We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug
charts in pxweb2023v1 does not render correctly
This saved query shows a line:
https://bank.stat.gl:443/sq/804cae2c-a28c-4a26-b7cc-f283acfb13d5
Data range in table is from 5.2 to 5,4
The px file has:
DECIMALS=2; SHOWDECIMALS=0; PRECISION[da]("nøgletal","Børneenheder pr. børnepersonale")=1;
It seems the rounding is on SHOWDECIMALS and not take PRECISION into account
Can it be fixed, please?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
charts in pxweb2023v1 does not render correctly
This saved query shows a line:
https://bank.stat.gl:443/sq/804cae2c-a28c-4a26-b7cc-f283acfb13d5
Data range in table is from 5.2 to 5,4
The px file has:
DECIMALS=2;
SHOWDECIMALS=0;
PRECISION[da]("nøgletal","Børneenheder pr. børnepersonale")=1;
It seems the rounding is on SHOWDECIMALS and not take PRECISION into account
Can it be fixed, please?
The text was updated successfully, but these errors were encountered: