If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Yeah sure you can apply any logic using formula. I assume you have two entities (parent and child), if you do, then you can add a totalSum, PayedSum and unpaidSum on parent entity and then you can use formula as below to calculate all total sums etc of child entities, e.g crm by default have an account has many opportunities, we could add total opportunities sum like below:
Can you provide more info on what you want to achieve and how many entities are involved and i will be happy to help mate. Just share more information and we will sort it out.
I have 1 entity (for every Contact) named "cleaning",
with 2 fields, amount, and payed amount. I want to create a total sum of these 2 fields' each one separately, then make 1 one field for the balance of all payed-amount.
Each visit of a contact a "cleaning" related with amount and payed fields is registered.
Comment