i am going crazy now an need an advice for my describe problem. I havea following initial situation:
I want totakethe total sum of 108 681.21 inmysecond tablebelow. At the same timeIdont want toshow themonths --> like table number 2
But if Iremovethat dimension (PD_Periode) from my diagramisshownmethe wrong total sum. HowI canstill reachthecorrectamount isdisplayedinsteadthewrong result of 92 168.08
I had upload my qvw example. Foradaptation of my qvw fordemonstration, iwould be very grateful.
You need to change your data model. You have several synthetic keys that should not be there.
Further, you use the formula "sum({<PD_JAHR={2011}>} DISTINCT PD_WERT)". The DISTINCT clause removes records from the source data, which I do not think you should do.
Also, calculated directly on the source table (independent of data model) this formula results in 92168,08 which is also what you get if you choose "Formel über alle Werte". So if you want it to evaluate to something else, I think you need to change the PLANDATEN table.