Replies: 0
Hi iam using CFDB to collect foodorders i need to be able to export the orders for each person during a month. I managed to do this with the sumfield function trans=”SumField(Totalorders,Name)”. the problem is that i need other columns in this export such as employee number etc, and these are not showing when using the trans function.
How do i achieve this?