Sort Values in Report Designer

Post Reply
enishemed
Posts: 653
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Sort Values in Report Designer

Post by enishemed »

There is a wrong ordering when using "Sort Values" option in Report Designer Table. It does not consider "Number Format". Here in my example the number format is "2/,/."

Also, if the column is right-aligned, the icon and the title are overlapped.
Attachments
Ekran görüntüsü 2023-09-12 164346.png
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Sort Values in Report Designer

Post by support »

To fix issue with sorting file from archive replace to plugins\ext\classes\report_page\
To fix issue with align, simple add padding-right to TD attribute

Code: Select all

style="text-align: right; padding-right: 25px;"
Attachments
blocks_table.zip
(6.04 KiB) Downloaded 33 times
enishemed
Posts: 653
Joined: 30 Oct 2017, 11:24
Name: Enis Hemedoglu
Location: Istanbul, Turkey
Company Name: SCORE DANISMANLIK
Contact:

Re: Sort Values in Report Designer

Post by enishemed »

It works, thanks.
User avatar
support
Site Admin
Posts: 6231
Joined: 19 Oct 2014, 18:22
Name: Sergey Kharchishin
Location: Russia, Evpatoriya

Re: Sort Values in Report Designer

Post by support »

This fix is included in 3.4.4 that was released today.
Post Reply