Vorlage:BV-BgPreisIndex
Aus BogenWiki
(Unterschied zwischen Versionen)
Nugman (Diskussion | Beiträge) |
Nugman (Diskussion | Beiträge) |
||
(Der Versionsvergleich bezieht 3 dazwischenliegende Versionen mit ein.) | |||
Zeile 83: | Zeile 83: | ||
if (aGroupByParts[0] == 'Ausgang') sGroupByText = aGroupByParts[1]; | if (aGroupByParts[0] == 'Ausgang') sGroupByText = aGroupByParts[1]; | ||
if (aGroupByParts[0] == 'BRS') sGroupByText = aGroupByParts[1]; | if (aGroupByParts[0] == 'BRS') sGroupByText = aGroupByParts[1]; | ||
- | if (aGroupByParts[0] == 'PF') sGroupByText = aGroupByParts[ | + | if (aGroupByParts[0] == 'PF') sGroupByText = aGroupByParts[0]; |
if (aGroupByParts[0] == 'EM') sGroupByText = aGroupByParts[1]; | if (aGroupByParts[0] == 'EM') sGroupByText = aGroupByParts[1]; | ||
sTabHTML += ' <td><div style="'+sCellPadding+'">'+sGroupByText+'</div></td>'; | sTabHTML += ' <td><div style="'+sCellPadding+'">'+sGroupByText+'</div></td>'; | ||
Zeile 108: | Zeile 108: | ||
sTabHTML += ' <tr style="background:#FCFCFC" valign=top>'; | sTabHTML += ' <tr style="background:#FCFCFC" valign=top>'; | ||
for (v = 0; v < aGroupValues.length-1; v++) { | for (v = 0; v < aGroupValues.length-1; v++) { | ||
- | var aGroupByParts = aGroupBy[ | + | var aGroupByParts = aGroupBy[v].split('.'); |
var sGroupByValueText = aGroupValues[v]; | var sGroupByValueText = aGroupValues[v]; | ||
console.log('aGroupByParts['+v+']="'+aGroupByParts[v]+'"; aGroupValues['+v+']="'+aGroupValues[v]+'"'); | console.log('aGroupByParts['+v+']="'+aGroupByParts[v]+'"; aGroupValues['+v+']="'+aGroupValues[v]+'"'); |
Aktuelle Version vom 18:16, 1. Dez. 2023
Template BV_BgPreisIndex: Invalid value for parameter Cmd ("empty")!!!