0

Sum of linked Dynamic and Static Table

Hello all, I have a problem regarding summing of costs from a static table.

Firstly, I have table 1(trn) where it contains the id to each cost. This table is the one that gets updated whenever a consumer does a transaction with us.
Secondly, I have a Table 2(provider_rates), a static table of costs. Each time a consumer does a transaction, he/she will be charged according to the id in Table 1.

Another issue is that I am unable to use NF functions from the Table trn, as it contains too many values (60k-ish?).

I tried =NL("sum","provider_rates","cost","id","=NL(,""trn"",""id_provider_rates"")") but the sum still shows up as a single value from the static table, did I do something wrong?

2 comments

Please sign in to leave a comment.