Hi, I’m doing a relatively straightforward calculation of some database fields - I’m getting the expected results on localhost but when I upload to the remote server it is concatenating instead of summing.
All values are set to INT in the database.
Here is an example of the code…
{{(serverconnect_group_balances.data.query_balances_group.data[0].social_weekly+serverconnect_group_balances.data.query_balances_group.data[0].savings_collected+serverconnect_group_balances.data.query_balances_group.data[0].loan_paid)-(serverconnect_group_balances.data.query_balances_group.data[0].social_distributed-serverconnect_group_balances.data.query_balances_group.data[0].loan_released)}}
Thanks for any help.
Community Page
Last updated:
Last updated: