Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear community,
I have a Problem with different results between table and diagram.
The source is a flat table without any Specials.
I try do sum the daily mesures to a day-sum.
In a table the mesures are correct, but not in a diagram.
what have i done wrong?
---
Liebe Community,
ich habe unterschiedliche Ergebnisse zwischen einer Tabelle und einem Diagramm, welche auf dieselbe einfache Datentabelle zugreifen. Ich versuche, einzelne Messwerte zu einer Tagessumme zu addieren, aber ich bekomme im Diagramm keine korrekten Werte. Was mache ich falsch?
Hier die Tabelle:
Hier das Diagramm:
Hier das Script:
Hier die Formel für Tr_incoming:
(P.S:: It makes no difference to switch from Tr_kundenkuerzel to Tr_kundenname or vom Tr_datum to Datum.)
Hat jemand eine Idee für mich? Das wäre toll!
VG
Mike
ok, I have found and solved the Problem.
The item is, this customer has 3 service agents, I have joined these 3 agents to the Dimension customer_id. In the result I have 3 data rows for these customer_id.
This is the reason I have three times to many day-sum in relation of this customer.
Now I have killed the join to the agents and the results are correct.
Die Lösung ist: Ich habe dem Kunden über einen join 3 Service-Agents zugefügt. Daher hatte die Dimension customer_id jetzt 3 Datenzeilen statt nur einer. Im Ergebnis wurde die Summe also für jede Zeile in der Dimension gebildet und zusammenaddiert. Das ergibt dann den dreifach zu hohen Tages-Wert.
Danke an alle, die mit gegrübelt haben!
VG Mike
ok, I have found and solved the Problem.
The item is, this customer has 3 service agents, I have joined these 3 agents to the Dimension customer_id. In the result I have 3 data rows for these customer_id.
This is the reason I have three times to many day-sum in relation of this customer.
Now I have killed the join to the agents and the results are correct.
Die Lösung ist: Ich habe dem Kunden über einen join 3 Service-Agents zugefügt. Daher hatte die Dimension customer_id jetzt 3 Datenzeilen statt nur einer. Im Ergebnis wurde die Summe also für jede Zeile in der Dimension gebildet und zusammenaddiert. Das ergibt dann den dreifach zu hohen Tages-Wert.
Danke an alle, die mit gegrübelt haben!
VG Mike