Hallo Toniy

i have append a image, where you can see the structure of the tiddlyer wher 
shoud be calculated.

i'm in tiddlywiki not a professional.

that are the makros of me for this tiddler

\define Verstab()
<caption>{{!!title}}</caption>
<thead align=left valign=top>
<tr>
    <th>Unternehmen</th>
    <th>Versicherung</th>
    <th colspan=2>Klassen</th>
    <th colspan=4>Beitrag</th>
</tr>
<tr align=left valign=top>
    <th colspan=2></th>
    <th>Region</th>
    <th>Typ</th>
    <th>Satz %</th>
    <th>Zahle<br>Monate</th>
    <th>laut<br>Zahlweise</th>
    <th>Jahres-<br>Rate</th>
</tr>
</thead>
\end


    
\define Verskauf(Unternehmen Versart Regionalklasse Typklasse 
BeitragssatzProzent Zahlmonate LautZahlweise Jahresrate)
<$vars Jahr=  {{{ [[$LautZahlweise$]multiply[12]divide[$Zahlmonate$]] }}}>
<$vars Jahr={{{[<Jahr>fixed[2]]}}}>
<tr align=center>
    <td align=left>$Unternehmen$</td>
    <td align=left>$Versart$</td>
    <td>$Regionalklasse$</td>
    <td>$Typklasse$</td>
    <td>$BeitragssatzProzent$</td>
    <td>$Zahlmonate$</td>
    <td align=right>$LautZahlweise$ €</td>
            <td align=right><<Jahr>> €</td>
</tr>
</$vars>
\end



\define VersZwiSumme(Rate Jahresrate)
<thead>
<tr align=right>
    <th colspan=6>Zwischensumme</th>
    <th>$Rate$ €</th>
    <th>$Jahresrate$ €</th>
</tr>    
</thead>    
\end


    
\define VersGesSumme(Jahresrate)
<thead>
<tr align=right>
    <th colspan=6>Gesamtsumme</th>
    <th></th>
    <th>$Jahresrate$ €</th>
</tr>    
</thead>    
\end


But i <an't sum the culums

Am Dienstag, 25. Februar 2020 00:35:40 UTC+1 schrieb TonyM:
>
> Gerald,
>
> This is a design approach I can see.
>
> You will need to calculate the row value in each row with the information 
> available in that row. You can display it in the table.
> However to do an all of table sum you need to save these row details 
> somewhere and sum them separately.
>
> Once you are happy with your table, its logic and calculation "clone" it 
> and remove all the display wikitext, then wrap it in a button that will 
> contain the same list logic in it, however for each row it triggers an 
> action widget that will save each row value somewhere such as a row related 
> tiddler or a data tiddler. You can do this for multiple columns as well.
>
> Once all these have being calculated and saved you can use a list filter 
> to sum all the values and present the grand total.
>
> I hope this helps (in translation), there are German speakers around.
>
> Regards
> Tony
>
> On Tuesday, February 25, 2020 at 5:24:23 AM UTC+11, Gerald Weis wrote:
>>
>> hallo i follow your tip.
>>
>> I have tested Shiraz-plugin and tiddlytables-plugin
>>
>> But this tools are not what i need.
>>
>> Problem:
>> the rate of liability insurance is calculated for one Year in row one. 
>> (with tiddliywiki)
>> the rate of comprehensive cover is calculated for one year in row two. 
>> (with tiddliwiki)
>> now i want the   results of this calculating  to add.
>>
>> thatss all
>>
>>
>> Am Sonntag, 23. Februar 2020 10:21:36 UTC+1 schrieb Mohammad:
>>>
>>> Hi Gerald,
>>>  Use Google translate! There is manual to use it!
>>>
>>> Shiraz is a plugin! For install see
>>> https://kookma.github.io/TW-Shiraz/#Shiraz%20Plugin
>>>
>>> or simply drag and drop
>>> https://kookma.github.io/TW-Shiraz/#%24%3A%2Fplugins%2Fkookma%2Fshiraz
>>>
>>> to your wiki!
>>>
>>> I hope a German speaking one can help here.
>>>
>>>
>>>
>>> Good luck
>>> Mohammad
>>>
>>> On Sunday, February 23, 2020 at 12:26:23 PM UTC+3:30, Gerald Weis wrote:
>>>>
>>>> Hi Mohammed 
>>>>
>>>> this Macro shoud be very komplex.
>>>>
>>>> i dont looking this.
>>>>
>>>> i can english only with google and leo.org.
>>>>
>>>> i have questions:
>>>>
>>>> 1. is it an plugin or macros
>>>> 2. when it is an plugin, how i can import als plugin?
>>>> 3. when it is an Macro  - drag and drop?
>>>> 4. Where i become an german Manual?
>>>>
>>>> thanks
>>>>
>>>>
>>>> Am Sonntag, 23. Februar 2020 09:07:01 UTC+1 schrieb Mohammad:
>>>>>
>>>>> I may recommend to use Shiraz with Dynamic tables.
>>>>>
>>>>> Have a look here: 
>>>>> https://kookma.github.io/TW-Shiraz/#demo%2Fdynamic-tables-numerical-summary
>>>>>
>>>>> and here
>>>>>
>>>>> https://kookma.github.io/TW-Shiraz/#Tutorial%20Dynamic%20Tables
>>>>>
>>>>> Also if you make a search in the forum, Eric Shulman recently answered 
>>>>> a similar question with a short and efficient solution.
>>>>>
>>>>> --Mohammad
>>>>>
>>>>> On Sunday, February 23, 2020 at 11:19:12 AM UTC+3:30, Gerald Weis 
>>>>> wrote:
>>>>>>
>>>>>> Hi Folks
>>>>>>
>>>>>> i have a table with 2 columns of numbers.
>>>>>> now i want to have the sum from every columns.
>>>>>>
>>>>>> the Position of the sum shoud be above or below the columns.
>>>>>>
>>>>>> I have no solution found for this.
>>>>>>
>>>>>>
>>>>>> Any Ideas?
>>>>>>
>>>>>> thanks for all
>>>>>>
>>>>>

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/2ca4ddb7-e713-454c-aeea-eb627f4ea928%40googlegroups.com.

Reply via email to