<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"><channel><category>pcsoft.us.windev</category><copyright>Copyright 2026, PC SOFT</copyright><lastBuildDate>29 Nov 2014 09:44:00 Z</lastBuildDate><pubDate>26 Nov 2014 19:56:00 Z</pubDate><description>Hello all,&#13;
&#13;
I have in my project a data file as in the attach, now i want to make a view where i can see from each "Kenteken" one line with the total of "Bedrag1"&#13;
Just like this:&#13;
&#13;
KENTEKEN DEBITEURNO BEDRAG1&#13;
XT-86-TK 10824 283,25&#13;
XT-JZ-27 10823 700,76&#13;
Etc.&#13;
&#13;
Thanks!&#13;
[attachment 1255 Knipsel.JPG]</description><ttl>30</ttl><generator>WEBDEV</generator><language>en_US</language><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum/read.awp</link><title>Create View with sum</title><managingEditor>moderateur@pcsoft.fr (El moderador)</managingEditor><webMaster>webmaster@pcsoft.fr (El webmaster)</webMaster><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49248/read.awp</comments><pubDate>29 Nov 2014 09:44:00 Z</pubDate><description>Hi&#13;
1. Maybe you can try with SQL Query "SELECT Debiteurno, Kenteken FROM MyFile,...."&#13;
2. You can create view and read records …</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49248/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49248/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum/read.awp">Create View with sum</source><title>Re: Create View with sum</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49210/read.awp</comments><pubDate>27 Nov 2014 09:39:00 Z</pubDate><description>Hi Sammy,&#13;
&#13;
Do you want to anchor the table as well? If so, at least in version 18 &lt; there is an odd bug in the table when addi…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49210/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49210/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum/read.awp">Create View with sum</source><title>Re: Create View with sum</title></item><item><author>guest</author><category>pcsoft.us.windev</category><comments>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49207/read.awp</comments><pubDate>26 Nov 2014 20:46:00 Z</pubDate><description>Hi Sammy,&#13;
&#13;
If this is an SL request behind the table you can simply GROUP BY Kenteken and SUM the Bedrag1 field. This will giv…</description><guid isPermaLink="true">https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49207/read.awp</guid><link>https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum-49207/read.awp</link><source url="https://forum.pcsoft.fr/es-ES/pcsoft.us.windev/49205-create-view-with-sum/read.awp">Create View with sum</source><title>Re: Create View with sum</title></item></channel></rss>
