Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mgomezlor
Contributor III
Contributor III

Scatter plot and Line Chart accumulated

Hi,

I need some help with two charts. On the one hand, I have a line chart that shows the accumulated amount on each end of the month date. I have created a calendar that takes me all the previous dates of each end of the month. In the graph of lines below in original currency works correctly. In the top one I added the exchange rate and I no longer get the accumulated amount.

Line chart.PNG

On the other hand, I have a scatter chart. The program P5 exists twice with different amounts and dates but only appears once and I would need to show two with the different amounts and dates.

scatter.PNG

I attach a qvf with the 2 charts.


Thank you very much in advance.

14 Replies
sunny_talwar

May be using this

Sum(AMOUNT)*$(vFXRates)

Capture.PNG

mgomezlor
Contributor III
Contributor III
Author

It's not working because it dowsn't calculated well the exchange rate for all the programs. In fact the two charts ends with the same result which it's not correct

sunny_talwar

Use this as your dimension

=Dual(PROGRAM, DATE)

Capture.PNG

sunny_talwar

Some of the values are different

Capture.PNG

mgomezlor
Contributor III
Contributor III
Author

only the first program calculates its exchange rate well the rest are wrong

mgomezlor
Contributor III
Contributor III
Author

thanks it works!

sunny_talwar

Is this not a problem in the below chart?

mgomezlor
Contributor III
Contributor III
Author

No, the below chart is in original currency top chart should be in euros.

sunny_talwar

What numbers do you expect to see on the top chart? We see 23.34 right now for 2015-04-01... what should it be?