Hello
I am trying to get sum of Auto-fill column but do not work. Any help please.
Thank you
Sum of Auto-fill column AppGini 5.98
Re: Sum of Auto-fill column AppGini 5.98
Autofill fields are just lookups: They store the foreign key of the master-record, not the chosen display value. They show the chosen display value in UI, only.
Check the table data of
If you need the (numeric) values of
Check the table data of
actes
with your SQL-tool. You will see that patients.montant
will hold the primary key of selected record of actes
table, not the value of actes.tarif
. tarif
is just the display formula for this autofill field. This is not a bug but by design. If you need the (numeric) values of
actes.tarif
, you may consider adding a calculated field reading the tarif from the related master table. Then check [x] Sum for the new calculated field.Kind regards,
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
AppGini 25.10 + all AppGini Helper tools
<js />
My AppGini Blog:
https://appgini.bizzworxx.de/blog
You can help us helping you:
Please always put code fragments inside
[code]...[/code]
blocks for better readabilityAppGini 25.10 + all AppGini Helper tools
Re: Sum of Auto-fill column AppGini 5.98
thank you sir, I understand now.
Going to try.
Best regards,
Going to try.
Best regards,