Hi,
I have a few formula visualisations (fv) in my dashboard. One for example is where i have to add together the net sales from 4 different tables from 4 different data cubes to arrive at my actual aggregated sales. When i create the fv it works ok at that time but if anything changes in the source data, then the formula does not change - it still shows the original answer to the formula.
For example: as of todays date net sales are as follows:
DataCue1: net sales =100
DataCube2: net sales = 200
DataCue3: net sales = 300
DataCube4: net sales = 400
When i create the fv i get he correct answer of 1,000.
But when i run the dashboard again later and say that the net sales for DataCube has changed to be 150, then my fv is still showing 1,000 instead of 1,050.
it is not recalculating the fv based on the latest data, but just shows the answer as it was when I created the fv.
TC