Hello,
I have a design problem and do not how to solve that. So I am looking for suggestions how to handle this in Appsheet.
CASE:
I have a quarterly import of a CSV-file into a Table called [NAVPerformance]- and works flaweless. This table has a prim.key the [date] field as I can have one NAVPerformance per day.
I have another Table with [Employees] some of them are financial advisors and some not. They all have a role assigned like “Introducer”, “Sales Person” or “Financial Advisor”.
For each new day in the [NAVPerformance] I need to loop trough the employees and only filter out the Employees with the Role “Financial Advisor”. For each of these Financial Advisors I need to do a calculation (which I can do) and store this result in a table called [PerformanceFee]. In this table I have the followin columns: Date - EmployeeID - Performance.
I am stuck with the automation as I can not use the “for each row in table” data change event.
Any suggestion how to manage this construction in Appsheet?
Many thx.