Detail view vs. table view

Please report bugs and any annoyances here. Kindly include all possible details: steps to reproduce, expected result, actual result, screenshots, ... etc.
Post Reply
pbottcher
AppGini Super Hero
AppGini Super Hero
Posts: 1635
Joined: 2018-04-01 10:12

Detail view vs. table view

Post by pbottcher » 2018-04-17 19:30

Hi,
it is possible to apply custom data format for a field. This works apparently only in the table view. In the detail view i get the unformatted data displayed. Is this the normal behaviour? Or is there something I need to apply to have the same data-format displayed in the DV?
Actually I would need to display numbers in the german format (xxx.xxx.xxx,xx) decimal representation whith "," as delimiter for decimals and "." for the thousands. If anyone knows another way to acheive this, please let me know.

regards
Tv.JPG
Tv.JPG (9.08 KiB) Viewed 1932 times
DV.JPG
DV.JPG (8.91 KiB) Viewed 1932 times
Definition.JPG
Definition.JPG (45.6 KiB) Viewed 1932 times
Any help offered comes with the best of intentions. Use it at your own risk. In any case, please make a backup of your existing environment before applying any changes.

R Tammam
Veteran Member
Posts: 113
Joined: 2017-08-26 15:35

Re: Detail view vs. table view

Post by R Tammam » 2018-04-29 02:07

Hello pböttcher,

i think you can format the tv numbers , but the detail view should be formatted according to MySQL numbers' format so it would be inserted in the database correctly

Post Reply