- Home
- Deutsch
- Visualisierung
- VIS - Maximale Anzahl Variablen?
VIS - Maximale Anzahl Variablen?
-
Hallo zusammen,
ich würde gerne die 8 Zeitabschnitte es ein Tages zum Thema Wetter (daswetter) abbilden wollen.Gibt es in einer Tabelle eine Maximale Anzahl an Variablen die ich verwenden darf?
Wenn ich eine neue <th> erstellen, wird mir der Wert angezeigt, verarbeite ich es in einer Großen Tabelle ist plötzlich Schluss...```
<table border="6" widht="4000">
<tr>
<th>Tag:</th><th>Heute</th>
</tr><tr>
<th>Zeit für Werte</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.hour_value} Uhr</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.hour_value} Uhr</th>
</tr><tr>
<th>Temperatur</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.temp_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.temp_value} °C</th>
</tr>
<tr>
<th>Luftfeuchtigkeit</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.humidity_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.humidity_value} %</th>
</tr>
<tr>
<th>Luftdruck</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.pressure_value} mb</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.pressure_value} mb</th></tr>
<tr>
<th>Regenmenge</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.rain_value} mm</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.rain_value} mm</th>
</tr>
<tr>
<th>Wolkenindex</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.clouds_value} %</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.clouds_value} %</th>
</tr><tr>
<th>Wettersymbol</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.symbol_desc}</th>
BIS HIER ALLES OK. AB HIER DANN KEINE AUSGEFÜLLTEN WERTE MEHR
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.symbol_desc}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.symbol_desc}</th>
</tr><tr>
<th>Windrichtung</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.wind_dir}</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.wind_dir}</th></tr>
<tr>
<th>Windstärke</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.wind_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.wind_value} km/h</th></tr>
<tr>
<th>Windchill (gefühlt wie)</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.windchill_value} °C</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.windchill_value} °C</th>
</tr><tr>
<th>Windböen Geschwindigkeit</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_1.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_2.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_3.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_4.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_5.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_6.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_7.windgusts_value} km/h</th>
<th>{daswetter.0.NextDaysDetailed.Location_1.Day_1.Hour_8.windgusts_value} km/h</th>
</tr>
</table>Ich habe im Code einen Satz: ***BIS HIER ALLES OK. AB HIER DANN KEINE AUSGEFÜLLTEN WERTE MEHR*** Bis genau dahin werden Variablen "ausgefüllt", danach stehen nur die Platzhalter dafür... aber keine Werte mehr.  Kann mir das jemand erklären? Ist ein ganz normales HTML Widget... Ich hoffe ich habe hier alles richtig gemacht, ist mein erster Forumsbeitrag... wenn nicht möge man mich bitte in die Schranken weisen...