My code keeps malfunctioning. Please help me fix it.
What is the prize ( to understand what the programs does and what’s not working )? As the description is… is…
- for example in deletearow you are calling displayaverage before displaysum ( should be the opposite )
I notice you are not using procedure parameters, especially for the average procedure.
Such a procedure should be entirely self contained, with a value as output and a list of numbers as input.
Your text boxes seem to be named after lists.
Are you keeping multiple items in them?
If so, they need separators like comma or newline (\n) and list conversion blocks .
An exported aia would help here.
In Screen1.Initialize, you are trying to feed a List From CSV Row block a list if TinyDB does not find anything under tags days, activity,...
TinyDB is able to store lists as lists, so no csv conversion is needed.
Since you posted no aia export file, I can't show you the fix.
1 Like



