Skip to content
New issue

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

サマリ の合計値の 切り捨て が正しくない #521

Closed
kenichi-fk opened this issue Mar 7, 2024 · 5 comments
Closed

サマリ の合計値の 切り捨て が正しくない #521

kenichi-fk opened this issue Mar 7, 2024 · 5 comments
Labels

Comments

@kenichi-fk
Copy link

サマリの合計値について、親テーブルの項目設定において 「小数点以下切り捨て」 を指定したとき、切り捨てられておらず四捨五入をしているようです。「切り下げ」 でも同様です。

小数点第2位まで 小数点以下切り捨て
6.55 7
2.35 2
1.15 1
146.45 146
0.85 1
24.6 25
59 59
0.25 0
20040 20040
@pierre3
Copy link
Collaborator

pierre3 commented Mar 13, 2024

Issueありがとうございます。
確認いたしますのでお待ちいただけますでしょうか。

Copy link

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.

@github-actions github-actions bot added the Stale label May 12, 2024
Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 19, 2024
@jimkawn jimkawn reopened this May 20, 2024
@pierre3
Copy link
Collaborator

pierre3 commented May 22, 2024

回答遅くなり申し訳ございません。

親テーブルの集計項目ではなく、集計結果を表示する子テーブルの項目で丸め方式を指定することで、期待通りの結果になりませんでしょうか。
まずはこちらをお試しください。

Copy link

This issue was closed because it has been stalled for 7 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Aug 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants