AppGini 5.81 Calculated field

Discussions related to customizing hooks. Hooks are documented at http://bigprof.com/appgini/help/advanced-topics/hooks/
Post Reply
Moh Youba
Veteran Member
Posts: 228
Joined: 2017-03-12 09:31

AppGini 5.81 Calculated field

Post by Moh Youba » 2019-10-19 18:16

Hello

I am using AppGini calculated field to get calculation for qty * price. Following example given by Ahmad all is working well. In the result I get this format "4000" what I need is this format " 4 000".

Here the code I am using

SELECT `transactions`.`qts` * `transactions`.`prix`
FROM `transactions`
WHERE `transactions`.`idtransaction`='%ID%'

Any help please

Thank you

Post Reply